I am trying to help my local Mom and Pop ISP solve a routing problem.
We can’t ping any CPE equipment located in the IP Range of 192.168.2.0/24 from the router or from the local network.
We have full internet access from the local network.
We need to update the client CPE equipment for a future change.
Router public IP is 10.10.10.10 the local net is 192.168.2.0/24
The Gateway for the local net is 192.168.2.1
The router OS is 2.9.46
Internet – (10.10.10.10 -> 192.168.2.1) <-->192.168.2.1
These are the firewall rules.
add chain=srcnat action=masquerade src-address=192.168.2.0/24 \
dst-address=0.0.0.0/0 comment="masquerade hotspot network" disabled=no
/ ip firewall filter
add chain=input action=reject reject-with=icmp-network-unreachable \
src-address=211.215.17.146 comment="blocked ip addresses" disabled=no
add chain=input action=reject reject-with=icmp-network-unreachable \
src-address=200.75.50.163 comment="" disabled=no
add chain=input action=reject reject-with=icmp-admin-prohibited \
src-address=211.101.32.218 src-address-list="" comment="" disable
add chain=input action=reject reject-with=icmp-network-unreachable \
src-address=125.133.62.11 comment="" disabled=no
add chain=input action=reject reject-with=icmp-network-unreachable \
src-address=58.20.23.126 comment="" disabled=no
add chain=input action=reject reject-with=icmp-network-unreachable \
src-address=211.166.10.104 comment="" disabled=no
add chain=input action=reject reject-with=icmp-network-unreachable \
src-address=85.114.141.81 comment="" disabled=no
What am I missing?
When I ping from my node 192.168.2.100, I get the following information
Pinging 192.168.2.21 with 32 bytes of data:
Reply from 192.168.2.1: Destination host unreachable.
Reply from 192.168.2.1: Destination host unreachable.
Reply from 192.168.2.1: Destination host unreachable.
Reply from 192.168.2.1: Destination host unreachable.
Ping statistics for 192.168.2.21:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss)
When I Ping from the Router via Winbox or Telnet. I get a timeout or host unreachable.