- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2004 09:33 PM - edited 02-20-2020 11:25 PM
My scenario is My PIX has 5 five interface. Interface E0 connect "Router Main" Interface E1 connect "Router Partner" Interface E3 connect "Server Zone" Interface E4 connect "Client Zone".
My problem is "Router Partner" take care network 172.16.1.0/24 and they must used service at 10.0.1.0/24 behind "Router Main" and I configure default route for "Router Partner" to PIX as same as "Router Main"
I config route for PIX
" route main 10.0.1.0 255.255.255.0 Router Main"
" route partner 172.16.1.0 255.255.255.0 Router Partner"
I can do it? PIX can route ?
Solved! Go to Solution.
- Labels:
-
Other Network Security Topics
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2004 09:18 AM
What you listed above should be fine. The PIX will route the packets. However, the usual rules still apply for allowing the packets to pass between the 2 interfaces on the PIX. You still need to create the xlates and the access-control in order for the packets to pass. Hope this helps.
Scott
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2004 09:18 AM
What you listed above should be fine. The PIX will route the packets. However, the usual rules still apply for allowing the packets to pass between the 2 interfaces on the PIX. You still need to create the xlates and the access-control in order for the packets to pass. Hope this helps.
Scott
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2004 03:46 PM
Thank you very much
