Page MenuHomeVyOS Platform

new pppoe warnings recently
Resolved (N/A)PublicBUG

Description

Hi,

cat /var/log/messages | grep ppp

Sep 21 08:31:24 home-r1 vyos-configd[543]: Warning: rule "10" interface "pppoe0" does not exist on this system
Sep 21 08:31:24 home-r1 vyos-configd[543]: Warning: rule "10" interface "pppoe0" does not exist on this system
Sep 21 08:31:24 home-r1 vyos-configd[543]: Warning: rule "11" interface "pppoe0" does not exist on this system
Sep 21 08:31:54 home-r1 vyos-configd[543]: Received message: {"type": "node", "data": "/usr/libexec/vyos/conf_mode/interfaces-pppoe.pyVYOS_TAGNODE_VALUE=pppoe0"}

These warnings have appeared recently. pppoe is working fine and NAT must also be OK as one of the rule 10 that it refers to is my source masquerade rule and internet is working fine.
"

source {
     rule 10 {
         outbound-interface pppoe0
         translation {
             address masquerade
         }
     }
 }

}

"

I also started receiving:
Sep 21 09:31:58 home-r1 pppd[2827]: Unsupported protocol 'IPv6 Control Protocol' (0x8057) received

I am with BT and they do support IPv6 but I have not configured it. Is there something new needs configuring of should I just ignore it?

"

pppoe pppoe0 {
     authentication {
         password
         user [email protected]
     }
     default-route auto
     mtu 1500
     no-peer-dns
     source-interface eth3
 }

}
"

Like I said, I think this is just cosmetic as everything is working but it looks like NAT is trying to apply before the ppp interface has been renamed.

SteveP

Details

Difficulty level
Unknown (require assessment)
Version
VyOS 1.3-rolling-202009210118
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Bug (incorrect behavior)

Event Timeline

erkin changed the task status from Open to Needs testing.Jun 2 2021, 7:38 AM
erkin set Issue type to Bug (incorrect behavior).Aug 29 2021, 12:58 PM
erkin removed a subscriber: Active contributors.

Sep 21 09:31:58 home-r1 pppd[2827]: Unsupported protocol 'IPv6 Control Protocol' (0x8057) received

You can ignore it or configure ipv6

set interfaces pppoe pppoe2 ipv6
dmbaturin added a subscriber: dmbaturin.

Haven't seen those warnings in a while...