Check which ports are open to the outside world. Helps make sure that your firewall rules are working as intended.
One of a set of tools we are providing to everyone as a way of saying thank you for being a part of the community.
Do you have routes set up?
TOP_NY
ip route 10.10.3.0 255.255.255.0 192.168.1.1
BOTTOM_SANFRAN
ip route 10.10.1.0 255.255.255.0 192.168.1.2
>e0: 10.10.3.1 /8
>s0 192.168.3.1 /16
You can't have a /8 mask on E0 and expect to route somewhere else
Use a /24 mask on both E0's
Use a /30 mask on both S0's
NY
e0: 10.10.1.1 255.255.255.0
S0:192.168.1.1 255.255.255.252
SANFRAN
e0: 10.10.3.0 255.255.255.0
S0: 192.168.1.2 255.255.255.252