OPNsense Forum

Archive => 18.7 Legacy Series => Topic started by: mahescho on November 30, 2018, 04:58:56 pm

Title: No IPv6 address on PPPoE Interface
Post by: mahescho on November 30, 2018, 04:58:56 pm
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
Title: Re: No IPv6 address on PPPoE Interface
Post by: GDixon on November 30, 2018, 06:08:58 pm
try this link and see if it helps.

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

hmmm may not help but
Title: Re: No IPv6 address on PPPoE Interface
Post by: mahescho on December 01, 2018, 09:34:40 am
Now I've tried to set it manually:
Code: [Select]
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 ...
Title: Re: No IPv6 address on PPPoE Interface
Post by: franco on December 03, 2018, 09:41:39 am
"File exists" would indicate it works, but it's not displayed by the OS.
Title: Re: No IPv6 address on PPPoE Interface
Post by: mahescho on December 03, 2018, 10:17:08 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.

... but it's not displayed by the OS.

Pretty unusual, isn't it? Some kind of bug?
Title: Re: No IPv6 address on PPPoE Interface
Post by: franco on December 03, 2018, 10:53:47 am
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
Title: Re: No IPv6 address on PPPoE Interface
Post by: mahescho on December 05, 2018, 07:42:40 pm
A bug ...

https://github.com/opnsense/core/issues/2726
Title: Re: No IPv6 address on PPPoE Interface
Post by: franco on December 07, 2018, 07:45:00 am
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