1
20.7 Legacy Series / Re: PPPoE LCP Terminate Requests - is it possible to increase logging debug level
« on: January 06, 2021, 05:47:59 pm »
Adding 'log +echo' to /var/etc/mpd_opt4.conf did not show anything.
Zen tech support asked me to jump through the usual hoops of reset, restart,
check cables, etc. and contact them again if the problem persists.
I am now running
tcpdump -v -i igb0 -n -s 0 -w test.cap 'ether[0x0c:2] == 0x8863 or (ether[0x0c:2] == 0x8864 and (ether[0x14:2] == 0xc021 or ether[0x14:2] == 0xc223 or ether[0x14:2] == 0x8021 or ether[0x14:2] == 0x8057))'
Will keep it running for a day or two, and will then check if there is anything in the cap file...
In the meantime, any additional suggestions would be most welcome.
Zen tech support asked me to jump through the usual hoops of reset, restart,
check cables, etc. and contact them again if the problem persists.
I am now running
tcpdump -v -i igb0 -n -s 0 -w test.cap 'ether[0x0c:2] == 0x8863 or (ether[0x0c:2] == 0x8864 and (ether[0x14:2] == 0xc021 or ether[0x14:2] == 0xc223 or ether[0x14:2] == 0x8021 or ether[0x14:2] == 0x8057))'
Will keep it running for a day or two, and will then check if there is anything in the cap file...
In the meantime, any additional suggestions would be most welcome.