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 Issue

HI All,

Here is the problem.
We're using only SSL VPN to access local network; users can easily resolve internal names by specifying full computer name in my case is fgserver02.fg.local, fg.local is a local Active Directory domain name.
however when using just fgserver02 it failes. I DO have domain prefix fg.local specified in the advanced tab of the remote access as well as DNS server IP.
Here is what i get in the ipconfig and nslookup

Ethernet adapter Local Area Connection 4:

        Connection-specific DNS Suffix  . : fg.local
        Description . . . . . . . . . . . : Astaro SSL VPN Adapter
        Physical Address. . . . . . . . . : 00-FF-00-43-D7-47
        Dhcp Enabled. . . . . . . . . . . : Yes
        Autoconfiguration Enabled . . . . : Yes
        IP Address. . . . . . . . . . . . : 10.242.2.6
        Subnet Mask . . . . . . . . . . . : 255.255.255.252
        Default Gateway . . . . . . . . . :
        DHCP Server . . . . . . . . . . . : 10.242.2.5
        DNS Servers . . . . . . . . . . . : 10.0.0.11
        Primary WINS Server . . . . . . . : 10.0.0.11
        Lease Obtained. . . . . . . . . . : Wednesday, May 23, 2007 11:19:19 AM
        Lease Expires . . . . . . . . . . : Thursday, May 22, 2008 11:19:19 AM
WORKS
C:\>nslookup fgserver03.fg.local
Server:  fgserver02.fg.local
Address:  10.0.0.11

Name:    fgserver03.fg.local
Address:  10.0.0.24

DOES NOT WORK
C:\>nslookup fgserver03
Server:  fgserver02.fg.local
Address:  10.0.0.11

*** fgserver02.fg.local can't find fgserver03: Non-existent domain

WORKS
C:\>nslookup
Default Server:  fgserver02.fg.local
Address:  10.0.0.11

> fgserver03.fg.local
Server:  fgserver02.fg.local
Address:  10.0.0.11

Name:    fgserver03.fg.local
Address:  10.0.0.24

DOES NOT WORK
> fgserver03
Server:  fgserver02.fg.local
Address:  10.0.0.11

*** fgserver02.fg.local can't find fgserver03: Non-existent domain
>

Thanks for your help


This thread was automatically locked due to age.