[RP-PPPoE] Which timeout affects PADO packets?
Dan Jacobson
jidanni at jidanni.org
Tue Apr 16 15:17:45 EDT 2019
DS> If you run the pppoe executable, it's the "-t" option.
OK I put a -t 60 into
# pppd default-asyncmap defaultroute lcp-echo-failure 7 \
lcp-echo-interval 50 mtu 1492 noaccomp noauth noipdefault noproxyarp \
persist plugin rp-pppoe.so usepeerdns user xxx at hinet.net pty \
'pppoe -I nic-enp7s0 -T 80 -t 60 -m 1452' nic-enp7s0 debug
00:55:50 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enp7s0: link becomes ready
00:55:53 pppd[1769]: Send PPPOE Discovery V1T1 PADI session 0x0 length 4
00:55:53 pppd[1769]: dst ff:ff:ff:ff:ff:ff src 04:92:26:d7:a6:da
00:55:53 pppd[1769]: [service-name]
00:56:03 pppd[1769]: Send PPPOE Discovery V1T1 PADI session 0x0 length 4
00:56:03 pppd[1769]: dst ff:ff:ff:ff:ff:ff src 04:92:26:d7:a6:da
00:56:03 pppd[1769]: [service-name]
00:56:23 pppd[1769]: Timeout waiting for PADO packets
00:56:23 pppd[1769]: Unable to complete PPPoE Discovery
00:56:54 pppd[1769]: Send PPPOE Discovery V1T1 PADI session 0x0 length 4
00:56:54 pppd[1769]: dst ff:ff:ff:ff:ff:ff src 04:92:26:d7:a6:da
00:56:54 pppd[1769]: [service-name]
00:56:54 pppd[1769]: Recv PPPOE Discovery V1T1 PADO session 0x0 length 22
which didn't change anything, and
$ man pppoe
SYNOPSIS
pppd pty 'pppoe [pppoe_options]' [pppd_options]
pppoe -A [pppoe_options]
seems to rule out any direct running of the pppoe executable other than with -A.
So how would I run the pppoe executable? Thanks.
More information about the RP-PPPoE
mailing list