Network IP Forwarding

LooN3y

Member
Hi,


i have an issue, i have a web service that uses a dns exit i.e. bugs.computerform.net to download lets say products.


it works fine, but if you try to download the products inside where the bugs.computerforum.net web service is hosted, i would need to use the internal ip (192.168.1.1, whatever it is) instead of this DNS Exit URL.


Does anyone know how i can forward it? so it can just use the DNS exit (bugs.computerforum.net)
 
"DNS Exit" is awkward terminology.

Usually you'll use split horizon on your DNS server to hand out internal addresses for that zone for internal clients.

If that's not an option you can do NAT hairpinning or a hosts file entry towards the internal address.
 
Back
Top