-
Notifications
You must be signed in to change notification settings - Fork 76
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
accept_ra doesn't work #122
Comments
Thanks for reporting. We will look.
…On Thursday, September 5, 2019, nirgal ***@***.***> wrote:
Here's a fragment on my interfaces file:
auto eno1
iface eno1 inet static
address 62.210.131.173/24
gateway 62.210.131.1
dns-nameservers 62.210.16.6 62.210.16.7
iface eno1 inet6 static
address 2001:bc8:254d:300::1/56
accept_ra 2
accept_ra is not processed.
This can be worked around by using up sysctl -w
net.ipv6.conf.$IFACE.accept_ra=2.
accept_ra works fine with regular ifupdown.
Looking at the source code, I noticed that accept_ra is part of the DHCP
plugin. However, here, I am using static IP address with dynamic gateway.
This is required by my provider. Maybe the code need to be moved elsewhere?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#122?email_source=notifications&email_token=ABG4ZPXF2WK7R5AVYAZA3PLQID5Z3A5CNFSM4IT5NQXKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HJQV5UQ>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABG4ZPXFQJ4P7FGRO35ILIDQID5Z3ANCNFSM4IT5NQXA>
.
|
On Thursday, 5 September 2019 16:40:54 CEST Julien Fortin wrote:
I rebooted: Also See my work around above. It works after reboot. I have ivp6 connectivity with the work around. If I revert to my original version, I get
I am using Debian oldstable (ifupdown2 is pretty old there : 1.0~git20170314-1) But please run |
Hi @nirgal I realized my mistake just after sending my comment and removed it right away but I guess you got the email notification before! We will update this ticket with more info. For now it's best to use the workaround that you mentioned. |
Hi, any news about this ? I think that "accept_ra" && "autoconf" are still missing vs classic ifupdown1. I can send a patch if needed, but I'm not sure if it's possible to do it with netlink directly (IFLA_INET6_CONF), instead using sysctl ? |
any news about this ? I have some free time on coming weeks to work on it if needed. |
hey @aderumier feel free to write a patch for this if you have some free cycles, that would be awesome! |
Here's a fragment on my interfaces file:
accept_ra is not processed.
This can be worked around by using
up sysctl -w net.ipv6.conf.$IFACE.accept_ra=2
.accept_ra works fine with regular ifupdown.
Looking at the source code, I noticed that accept_ra is part of the DHCP plugin. However, here, I am using static IP address with dynamic gateway. This is required by my provider. Maybe the code need to be moved elsewhere?
The text was updated successfully, but these errors were encountered: