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