View Single Post
  #9   (View Single Post)  
Old 24th November 2010
roko roko is offline
New User
 
Join Date: Nov 2010
Posts: 4
Default

Quote:
Originally Posted by DNAeon View Post
There's a "Use default gateway on remote server" or something similar on network connection property under Windows.

As to Linux, you might need these options for your ppp configuration:

Code:
# Try to get the name server addresses from the ISP.
usepeerdns
# Use this connection as the default route.
defaultroute
Just a side note - if you configure your clients to to use their local DNS servers and not the DNS server from the VPN connection, you may not be able to connect to your Samba machine if you are connecting to it using ti's DNS name.

What would happen when a client wants to connect to your Samba machine, and you are using a private domain name for example - then the clients DNS server does not know anything about it, and thus you won't be able to connect to it.

If your clients use the DNS server that from the VPN connection, it will be a bit slower, but for sure that DNS server will know more

Regards,
thanks for the reply, i know about the "Use default gateway on remote server" option under windows and about blocking a gateway under linux but then i cant access the samba network anymore whats the whole point of the vpn... , any other solution in sight?
Reply With Quote