Networking Forums

Networking Forums > Computer Networking > Linux Networking > DNS VPN Problem

Reply
Thread Tools Display Modes

DNS VPN Problem

 
 
Paul Wilhelm Elsinghorst
Guest
Posts: n/a

 
      05-14-2004, 05:54 AM
Hi,


I have two computers one running as a router (GRE forwarding is enabled)
the other one as my desktop client. When starting an VPN connection using
pptp my DNS doesn't work any longer. I added the VPN connections
nameserver to /etc/resolv.conf but actually that should not be necessary.

This is the script I use to start up the VPN connection:

#!/bin/sh
source /etc/init.d/functions
echo -n "Establishing VPN Services Universitaet Muenster" /sbin/route add
128.176.239.193 gateway 192.168.0.2 eth0 /usr/sbin/pptp 128.176.239.193
debug lock noauth noipdefault defaultroute nobsdcomp nodeflate mtu 1000 mru 1000 name ***** > /var/log/pptp.log
sleep 10
/sbin/route add default ppp0
evaluate_retval



Any ideas how to fix this?


Paul
 
Reply With Quote
 
 
 
 
chris-usenet@roaima.co.uk
Guest
Posts: n/a

 
      05-14-2004, 03:51 PM
Paul Wilhelm Elsinghorst <(E-Mail Removed)> wrote:
> When starting an VPN connection using
> pptp my DNS doesn't work any longer.


There's an almost identical thread running in uk.comp.os.linux right now

Regards,
Chris
 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Strange problem: no problem with Linux, when I boot windows 2K network is down... Santa Linux Networking 11 11-29-2004 06:46 AM



1 2 3 4 5 6 7 8 9 10 11