Routing problem in PIX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2004 04:43 PM - edited 02-20-2020 11:13 PM
Hi I have 2 networks: 10.120.1.0 and 10.125.1.0. This basically is connected on the 2 interfaces of Router i.e 10.120.1.0 to fa0/0 and 10.125.1.0 on fa0/1. The firewall 10.120.1.60 is connected on 10.120.1.0 and i am able to access internet from this network but from 10.125.1.0 i am not able to access internet. I have also applied route inside command connecting 10.125.1.0 to 10.120.1.0 in PIX.
Pls. suggest
- Labels:
-
Other Network Security Topics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2004 06:58 PM
Could you please post your config. I would like to see your nat, global, and route statements at the minimum. In the mean time ensure you have the following
route (inside) 10.125.1.0 255.255.255.0 10.120.1.0 <-- routers ip address
nat (inside) 1 0 0
global (outside) 1 interface <-- or outside global subnet
or
route (inside) 10.125.1.0 255.255.255.0 10.120.1.0 <-- routers ip address
nat (inside) 1 10.125.1.0 255.255.255.0
nat (inside) 1 10.120.1.0 255.255.255.0
global (outside) 1 interface <-- or outside global subnet
If this doesnt work or you already have it specified, post your config and we can take a close look.
Regards,
Jami
