Project

General

Profile

Actions

Bug #498

closed

IPv6 is not setup at boot time on Orfeo

Added by Marc Dequènes over 7 years ago. Updated almost 7 years ago.

Status:
Resolved
Priority:
High
Category:
System :: Network
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.


Related issues 1 (0 open1 closed)

Related to DuckCorp Infrastructure - Bug #502: Reboot servers (orfeo, jinta, thorfinn, toushirou)Resolved2017-01-26

Actions
Actions #1

Updated by Pierre-Louis Bonicoli about 7 years ago

A quick sum up of #805445, we need:
  1. add an ordering dependency in ifupdown's service file - this is fixed in Stretch by #819314
  2. set conf.$IFACE.accept_ra to 0
  3. in /etc/network/interfaces.d/$IFACE, move IPv6 configuration before IPv4
Actions #2

Updated by Pierre-Louis Bonicoli about 7 years ago

  • Related to Bug #502: Reboot servers (orfeo, jinta, thorfinn, toushirou) added
Actions #3

Updated by Pierre-Louis Bonicoli about 7 years ago

A quick sum up of #805445, we need:
  1. add an ordering dependency in ifupdown's service file - this is fixed in Stretch by #819314
  2. set conf.$IFACE.accept_ra to 0
  3. 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 ?

Actions #4

Updated by Marc Dequènes almost 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

Also available in: Atom PDF