05-16-2005 06:34 PM - edited 02-21-2020 12:08 AM
Hi;
I've replaced my Wal-mart linksys firewall router with a PIX 506E. The only problem I'm having is accessing from my inside interface, servers that reside on my inside interface but resolve to IP addresses on my outside interface. I can access my inside servers form the internet but not from my inside.
I'm thinking that I need to do a nat 0 so that my inside to outside interface will not be nat'd.
Confusing topic, I expect no replies but thoughts would be appreciated.
Regards
Jeff
05-16-2005 06:57 PM
This is not going to work on a PIX unfortunately. The PIX does have a feature called "destination-NAT", where you would send packets to the external address, but the PIX would then forward them onto the internal address, but this only works when the server is on a DMZ interface. The PIX won't route a packet back out the same interface it came in on, no way around it unfortunately.
You'll could set up an internal DNS server that is only authoritative for this particular server address (and would resolve it to the internal IP address), and that would forward all other requests to your external DNS server as normal.
Or simply reference the server via its internal IP address rather than its name when you're on the inside.
05-16-2005 09:14 PM
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