Re: Problem with kernel-level pppoe

2009-11-13 Thread Andre Keller
Hi David Am 13.11.2009 00:22, schrieb David Walker: > !/sbin/route -v add -inet default -ifp pppoe0 0.0.0.1 > > Also it seems possible to add the dest to the end of the inet line (e.g.): > inet 0.0.0.0 255.255.255.255 0.0.0.1 > This is a "should" from the man page. > Note also "!command-line" - ho

Re: Problem with kernel-level pppoe

2009-11-12 Thread David Walker
Andre Keller scrivere: > My config (OpenBSD 4.6): > /etc/hostname.pppoe0 >inet 0.0.0.0 255.255.255.255 NONE \ > pppoedev vr0 authproto chap \ > authname 'user' authkey 'pass' up > dest 0.0.0.1 > /sbin/route add default 0.0.0.1 Totally unrelated to your issue but I have noticed o

Problem with kernel-level pppoe

2009-11-12 Thread Andre Keller
Hi guys I use pppoe on my openbsd based router some time now, but always using user space ppp. I read on several posts / blogs / etc. that kernel-level pppoe (pppoe(4)) would have better performance and I decided to bring up a test device. My config (OpenBSD 4.6): /etc/hostname.pppoe0 inet 0.