Making to the DNS on two different VPNs play nice.
Posted
by
NitroxDM
on Server Fault
See other posts from Server Fault
or by NitroxDM
Published on 2011-02-03T19:30:41Z
Indexed on
2011/02/03
23:27 UTC
Read the original article
Hit count: 320
Setup:
I have two separate networks I need to connect to at the same time.
VPN 1 PPTP
IP : 192.168.2.0/24
DNS : 192.168.2.32; 192.168.2.34 (Windows 2003)
Domain : old.com
Forwarder : 192.168.2.1 (Gateway running DNS) DD-WRT
VPN 2 OpenVPN using Routing -- I'm going to switch to bridging
IP : 192.168.10.0/24
DNS : 192.168.10.10 (Windows 2008)
Domain : xyz.dc
Forwarder : 192.168.10.1 (Gateway running DNS) ClearOS
When I'm connected I would like to resolve host names on both networks without fully qualifying them.
© Server Fault or respective owner