Modem GPRS USB

Nick Hibma nick at van-laarhoven.org
Tue Oct 7 21:45:25 UTC 2008


> 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


More information about the freebsd-hardware mailing list