VPN and DNS Resolution

J

JD

Configuration:
--------------
Server 1: Windows 2003 AD / DNS Integrated Native (DNS and DHCP only - NO
WINS)
Server 2: Windows 2003 VPN Server
(Both are part of domain XYZ.local)

When I am on the LAN - I can ping Server by hostname (not using FQDN) - ping
hostA = success

Problem:
---------
When I connect via VPN, I can not ping this same server by its hostname, but
I can ping by FQDN -
ping hostA=fail - ping hostA.XYZ.local = success

Question:
----------
CAN someone please explain how this works like this and how I can have same
functionality as LAN connected?
I want ping hostA=success even via VPN

Thank you.
 
L

Lanwench [MVP - Exchange]

Set up WINS and use it for your VPN connection, or use a hosts file on your
local computer.
 
J

JD

Having a NATIVE AD Windows 2003 and XP as clients does not require WINS for
this...it has to be some other configuration withOUT WINS. Thanks.



"Lanwench [MVP - Exchange]"
 
K

Kevin D. Goodknecht [MVP]

In
JD said:
Configuration:
--------------
Server 1: Windows 2003 AD / DNS Integrated Native (DNS and DHCP only
- NO WINS)
Server 2: Windows 2003 VPN Server
(Both are part of domain XYZ.local)

When I am on the LAN - I can ping Server by hostname (not using FQDN)
- ping hostA = success

Problem:
---------
When I connect via VPN, I can not ping this same server by its
hostname, but I can ping by FQDN -
ping hostA=fail - ping hostA.XYZ.local = success

Question:
----------
CAN someone please explain how this works like this and how I can
have same functionality as LAN connected?
I want ping hostA=success even via VPN

Thank you.

Click on the properties of your VPN connection, select the Networking tab,
TCP/IP properties, Advanced Button, DNS tab, Select "Append these Suffixes
(in order)" Click Add, type in xyz.local, then OK your way out.
 
B

Bill Grant

Yep, it works. As Kevin pointed out, if the ping by FQDN works, the DNS
lookup must work. So the problem has to be with the domain suffix setting
on the client. In other words, the client is asking the wrong question!

"Lanwench [MVP - Exchange]"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top