> 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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hardware
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to