cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
417
Views
0
Helpful
6
Replies

fw routing issue

dragec
Level 1
Level 1

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?

6 Replies 6

husycisco
Level 7
Level 7

Hi Dragan

I think issue is about your NAT statements. Please post attach your config, specify desired dest IPs.

Regards

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

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.

:-)) why would I do that? x.x.x.0 is behind int1 interface and x.x.x.5 is behind int2 interface.

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.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card