04-09-2008 01:54 AM - edited 03-11-2019 05:28 AM
hi I have following fw routing issue on pix 7 fw
route int2 x.x.x.5 255.255.255.255 gtw2 1
route int1 x.x.x.0 255.255.128.0 gtw1 2
I want traffic to x.x.x.5 goes over int2, but no metter what I do, traffic goes over int1. How to solve this?
04-09-2008 06:07 AM
Hi Dragan
I think issue is about your NAT statements. Please post attach your config, specify desired dest IPs.
Regards
04-09-2008 10:56 PM
static (int1,inside) x.x.x.0 x.x.x.0 netmask 255.255.128.0
static (int2,inside) x.x.x.5 x.x.x.5 netmask 255.255.255.255
04-10-2008 03:18 AM
Dragan,
Try this
static (inside,int1) x.x.x.0 x.x.x.0 netmask 255.255.128.0
static (inside,int2) x.x.x.5 x.x.x.5 netmask 255.255.255.255
If doesnt work, something else in your config might be preventing. Please post your sanitized config if doesnt work.
04-11-2008 02:38 AM
:-)) why would I do that? x.x.x.0 is behind int1 interface and x.x.x.5 is behind int2 interface.
04-11-2008 05:31 AM
04-11-2008 05:39 AM
Hey Guys,
Dont you need to put nat as "static(High security int,Low securiy Int)Low securityIP,HighsecurityIP netmask 255X3" in security levels when it come to static Natting.
This is just a thought.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide