The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Special Forums > IP Networking
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 05-13-2009
shico1973 shico1973 is offline
Registered User
  
 

Join Date: Jun 2008
Posts: 2
while you are VPN connected ; can you try to resolve anything using you local DNS ? ; can you even ping your local DNS ?
i have a feeling that your VPN connection should not filter out any communication with local IP network ? if so then test this criteria by trying to do a DNS query while VPN connected
some thing like
#nslookup
then set the server to your local server
>server my.dns.ip.address
then try to resolve any local DNS name

if the request times out this means that your resolver [DNS client] could not communicate with your DNS server ! ; if not then this means that you will need to add the local DNS to the list of valid DNS servers that is used while you are VPN connected [this is related with the configuration acquisition that is made upon VPN connection ]

regards

Last edited by shico1973; 05-13-2009 at 04:34 PM.. Reason: correction