No IPv6 address on PPPoE Interface

Started by mahescho, November 30, 2018, 04:58:56 PM

Previous topic - Next topic
Hi,

I've three WAN interfaces, one static and two PPPoE Interfaces. All interfaces with static IPv4 and IPv6 addresses. IPv6 works with the static and the first PPPoE interface. The new, second PPPoE interface receives it's static IPv4 address by PPPoE. As with the first PPPoE interface I've configured the IPv6 address manually as static but it does not get assigned to the interface pppoe1.

Any suggestions how to fix this?

TIA

Firmware: latest 18,7
OPNsense 24.1.6-amd64
FreeBSD 13.2-RELEASE-p11
OpenSSL 3.0.13

November 30, 2018, 06:08:58 PM #1 Last Edit: November 30, 2018, 06:10:34 PM by GDixon
try this link and see if it helps.

https://forum.opnsense.org/index.php?topic=10347.0

hmmm may not help but

Now I've tried to set it manually:

pppoe1: flags=88d1<UP,POINTOPOINT,RUNNING,NOARP,SIMPLEX,MULTICAST> metric 0 mtu 1484
inet6 fe80::290:bff:fe6d:aa96%pppoe1 prefixlen 64 scopeid 0x16
inet6 fe80::290:bff:fe6d:aa92%pppoe1 prefixlen 64 scopeid 0x16
inet xx.xx.xx.xx --> xx.xx.xx.xx  netmask 0xffffffff
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
root@fw:~ # ifconfig pppoe1 inet6 xx:xx:xx:xx::1 prefixlen 64 alias
ifconfig: ioctl (SIOCAIFADDR): File exists

No success ...
OPNsense 24.1.6-amd64
FreeBSD 13.2-RELEASE-p11
OpenSSL 3.0.13

"File exists" would indicate it works, but it's not displayed by the OS.

Quote from: franco on December 03, 2018, 09:41:39 AM
"File exists" would indicate it works ...

Interesting and true. When I ping the IP I can see the ICMP echo requests on the interface. That I do not see the replies is a problem with the gateway, but it works.

Quote from: franco on December 03, 2018, 09:41:39 AM
... but it's not displayed by the OS.

Pretty unusual, isn't it? Some kind of bug?
OPNsense 24.1.6-amd64
FreeBSD 13.2-RELEASE-p11
OpenSSL 3.0.13

Possibly, something to check the 19.1-BETA against or have a look at https://bugs.freebsd.org/bugzilla/

I can't take a closer look at the moment.


Cheers,
Franco

OPNsense 24.1.6-amd64
FreeBSD 13.2-RELEASE-p11
OpenSSL 3.0.13

A fix...

https://github.com/opnsense/core/pull/2736

As described in the bug report.

I would like to point out referring to random bugs isn't helping.

We already established it looks like a OS issue with the ifconfig display...


Cheers,
Franco