On Tue, Apr 18, 2006 at 11:52:47AM +0930, Brendan Grossman wrote: > Hi everyone > > To bring up a pppoe connection, I use ppp -ddial provider > > But how do I take it down? > > Also how do I remove old tunx devices? > > # ifconfig > tun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1492 > inet 219.90.xxx.xxx --> 203.2.124.224 netmask 0xffffffff > Opened by PID 71830 > tun1: flags=8010<POINTOPOINT,MULTICAST> mtu 1500 > tun2: flags=8010<POINTOPOINT,MULTICAST> mtu 1500 > inet 219.90.xxx.xxx --> 219.90.174.215 netmask 0xffffffff > > What the? How do I get rid of the others? tun0 seems to be only in use > there.
It seems strange to me that you have this problem because I once had a setup similar to yours (under 3.4-3.5-3.6) and never had this problem. Maybe you did not do something right, maybe it's a bug but without showing more info one can only guess. The info required here would be the version you are running, your ppp.conf file (sanitized to remove passwords, of course) and your linkup and linkdown script if they contain anything. On another topic, if you are running 3.7 or higher, you could give the in-kernel pppoe a try, unless, of course, you have already tried and some wierd thing your provider is doing prevents it from working. Arnaud -- "i think we should rewrite the kernel in java since it has good support for threads." - Ted Unangst