@schnipp: Do you use VLANs for PPPoE? I can't imagine this is a general problem but perhaps something that with a reconnect mpd can't push into VLAN
[...]Perhaps you see something blocked in system.log or filter.log. Just a guess since it hit upon this rules which blocks everything and *could* be related to non ipv4/6
No rush, if you can let us know in a week or two. Thanks,Franco
I did some more investigation in this topic and increased the logging of the mpd daemon to get some more information of the ISP's LCP echo probing. I found out that the daemon processes echo request packets and itself claims to send out corresponding reply packets. Unfortunately, the echo reply packets are not seen on the WAN interface :-(
# tcpdump -i re1_vlan7 pppoes and ppp proto 0xc021tcpdump: verbose output suppressed, use -v or -vv for full protocol decodelistening on re1_vlan7, link-type EN10MB (Ethernet), capture size 262144 bytes21:08:29.423673 PPPoE [ses 0x6cd1] LCP, Echo-Request (0x09), id 228, length 1021:08:29.423880 PPPoE [ses 0x6cd1] LCP, Echo-Reply (0x0a), id 228, length 1021:08:39.423718 PPPoE [ses 0x6cd1] LCP, Echo-Request (0x09), id 229, length 10# Saved settings for WAN interface, triggering a reconnect21:08:39.621649 PPPoE [ses 0x6cd1] LCP, Term-Request (0x05), id 3, length 621:08:43.378083 PPPoE [ses 0x8758] LCP, Conf-Request (0x01), id 1, length 2021:08:43.380642 PPPoE [ses 0x8758] LCP, Conf-Request (0x01), id 1, length 1821:08:43.390085 PPPoE [ses 0x8758] LCP, Conf-Reject (0x04), id 1, length 821:08:43.390547 PPPoE [ses 0x8758] LCP, Conf-Request (0x01), id 2, length 1621:08:43.400199 PPPoE [ses 0x8758] LCP, Conf-Ack (0x02), id 2, length 1621:08:45.400987 PPPoE [ses 0x8758] LCP, Conf-Request (0x01), id 3, length 1621:08:45.410645 PPPoE [ses 0x8758] LCP, Conf-Ack (0x02), id 3, length 1621:08:46.369960 PPPoE [ses 0x8758] LCP, Conf-Request (0x01), id 2, length 2021:08:46.370666 PPPoE [ses 0x8758] LCP, Conf-Ack (0x02), id 2, length 2021:08:57.028608 PPPoE [ses 0x8758] LCP, Echo-Request (0x09), id 1, length 1021:09:07.028322 PPPoE [ses 0x8758] LCP, Echo-Request (0x09), id 2, length 1021:09:17.027982 PPPoE [ses 0x8758] LCP, Echo-Request (0x09), id 3, length 1021:09:27.032313 PPPoE [ses 0x8758] LCP, Term-Request (0x05), id 3, length 6
I'd wonder what happens when you set LCP keepalive to be send every second?Would this force OPN send Echo Requests instead of just receiving them? Just an idea ...
Quote from: mimugmail on March 29, 2018, 07:07:23 amI'd wonder what happens when you set LCP keepalive to be send every second?Would this force OPN send Echo Requests instead of just receiving them? Just an idea ...In my configuration it is set by default (set link keep-alive 10 60). I tried to adjust these values in the past without success. I have not seen any keep-alive packets on wire sent out by the mpd daemon, presumably due to other incoming traffric (see http://mpd.sourceforge.net/doc5/mpd20.html).
I can add a field for this, but only if it works .. can you try to set it to 1 seconds? I'm not into it but I'd guess if you don't receive in given time the mpd starts sending self, if you set to 5 sec not really sure if this works but with 1 it should ... perhaps worth a try, but it's hard to debug from remote.