Your Cisco router needs a default route of the firewall, something like:
ip route 0.0.0.0 0.0.0.0 192.168.1.1
(If it receives a destination address of anything other than 192.168.1.0/24 or 192.168.2.0/24, it will route it to the firewall)
Your firewall needs a route to know how to get back to Network2, something like:
route 192.168.2.0 255.255.255.0 192.168.1.200 (the Cisco router)
All hosts should have a gateway address of the respective interface of the Cisco router.
Main Topics
Browse All Topics





by: from_expPosted on 2008-02-01 at 04:20:26ID: 20795937
check nat rules on your firewall