|
|
|
Bookmark this page:
Yahoo!
Windows Live
del.icio.us
digg
Netscape
|
|
||||||||||||||||
|
Posted by on September 1, 2006, 4:31 pm
Please log in for more thread options
we have a PIX515 with two eth interfaces, inside on network 192.168.9.0/24 and outside on 10.10.24.0/24. We need users on inside to reach an internet proxy on outside with ip address 10.10.24.50, and would like that the users could point to a virtual ip on their network, such as 192.168.9.3. We should have something like the following inside --> 192.168.9.3 -NAT to 10.10.24.50 --> outside
Could you please help? Thanks, A. | ||||||||||||||||
|
Posted by Ivo Mangiavacchi on September 1, 2006, 5:57 pm
Please log in for more thread options > inside --> 192.168.9.3 -NAT to 10.10.24.50 --> outside
static(inside, outside) 10.10.24.50 192.168.9.3 netmask 255.255.255.255 Cheers -- http://www.mangiavacchi.eu | ||||||||||||||||
|
Posted by Walter Roberson on September 2, 2006, 4:41 pm
Please log in for more thread options
>we have a PIX515 with two eth interfaces, inside on network
>192.168.9.0/24 and outside on 10.10.24.0/24. >We need users on inside to reach an internet proxy on outside with ip >address 10.10.24.50, and would like that the users could point to a >virtual ip on their network, such as 192.168.9.3. We should have >something like the following >inside --> 192.168.9.3 -NAT to 10.10.24.50 --> outside
If I understand you correctly, you want people to be able to address 192.168.9.3 but have that end up going to 10.10.24.50. If so, then the other poster's reply of static (inside,outside) 10.10.24.50 192.168.9.3 netmask 255.255.255.255 will NOT work. That command would take incoming packets with a *destination* address of 10.10.24.50 and send them to internal destination 192.168.9.3, which isn't what you want. What you need is PIX 6.1 or later, and static (outside,inside) 192.168.9.3 10.10.24.50 netmask 255.255.255.255 This command would take outgoing packets with destination 192.168.9.3 and send them on to outside destination 10.10.24.50 . | ||||||||||||||||

Cisco PIX 515: Map virtual ip to real one
Yahoo!
Windows Live
del.icio.us
digg
Netscape 



