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 Request Routing over Site to Site IPSec VPN...

OK.  I have a site-to-site VPN link from my home to work.  Astaro Home at home to two ASG220's, all running 8.305.  IPSEC VPN established fine, passes traffic like crazy.  I'm using the home astaro as DHCP and DNS, and am attempting to setup DNS request routing so anytime I hit .work.com, it goes to resolve against dns.work.com instead of astaro.home.local.  I can ping the DNS server by IP (anything at work by IP, actually) - it's 10.10.0.8.  But when I perform an nslookup from my home machines, I get:

[FONT="Courier New"]sinclair7-mba:~ skip$ nslookup server.work.com
;; connection timed out; no servers could be reached

sinclair7-mba:~ skip$ nslookup server.work.com 10.10.0.8
Server: 10.10.0.8
Address: 10.10.0.8#53

Name: server.work.com
Address: 10.10.0.7[/FONT]

So, left to it's own, the DNS Request Routing isn't doing much of anything.  But I know that the DNS traffic itself is actually allowed, due to the second form of the command.  I even ran a full debug against the DNS server (10.10.0.8), filtering out any packets that came from either the internal IP of the astaro (192.168.100.1), or the internal home machine itself (192.168.100.51) - nothing appears to be coming into the DNS server.  Any ideas?  Any way I can debug the DNS request routing part of the home astaro?  This would really make working from home a thousand times easier, Support looked at the ASG220 configs and found nothing wrong or missing, but they wouldn't/couldn't touch the home box, so here I am......  TIA.

-Skip


This thread was automatically locked due to age.
Parents Reply Children
  • Right now, the home box has a simple any->any->any allow rule.  The work box doesn't, as I really want a one-way connection - I want to see all at work, but I don't necessarily want my network scanning software picking up my home iPods... but both the home 'net and work 'nets are in each other's Allowed Networks under DNS->Global.  DNS traffic is being allowed; if I do an nslookup directed to the work DNS server manually, it resolves fine (and does so from the home net).  Nothing is showing up as being blocked from either side in the firewall live log.
  • Right now, the home box has a simple any->any->any allow rule.


    FYI, you should use
    LAN - any -> any

    otherwise, you could be allowing any hostile internet traffic in (although it depends on your NAT settings, etc.)

    Barry