D
djc
if you are connected remotely to a windows 2000 VPN while also connected to
a local LAN for internet access you would have two adapters each with their
own tcp/ip settings. For example you would have Local Area Connection (your
hard lined NIC) connected to the local lan with its own tcp/ip config,
including its own DNS server entries. And you would have your PPP VPN
adapter with it's own tcp/ip config, including a different DNS server.
example:
local lan connection:
ip: 192.168.1.50
sm: 255.255.255.0
dg: 192.168.1.1
dns: 192.168.1.1
PPP VPN adapter:
ip: 10.10.1.35
sm: 255.255.255.255
dg: 10.10.1.35
dns: 10.10.1.5
which DNS server is used if I were to ping a remote host? the local one or
the PPP one?
a local LAN for internet access you would have two adapters each with their
own tcp/ip settings. For example you would have Local Area Connection (your
hard lined NIC) connected to the local lan with its own tcp/ip config,
including its own DNS server entries. And you would have your PPP VPN
adapter with it's own tcp/ip config, including a different DNS server.
example:
local lan connection:
ip: 192.168.1.50
sm: 255.255.255.0
dg: 192.168.1.1
dns: 192.168.1.1
PPP VPN adapter:
ip: 10.10.1.35
sm: 255.255.255.255
dg: 10.10.1.35
dns: 10.10.1.5
which DNS server is used if I were to ping a remote host? the local one or
the PPP one?