Actions
Bug #498
closedIPv6 is not setup at boot time on Orfeo
Start date:
2016-11-23
Due date:
% Done:
100%
Estimated time:
Patch Available:
Confirmed:
No
Branch:
Entity:
DuckCorp
Security:
Help Needed:
Description
After quite some upgrades and a new kernel, and using a split network configuration, and using a CIDR instead of using the netmask config, the IPv4 configuration with 2 IPs worked well but IPv6 was not setup at all.
Testing the config on eth3 and manual ifup/ifdown worked perfectly. Also nothing of interest in the logs.
There were those potential BR of interest:
- https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=805445
- https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743228
It is setup manually for now.
Updated by Pierre-Louis Bonicoli almost 8 years ago
Updated by Pierre-Louis Bonicoli almost 8 years ago
- Related to Bug #502: Reboot servers (orfeo, jinta, thorfinn, toushirou) added
Updated by Pierre-Louis Bonicoli almost 8 years ago
A quick sum up of #805445, we need:
- add an ordering dependency in ifupdown's service file - this is fixed in Stretch by #819314
- set
conf.$IFACE.accept_ra
to0
- in
/etc/network/interfaces.d/$IFACE
, move IPv6 configuration before IPv4
2 and 3 are implemented in branch move_ipv6_first
, could you please review it ?
Updated by Marc Dequènes over 7 years ago
- Status changed from New to Resolved
- Assignee set to Pierre-Louis Bonicoli
- % Done changed from 0 to 100
It was merged, we switched to Stretch, and it worked fine, thanks :-).
Actions