all lists on lists.proxmox.com
 help / color / mirror / Atom feed
From: "DERUMIER, Alexandre" <alexandre.derumier@groupe-cyllene.com>
To: "pve-devel@lists.proxmox.com" <pve-devel@lists.proxmox.com>,
	"t.lamprecht@proxmox.com" <t.lamprecht@proxmox.com>
Subject: Re: [pve-devel] seem than ifupdown2 is installed by default on upgrade (a friend reported me an ipv6 slaac bug)
Date: Fri, 24 Nov 2023 13:41:37 +0000	[thread overview]
Message-ID: <ff9a4aeb0ecd38789619469cac631fbdf66ad2e1.camel@groupe-cyllene.com> (raw)
In-Reply-To: <8c41e5a8-4be7-4d1b-8832-787f402f767d@proxmox.com>

Hi again,

I have reverified my ifupdown2,

In fact, I setup accept_ra=2  when interfaces is setup as "auto".  (but
not static or manual)


(as inet6 auto = slaac , it make sense to enable accept_ra).




But here, the non working setup is mixing "inet dhcp" + "inet6 auto"


"
auto vmbr2
iface vmbr2 inet dhcp
       bridge-ports eth0
       bridge-stp off
       bridge-fd 0

iface vmbr2 inet6 auto

"


Maybe  is it because ifupdown2 is merging interfaces, looking at debug
log, the "inet6 auto" is not catched.


For this setup, the working config is:


"
auto vmbr2
iface vmbr2 inet dhcp
       bridge-ports eth0
       bridge-stp off
       bridge-fd 0
       accept_ra 2
       autoconf 1
"










  parent reply	other threads:[~2023-11-24 13:42 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-23 17:50 DERUMIER, Alexandre
2023-11-24  9:07 ` Thomas Lamprecht
2023-11-24 10:12   ` DERUMIER, Alexandre
2023-11-24 12:49     ` Thomas Lamprecht
2023-11-24 13:12       ` DERUMIER, Alexandre
2023-11-24 13:41       ` DERUMIER, Alexandre [this message]
2023-11-29 12:55         ` DERUMIER, Alexandre

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ff9a4aeb0ecd38789619469cac631fbdf66ad2e1.camel@groupe-cyllene.com \
    --to=alexandre.derumier@groupe-cyllene.com \
    --cc=pve-devel@lists.proxmox.com \
    --cc=t.lamprecht@proxmox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal