1
21.7 Legacy Series / ipv6 gateway (when ipv6 is turned off) and intermittant PPPOE connection loss
« on: September 07, 2021, 02:12:01 am »
Hi all - trying to figure out this problem with opnsense. I have PPPOE wan connection and I have turned off ipv6 on both the LAN and WAN interfaces but under GATEWAY it still shows an ipv6 listing. I cant stop this and delete it because it automatically turns back on and reappears.
My issue is that every 20 minutes or so my PPPOE connection drops because it's pinging the gateways and when it doesnt get a reply it drops the connection
I need a way to disable the ipv6 gateway I guess to stop it forcing my disconnection every 20 minutes. Any ideas? on pF it was to disable dpinger and that solved it but I cant find anything like that here
dont worry about ip addresses in the logs my connection drops so frequently that it wont be the same in a few minutes anyway
My issue is that every 20 minutes or so my PPPOE connection drops because it's pinging the gateways and when it doesnt get a reply it drops the connection
I need a way to disable the ipv6 gateway I guess to stop it forcing my disconnection every 20 minutes. Any ideas? on pF it was to disable dpinger and that solved it but I cant find anything like that here
Code: [Select]
2021-09-07T10:03:25 opnsense[3865] /usr/local/etc/rc.newwanip: ROUTING: creating /tmp/em0_defaultgwv6 using 'fe80::7ada:6eff:fea1:cc00%em0'
2021-09-07T10:03:25 opnsense[3865] /usr/local/etc/rc.newwanip: ROUTING: removing /tmp/em0_defaultgwv6
2021-09-07T10:03:25 opnsense[3865] /usr/local/etc/rc.newwanip: ROUTING: setting IPv6 default route to fe80::7ada:6eff:fea1:cc00
2021-09-07T10:03:25 opnsense[3865] /usr/local/etc/rc.newwanip: ROUTING: IPv6 default gateway set to wan
2021-09-07T10:03:25 opnsense[3865] /usr/local/etc/rc.newwanip: ROUTING: keeping current default gateway '10.20.22.123'
2021-09-07T10:03:25 opnsense[3865] /usr/local/etc/rc.newwanip: ROUTING: setting IPv4 default route to 10.20.22.123
2021-09-07T10:03:25 opnsense[3865] /usr/local/etc/rc.newwanip: ROUTING: IPv4 default gateway set to wan
2021-09-07T10:03:25 opnsense[3865] plugins_configure hosts (execute task : unbound_hosts_generate())
2021-09-07T10:03:25 opnsense[3865] plugins_configure hosts (execute task : dnsmasq_hosts_generate())
2021-09-07T10:03:25 opnsense[3865] plugins_configure hosts ()
2021-09-07T10:03:25 opnsense[3865] /usr/local/etc/rc.newwanip: On (IP address: 110.174.30.200) (interface: WAN[wan]) (real interface: pppoe0).
2021-09-07T10:03:25 opnsense[3865] /usr/local/etc/rc.newwanip: IPv4 renewal is starting on 'pppoe0'
2021-09-07T10:03:25 opnsense[82382] /usr/local/etc/rc.newwanipv6: Failed to detect IP for WAN[wan]
2021-09-07T10:03:25 opnsense[82382] /usr/local/etc/rc.newwanipv6: On (IP address: ) (interface: WAN[wan]) (real interface: pppoe0).
2021-09-07T10:03:25 opnsense[82382] /usr/local/etc/rc.newwanipv6: IPv6 renewal is starting on 'pppoe0'
2021-09-07T10:03:20 kernel ng_pppoe[d]: no matching session
2021-09-07T10:03:20 kernel ng_pppoe[d]: no matching session
dont worry about ip addresses in the logs my connection drops so frequently that it wont be the same in a few minutes anyway