|
#1
|
|||
|
|||
|
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. |
|
#2
|
|||
|
|||
|
Set up WINS and use it for your VPN connection, or use a hosts file on your
local computer. JD wrote: > 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. |
|
#3
|
|||
|
|||
|
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]" <lanwench@heybuddy.donotsendme.unsolicitedmail.aty ahoo.com> wrote in message news:uyERdytKEHA.1348@TK2MSFTNGP12.phx.gbl... > Set up WINS and use it for your VPN connection, or use a hosts file on your > local computer. > > JD wrote: > > 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. > > |
|
#4
|
|||
|
|||
|
In news:OO981goKEHA.1764@TK2MSFTNGP12.phx.gbl,
JD <jd@mail.com> posted a question Then Kevin replied below: > 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. -- Best regards, Kevin D4 Dad Goodknecht Sr. [MVP] Hope This Helps ============================ -- When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from your issue. To respond directly to me remove the nospam. from my email. ========================================== [url]http://www.lonestaramerica.com/[/url] ========================================== Use Outlook Express?... Get OE_Quotefix: It will strip signature out and more [url]http://home.in.tum.de/~jain/software/oe-quotefix/[/url] ========================================== Keep a back up of your OE settings and folders with OEBackup: [url]http://www.oehelp.com/OEBackup/Default.aspx[/url] ========================================== |
|
#5
|
|||
|
|||
|
Thanks Kevin - I knew it was config issue I had - great and simple solution
sir! "Kevin D. Goodknecht [MVP]" <admin@nospam.WFTX.US> wrote in message news:%23l6pPhwKEHA.1392@TK2MSFTNGP09.phx.gbl... > In news:OO981goKEHA.1764@TK2MSFTNGP12.phx.gbl, > JD <jd@mail.com> posted a question > Then Kevin replied below: > > 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. > > -- > Best regards, > Kevin D4 Dad Goodknecht Sr. [MVP] > Hope This Helps > ============================ > -- > When responding to posts, please "Reply to Group" via your > newsreader so that others may learn and benefit from your issue. > To respond directly to me remove the nospam. from my email. > ========================================== > [url]http://www.lonestaramerica.com/[/url] > ========================================== > Use Outlook Express?... Get OE_Quotefix: > It will strip signature out and more > [url]http://home.in.tum.de/~jain/software/oe-quotefix/[/url] > ========================================== > Keep a back up of your OE settings and folders with > OEBackup: > [url]http://www.oehelp.com/OEBackup/Default.aspx[/url] > ========================================== > > |
|
#6
|
|||
|
|||
|
So it worked, then? Good to know....<makes notes>
RJ wrote: > Thanks Kevin - I knew it was config issue I had - great and simple > solution sir! > > > "Kevin D. Goodknecht [MVP]" <admin@nospam.WFTX.US> wrote in message > news:%23l6pPhwKEHA.1392@TK2MSFTNGP09.phx.gbl... >> In news:OO981goKEHA.1764@TK2MSFTNGP12.phx.gbl, >> JD <jd@mail.com> posted a question >> Then Kevin replied below: >>> 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. >> >> -- >> Best regards, >> Kevin D4 Dad Goodknecht Sr. [MVP] >> Hope This Helps >> ============================ >> -- >> When responding to posts, please "Reply to Group" via your >> newsreader so that others may learn and benefit from your issue. >> To respond directly to me remove the nospam. from my email. >> ========================================== >> [url]http://www.lonestaramerica.com/[/url] >> ========================================== >> Use Outlook Express?... Get OE_Quotefix: >> It will strip signature out and more >> [url]http://home.in.tum.de/~jain/software/oe-quotefix/[/url] >> ========================================== >> Keep a back up of your OE settings and folders with >> OEBackup: >> [url]http://www.oehelp.com/OEBackup/Default.aspx[/url] >> ========================================== |
|
#7
|
|||
|
|||
|
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]" <lanwench@heybuddy.donotsendme.unsolicitedmail.aty ahoo.com> wrote in message news:uk1UQBxKEHA.2976@TK2MSFTNGP10.phx.gbl... > So it worked, then? Good to know....<makes notes> > > RJ wrote: > > Thanks Kevin - I knew it was config issue I had - great and simple > > solution sir! > > > > > > "Kevin D. Goodknecht [MVP]" <admin@nospam.WFTX.US> wrote in message > > news:%23l6pPhwKEHA.1392@TK2MSFTNGP09.phx.gbl... > >> In news:OO981goKEHA.1764@TK2MSFTNGP12.phx.gbl, > >> JD <jd@mail.com> posted a question > >> Then Kevin replied below: > >>> 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. > >> > >> -- > >> Best regards, > >> Kevin D4 Dad Goodknecht Sr. [MVP] > >> Hope This Helps > >> ============================ > >> -- > >> When responding to posts, please "Reply to Group" via your > >> newsreader so that others may learn and benefit from your issue. > >> To respond directly to me remove the nospam. from my email. > >> ========================================== > >> [url]http://www.lonestaramerica.com/[/url] > >> ========================================== > >> Use Outlook Express?... Get OE_Quotefix: > >> It will strip signature out and more > >> [url]http://home.in.tum.de/~jain/software/oe-quotefix/[/url] > >> ========================================== > >> Keep a back up of your OE settings and folders with > >> OEBackup: > >> [url]http://www.oehelp.com/OEBackup/Default.aspx[/url] > >> ========================================== > > |
|
#8
|
|||
|
|||
|
[url]http://www.isaserver.org/articles/outlookrpcdns.html[/url]
this links explains it a bit too. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Rate This Thread | |
|
|