Hmm, on my system, in my /etc/ppp/ip-up.d i put a script to switch my route to ppp:
#!/bin/sh route del default route add default ppp0 i don't seem to have anything in ip-down.d, but everything works smooth for me.. On Sun, 03 Sep 2000 23:25:25 Taro Fukunaga wrote: > I ignored the network setup and now ppp works. Ethernet won't. (The > installation manual says that to use ppp, don't configure the network. > Intuitive!) Somehow I missed the profiles section, forcing me to install > everything by hand. I'll have to retry the whole install again. > > Taro > > Ethan Benson wrote: > > > > > sounds like a routing problem, your default route it probably wrong. > > > > send the output of /sbin/route -n (or netstat -rn) > > > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

