Re: pppoe (kernel) works but doesn't

2016-03-26 Thread georgek
Sorry for bothering you, I had to go tcpdump the entire network "conversation" between linux and bsd in order to find out that I had miss type my username... Thank you for your reply Pierre nevertheless :) P.S. This topic can be deleted -- View this message in context: http://openbsd-archive.

Re: pppoe (kernel) works but doesn't

2016-03-26 Thread George Kourvoulis
Sorry for bothering you, I had to go tcpdump the entire network "conversation" between linux and bsd in order to find out that I had miss type my username... Thank you for your reply Pierre nevertheless :) P.S. This topic can be deleted On Sat, Mar 26, 2016 at 1:34 PM, Pierre Emeriaud < petrus.l

Re: pppoe (kernel) works but doesn't

2016-03-26 Thread Pierre Emeriaud
Hi George, > pppoe0: flags=8855 mtu 1492 > priority: 0 > dev: em0 state: session > sid: 0x1d1e PADI retries: 0 PADR retries: 0 time: 00:13:01 > sppp: phase network authproto pap authname "user" > groups: pppoe egress > status: active > inet 1

pppoe (kernel) works but doesn't

2016-03-26 Thread George Kourvoulis
Hi, 1) I have set kernel pppoe with the following options (I have only one NIC directly connected to my dsl modem) : # cat /etc/hostname.pppoe0 inet 0.0.0.0 255.255.255.255 NONE \ pppoedev em0 authproto pap \ authname 'user' authkey 'pass' up dest 0.0.0.1 !/sbin/route add default -ifp pppoe0 0.0.