Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Oct 2008 23:33:17 +0200
From:      Nick Hibma <nick@van-laarhoven.org>
To:        freebsd-hardware@freebsd.org
Subject:   Re: Modem GPRS USB
Message-ID:  <200810072333.18566.nick@van-laarhoven.org>
In-Reply-To: <1e31c7980805160832j7aac492v77469255f483490f@mail.gmail.com>
References:  <1e31c7980805130830w15aa90a0jfe19a279a4e6a628@mail.gmail.com> <482ABC29.9030002@FreeBSD.org> <1e31c7980805160832j7aac492v77469255f483490f@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> May 16 12:17:08 vinnix ppp[1262]: tun0: Warning: 0.0.0.0: Change route
> failed: errno: No such process
> May 16 12:17:08 vinnix ppp[1262]: tun0: Warning: ff02:5::: Change route
> failed: errno: Network is unreachable
>
> The PPP fails to get a default route, after connect.
> Can you help-me with this?

You might not get a valid route from the PPP server or you need to add the 
following to /etc/ppp/ppp.linkup

<yourlabel>
	 shell route delete default
	 shell route add default -interface INTERFACE

to use the interface instead of the destination IP address.
You can try this manually after PPP has established a connection.

Nick



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