cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1112
Views
0
Helpful
2
Replies

Pix outside interface to do IP address redirects

mike.scaggs
Level 1
Level 1

Pix outside interface to do IP address redirects, how can this be done??

Scaggs

2 Replies 2

thomas.chen
Level 6
Level 6

The PIX can’t route a packet off the same interface it received it. You’ll need a router for that functionality.

bz
Level 1
Level 1

Try this...

ip address outside 192.1.1.1 255.255.255.0

ip address inside 172.1.1.1 255.255.255.0

**port redirection with static

static (inside,outside) tcp interface telnet 172.1.1.5 telnet netmask 255.255.255.255

access-list 101 permit tcp any host 192.1.1.1 eq telnet

Review Cisco Networking products for a $25 gift card