Re: PPPoE problem

2014-01-15 Thread Stefan Sperling
On Tue, Jan 14, 2014 at 08:01:39PM +0100, Martijn Rijkeboer wrote: Hi, I'm trying to setup a PPPoE connection to my ISP (solcon.nl). I've read pppoe(4) and pppoe(8) and got the following configuration: cat /etc/hostname.pppoe0 inet 0.0.0.0 255.255.255.255 NONE \ pppoedev em2

Re: PPPoE problem

2014-01-15 Thread Martijn Rijkeboer
Does it work with a configuration such as this? inet 123.123.123.1 255.255.255.128 NONE \ pppoedev em2 authproto pap \ authname 'username@solcon.net' authkey 'password' up dest 0.0.0.1 ! /sbin/route add default 123.123.123.1 I'm using a configuration like that with static

PPPoE problem

2014-01-14 Thread Martijn Rijkeboer
Hi, I'm trying to setup a PPPoE connection to my ISP (solcon.nl). I've read pppoe(4) and pppoe(8) and got the following configuration: cat /etc/hostname.pppoe0 inet 0.0.0.0 255.255.255.255 NONE \ pppoedev em2 authproto pap \ authname 'username@solcon.net' authkey 'password' up

Re: kernel pppoe problem : pppoe0 : timeout

2005-10-09 Thread Can Erkin Acar
You possibly have other/previous pppoe sessions not being terminated correctly. The reason is that, the kernel pppoe does not terminate unknown sessions (ie. not handled by itself). see pppoe(4) manual page for details, compiling a kernel with PPPOE_TERM_UNKNOWN_SESSIONS option may help. Can

kernel pppoe problem : pppoe0 : timeout

2005-10-06 Thread Didier Wiroth
Hello, (sorry for the long post!) I used the ppp pppoe (for my dsl connection) for some while and decided to switch to the kernel implementation. I'm actually having a problem with kernel pppoe, after a reboot or when I try to connect/reconnect it takes about 1 minute before it is able to

Re: kernel pppoe problem : pppoe0 : timeout

2005-10-06 Thread Didier Wiroth
concerning my original post: sorry, I made a typo error in my hostname.pppoe0. I have this line: !/sbin/ifconfig \$if inet 0.0.0.0 0.0.0.1 netmask 0x I do NOT have link1 in the line, as written in the previous mail!!!