Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Oct 2007 23:50:58 +0200
From:      Lars Normann <lar-norm@online.no>
To:        Kevin Kinsey <kdk@daleco.biz>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Problem with ppp
Message-ID:  <4713E0C2.8090603@online.no>
In-Reply-To: <471379B8.7040108@daleco.biz>
References:  <4712AC50.4030105@online.no> <471379B8.7040108@daleco.biz>

next in thread | previous in thread | raw e-mail | index | archive | help
Kevin Kinsey wrote:
> Lars Normann wrote:
>> I just upgraded my kernel and system. I also ran mergemaster.
> 
> 
> Upgraded to what?  `uname -a` ...

FreeBSD tengil 6.2-STABLE FreeBSD 6.2-STABLE #0: Sun Oct 14 03:29:35 CEST 2007     root@tengil:/usr/obj/usr/src/sys/TENGIL  i386

> 
>> Now, when i go online with 'ppp -ddial telenor', I get this error in my
>> ppp.log:
>>
>> "tun0: Warning: 0.0.0.0/0: Change route failed: errno: No such process"
>>
>> Here is my full ppp.log when connecting:
>>
>> Oct 15 01:42:05 tengil ppp[1343]: Phase: Using interface: tun0
>> Oct 15 01:42:05 tengil ppp[1343]: Phase: deflink: Created in closed state
>> Oct 15 01:42:05 tengil ppp[1343]: tun0: Command: telenor: set device
>> PPPoE:ep0
>> Oct 15 01:42:05 tengil ppp[1343]: tun0: Command: telenor: set authname
>> xxxx@xxxx.xx
>> Oct 15 01:42:05 tengil ppp[1343]: tun0: Command: telenor: set authkey
>> ********
>> Oct 15 01:42:05 tengil ppp[1343]: tun0: Command: telenor: set dial
>> Oct 15 01:42:05 tengil ppp[1343]: tun0: Command: telenor: set login
>> Oct 15 01:42:05 tengil ppp[1343]: tun0: Command: telenor: set mtu 1464
>> Oct 15 01:42:05 tengil ppp[1343]: tun0: Command: telenor: add default
>> HISADDR
>> Oct 15 01:42:05 tengil ppp[1344]: tun0: Phase: PPP Started (ddial mode).
>> Oct 15 01:42:05 tengil ppp[1344]: tun0: Phase: bundle: Establish
>> Oct 15 01:42:05 tengil ppp[1344]: tun0: Phase: deflink: closed -> opening
>> Oct 15 01:42:05 tengil ppp[1344]: tun0: Phase: deflink: Connected!
>> Oct 15 01:42:05 tengil ppp[1344]: tun0: Phase: deflink: opening -> dial
>> Oct 15 01:42:05 tengil ppp[1344]: tun0: Phase: deflink: dial -> carrier
>> Oct 15 01:42:06 tengil ppp[1344]: tun0: Phase: Received NGM_PPPOE_ACNAME
>> (hook "ti500710a340")
>> Oct 15 01:42:06 tengil ppp[1344]: tun0: Phase: Received
>> NGM_PPPOE_SESSIONID
>> Oct 15 01:42:06 tengil ppp[1344]: tun0: Phase: Received NGM_PPPOE_SUCCESS
>> Oct 15 01:42:06 tengil ppp[1344]: tun0: Phase: deflink: carrier -> login
>> Oct 15 01:42:06 tengil ppp[1344]: tun0: Phase: deflink: login -> lcp
>> Oct 15 01:42:07 tengil ppp[1344]: tun0: Warning: deflink: Reducing
>> configured MRU from 1500 to 1492
>> Oct 15 01:42:07 tengil ppp[1344]: tun0: Phase: bundle: Authenticate
>> Oct 15 01:42:07 tengil ppp[1344]: tun0: Phase: deflink: his = PAP, mine
>> = none
>> Oct 15 01:42:07 tengil ppp[1344]: tun0: Phase: Pap Output:
>> xxxx@xxxx.xx ********
>> Oct 15 01:42:08 tengil ppp[1344]: tun0: Phase: Pap Input: SUCCESS
>> (Nextra dialin)
>> Oct 15 01:42:08 tengil ppp[1344]: tun0: Phase: deflink: lcp -> open
>> Oct 15 01:42:08 tengil ppp[1344]: tun0: Phase: bundle: Network
>> Oct 15 01:42:08 tengil ppp[1344]: tun0: Warning: 0.0.0.0/0: Change route
>> failed: errno: No such process
>>
>> What is going on here? Tried searching the archive and google but found
>> nothing.
> 
> Hmm.  The message comes from usr.sbin/ppp/route.c, but that hasn't been
> changed in 2 years, so I doubt you've hit a new bug.
> 
> Got any strange routes set?  What does `netstat -nrf inet` show?

Routing tables

Internet:
Destination        Gateway            Flags    Refs      Use  Netif Expire
default            88.88.120.0        UGS         0   638892   tun0
10                 link#1             UC          0        0    rl0
10.0.0.1           00:10:a7:14:ad:0c  UHLW        1      146    lo0
10.0.0.100         00:0c:76:1c:d7:40  UHLW        1   104282    rl0    789
10.0.0.113         00:0a:cd:0f:61:98  UHLW        1   442983    rl0   1128
10.0.0.117         00:16:38:e9:9d:6f  UHLW        1    15306    rl0   1174
10.255.255.255     ff:ff:ff:ff:ff:ff  UHLWb       1      184    rl0
88.88.120.0        88.88.122.104      UH          1        0   tun0
127.0.0.1          127.0.0.1          UH          0        0    lo0

> 
> Kevin Kinsey



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4713E0C2.8090603>