Re: LCP keepalive timeout for PPPOE

2020-01-06 Thread Stuart Henderson
On 2020-01-05, Tom Murphy wrote: > On 2020-01-03, jrmu wrote: >> inet 0.0.0.0 255.255.255.255 NONE \ >> pppoedev cpsw0 authproto pap \ >> authname '12345...@isp.net' authkey 'abcd1234' up >> dest 0.0.0.1 >> #inet6 eui64 >> !/sbin/route add default -ifp pppoe0 0.0.0.1 >> #!/sbin/route add -inet6 d

Re: LCP keepalive timeout for PPPOE

2020-01-05 Thread Tom Murphy
On 2020-01-03, jrmu wrote: > inet 0.0.0.0 255.255.255.255 NONE \ > pppoedev cpsw0 authproto pap \ > authname '12345...@isp.net' authkey 'abcd1234' up > dest 0.0.0.1 > #inet6 eui64 > !/sbin/route add default -ifp pppoe0 0.0.0.1 > #!/sbin/route add -inet6 default -ifp pppoe0 fe80::%pppoe0 I had maj

Re: LCP keepalive timeout for PPPOE

2020-01-03 Thread Stuart Henderson
On 2020-01-03, jrmu wrote: > Greetings, > > I am getting LCP keepalive timeout errors when setting up a PPPOE > connection to a fiber optic line. I am attempting this on > BeagleBone Black running OpenBSD 6.6 GENERIC armv7. > > I have two interfaces which I set up as follows: > > # cat /etc/host

LCP keepalive timeout for PPPOE

2020-01-03 Thread jrmu
Greetings, I am getting LCP keepalive timeout errors when setting up a PPPOE connection to a fiber optic line. I am attempting this on BeagleBone Black running OpenBSD 6.6 GENERIC armv7. I have two interfaces which I set up as follows: # cat /etc/hostname.cpsw0 up # cat /etc/hostname.pppoe0 i