This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DNS proxy serve it's own address?

Is it possible to configure the DNS proxy to serve the firewall's internal IP address in response to queries from the internal LAN?  My ISP hosts my domain and I have them serve up the external address for the firewall, and I have my DNS proxy set up to forward to my ISP's DNS.  What I want is for name queries from outside my domain for the firewall to return the external interface's IP, and queries from inside the firewall to return the internal interface's IP.

    Shaun.
   


This thread was automatically locked due to age.
Parents
  • Sounds like you run your web server internally?  And having trouble serving it to internal users?

    I run an internal DNS server and have ASL forward there instead of the ISP DNS after checking the local cache.  The internal DNS in turn will forward to the ISP.  Then create a clone of the local domain with internal IPs as desired.  Internal users will then get the internal IPs, outside users are assumed to be checking a different DNS with the external IPs.
       
  • Not exactly.  I want to be able to refer to the firewall by name from both inside and outside my network.  
Reply Children
  • Like I said, an internal DNS will do what you want.
    Another way is to use a different hostname with the one you use internally resolving to the internal IP.
    Another way is NAT rule but that isn't my favourite by far.