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

Accessing private host

jamiesachs
Level 1
Level 1

Is there a way to have one of my internal (private IP) accessable from the external PIX interface by the internal IP number. I will not be trying to route this address.

Thanks

2 Replies 2

gfullage
Cisco Employee
Cisco Employee

Sure, just translate the address to itself. If the inside host is say, 10.1.1.1, just do:

static (inside,outside) 10.1.1.1 10.1.1.1 netmask 255.255.255.255

clear xlate

As you said, you won't be able to route to it over the Internet, but you'll be able to get to it from just outside the PIX. Be aware though, this host will now always be translated to 10.1.1.1 when it sends traffic outbound, so it will also no longer be able to access anything on the Internet.

Thanks

This should have been obvious. One more thing. I want replicate WINS with a server connected to the outside interface. I created three conduits to my private address for 139, netbios-dgm, and netbios-ns but the PIX is not passing WINS traffic. any suggestions on this. Thanks again