Mailinglist Archive: opensuse-bugs (14006 mails)

< Previous Next >
[Bug 379494] New: nvpn fails to set default route
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Sat, 12 Apr 2008 10:09:58 -0600 (MDT)
  • Message-id: <bug-379494-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=379494


Summary: nvpn fails to set default route
Product: openSUSE.org
Version: unspecified
Platform: x86
OS/Version: openSUSE 10.3
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Download Infrastructure
AssignedTo: poeml@xxxxxxxxxx
ReportedBy: jw@xxxxxxxxxx
QAContact: adrian@xxxxxxxxxx
CC: behlert@xxxxxxxxxx, bili@xxxxxxxxxx
Blocks: 357354
Found By: ---


with turnpike-0.1.1-121, I do 'nvpn -c NUE' -- the connection is established,
but routing tables lack.


$ route -n

Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.6.6.6 0.0.0.0 255.255.255.255 UH 0 0 0 modem0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 0.0.0.0 0.0.0.0 U 0 0 0 modem0

$ nvpn -c NUE
User Name : [jw]
User Password :
Connection in progress.. Phase 1 deleted
Phase 1 established
Xauth exchange passed
ISAKMP mode config done
Phase 2 established 195.135.221.15 -> 77.25.142.89
Phase 2 established 77.25.142.89 -> 195.135.221.15
VPN client has successfully connected to the gateway 195.135.221.15

$ route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.6.6.6 0.0.0.0 255.255.255.255 UH 0 0 0 modem0
149.44.164.0 0.0.0.0 255.255.255.0 U 0 0 0 modem0
151.155.128.0 0.0.0.0 255.255.128.0 U 0 0 0 modem0
149.44.0.0 0.0.0.0 255.255.0.0 U 0 0 0 modem0
164.99.0.0 0.0.0.0 255.255.0.0 U 0 0 0 modem0
137.65.0.0 0.0.0.0 255.255.0.0 U 0 0 0 modem0
147.2.0.0 0.0.0.0 255.255.0.0 U 0 0 0 modem0
10.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 modem0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo

The default route got deleted.
My resolv.conf (written by smpppd), now has unroutable entries.
$ grep nameserver /etc/resolv.conf
nameserver 139.7.30.125
nameserver 139.7.30.126

Suggested workaround:
$ route add default modem0


--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

< Previous Next >