Guest User!

You are not Sophos Staff.

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 issue with internal and external domain

Currently, I use the Sophos UTM as my DNS server. I host a few websites (web server is internal) which are accessible from the Internet and I have DNAT's so internal users can access the sites as well. I have encountered an issue and I don't know how to resolve.


I have the following host definition (mysite.com is being used as a substitution for the real FQDN): 

  

and the following DNAT: 

...
Rule type: DNAT
Traffic from: ANY
Using service: 80, 443
Going to: External WAN (public IP address of FQDN)
Change destination to: mysite.com host (pictured in the image above)
...
 
With this setup, everything works fine. Local users and external users can access the domains listed in the network definition above.


 The issue I have encountered is that I have another subdomain (info.mysite.com) that I cannot access from the internal network unless I remove the DNS host name "mysite.com" from the network definition that is pictured above. Of course if I do that, internal users can no longer access 'mysite.com'. 

I cannot set a static record for 'info.mysite.com' in Sophos because it is hosted externally and it has a dynamic public IP address.
 
 Why does having "mysite.com" defined in the network definition cause 'info.mysite.com' to be unresolvable for internal users?


When using nslookup on an internal PC, I get the following: Unknown can't find info.mysite.com: Non-existent domain. If I change the PC's DNS server from Sophos to a public one (e.g., 8.8.8.8), 'info.mysite.com' is accessible from that PC. I also flush the resolver cache on both the Sophos unit and the PC every time I make a change.


This thread was automatically locked due to age.
Parents
  • If I use the actual public IP address of 'info.mysite.com' to avoid a DNS lookup, I can access the site from any internal PC. 

    You're accessing an internal server using a DNAT from a public IP on the External interface?  If that works, then there's definitely something else going on here.

    Cheers - Bob
     
    Sophos UTM Community Moderator
    Sophos Certified Architect - UTM
    Sophos Certified Engineer - XG
    Gold Solution Partner since 2005
    MediaSoft, Inc. USA
  • Or, use www.mysite.com internally and externally.  If folks use mysite.com pointing at your public IP instead of www.mysite.com, add a Full NAT for LAN traffic going to the public IP on the External interface.

    Cheers - Bob
     

    So I should remove mysite.com from the network definition so it only has www.mysite.com and www2.mysite.com?
     
    I currently have the following DNAT:  
     ...
     Rule type: DNAT
     Traffic from: ANY
     Using service: 80, 443
     Going to: External WAN (public IP address of FQDN)
     Change destination to: mysite.com host (pictured in the image in post #1)
     ... 

    I should add a Full NAT as below? 
       ...
     Rule type: Full NAT
    Traffic from: Internal (network)
     Using service: 80, 443
     Going to: External WAN (public IP address of FQDN)
     Change destination to: host definition (www.mysite.com, www2.mysite.com with IPv4 192.168.1.100)
    Change source to: Internal (address) 192.168.0.1
    ...


    What do I do with my current DNAT?


    -----------------------
     UPDATE:
    -----------------------
    I removed mysite.com from the host definition and I kept the DNAT just as I listed it above. I added the Full NAT (just as I listed that above) above the DNAT.
     
    It seems to be working but this seems like an inefficient, awkward workaround for something that should be quite simple.   

    @BAlfson
    Did I follow your instructions correctly?

    Presumably, this is a bug?

    --------------------------------------------------------------------
    Sophos UTM 9.714-4 - Home User
    Currently testing VM on i3-9100 @ 3.60 GHz
    16 GB RAM
    Dell Optiplex XE
    Intel Core 2 Duo CPU E8600 @ 3.33GHz
    8GB RAM
    --------------------------------------------------------------------

Reply
  • Or, use www.mysite.com internally and externally.  If folks use mysite.com pointing at your public IP instead of www.mysite.com, add a Full NAT for LAN traffic going to the public IP on the External interface.

    Cheers - Bob
     

    So I should remove mysite.com from the network definition so it only has www.mysite.com and www2.mysite.com?
     
    I currently have the following DNAT:  
     ...
     Rule type: DNAT
     Traffic from: ANY
     Using service: 80, 443
     Going to: External WAN (public IP address of FQDN)
     Change destination to: mysite.com host (pictured in the image in post #1)
     ... 

    I should add a Full NAT as below? 
       ...
     Rule type: Full NAT
    Traffic from: Internal (network)
     Using service: 80, 443
     Going to: External WAN (public IP address of FQDN)
     Change destination to: host definition (www.mysite.com, www2.mysite.com with IPv4 192.168.1.100)
    Change source to: Internal (address) 192.168.0.1
    ...


    What do I do with my current DNAT?


    -----------------------
     UPDATE:
    -----------------------
    I removed mysite.com from the host definition and I kept the DNAT just as I listed it above. I added the Full NAT (just as I listed that above) above the DNAT.
     
    It seems to be working but this seems like an inefficient, awkward workaround for something that should be quite simple.   

    @BAlfson
    Did I follow your instructions correctly?

    Presumably, this is a bug?

    --------------------------------------------------------------------
    Sophos UTM 9.714-4 - Home User
    Currently testing VM on i3-9100 @ 3.60 GHz
    16 GB RAM
    Dell Optiplex XE
    Intel Core 2 Duo CPU E8600 @ 3.33GHz
    8GB RAM
    --------------------------------------------------------------------

Children
No Data