kenny504 wrote: » I have a poorly designed network connected to a pix, that connects another network I am having trouble routing traffic through the pix. here is the setup 192.168.5.0/24---(Router)---10.0.0.5/16 10.0.0.3/16---(PIX) The problem is host on the 192.168.5.0 network cannot ping any host on the 10.0.0.0 /16 but they can ping the firewall, anything they cannot reach. the router has a route to the 10.0.0.0 net that is directly conencted. and the pix has the following "route inside 192.168.5.0 255.255.255.0 10.0.0.5" telling host on the pix lan where to go. What am i missing? i checked access-list still nothing
access-list 100 permit icmp any host mapped_ip_address echo (echo-reply, etc) access-group 100 in interface outside (inside, dmz, etc.) or you could get dangerous with permit icmp any any echo permit icmp any any echo-reply
kenny504 wrote: » 192.168.5.0/24---(Router)---10.0.0.5/16 10.0.0.3/16---(PIX) The problem is host on the 192.168.5.0 network cannot ping any host on the 10.0.0.0 /16 but they can ping the firewall, anything they cannot reach.