-
Notifications
You must be signed in to change notification settings - Fork 759
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wierd IPv6 issue when using PPPoE #2726
Comments
|
Have a little free time to take a look at this. It appears it only happens if you have a static v6 with PPPoE on v4. I think if you are using dhcp6c the natural sequence of things allows that to work, but with static v6 it appears it's trying to add the v6 address before the interface is ready. I know it fixes it using a generic sleep(5) before applying the static, I'll reduce that until it no longer works then increase it and also add a catch so that it only sleeps if dhcp4 is pppoe and v6 is static. |
|
is that use ipv4 connectivity (em/igb) or static ipv6 on top of the pppoe itself? |
|
Use IPv4 connectivity is checked, as it's using the PPPoE link. |
|
@marjohn56 noted via #2736
Did you solve this or potentially still happening? There are a few minor firewalling changes, but nothing drastic that would force this. |
|
No, I had to switch back to production due to complete lack of email coming through, SWMBO was muttering. I'll try and have another look when I can. |
|
Alias issue solved in -devel |
|
Confirmed. Running live unit with 11.2 at 19.1b, all good. |
|
Not yet, 19.1.b is 18.7.5 which does not have new alias API yet. But -devel should work now when you switch over.
… On 20. Oct 2018, at 13:46, Martin Wasley ***@***.***> wrote:
Confirmed. Running live unit with 11.2 at 19.1b, all good.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub, or mute the thread.
|
We noticed that if you save and apply the WAN interface, don't take it down - just save and apply then when the interface comes back up there is no IPv6 address on the PPPoE interface. I think this is because the PPPoE interface is not ready for it. Sort of proved this by putting a sleep(5) ( maybe a bit long ) in the case 'ppp': call where it's setup for V4.
Interfaces.inc Lines 211 on.
Very likely not the way to fix this, but I wonder if this is causing some of the odd v6 behaviour sometimes seen on the forum.
The text was updated successfully, but these errors were encountered: