Skip to content
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

ifreload -a sets all veth interfaces to DOWN. #250

Open
zealousGnu opened this issue Jan 10, 2023 · 7 comments
Open

ifreload -a sets all veth interfaces to DOWN. #250

zealousGnu opened this issue Jan 10, 2023 · 7 comments

Comments

@zealousGnu
Copy link

I have the debian bullseye repository standard ifupdown2 installed and use lxc containers on a vanilla system and when using ifreload -a, all of my VETH interfaces are set to down.

lxc.container.conf networking configuration

lxc.net.0.type = veth
lxc.net.0.flags = up
lxc.net.0.link = bridge
lxc.net.0.hwaddr = (mac address removed)

bridge configuration:

auto bridge
iface bridge inet static
    address (ipv4_address removed for privacy)
iface bridge inet6 static
    address (ipv6_address removed for privacy)
    bridge-ports none
    bridge-stp off
    bridge-vlan-aware yes
    mtu 9216

It's a rather breaking bug. The version of ifupdown2 is 3.0.0-1

@julienfortin
Copy link
Contributor

Hi,

Can you provide additional logs? i.e. ifreload -ad

Thanks
Julien

@zealousGnu
Copy link
Author

zealousGnu commented Jan 10, 2023 via email

@julienfortin
Copy link
Contributor

Can you also share the content of /e/n/i? and what changes are triggering the down on the veth

@zealousGnu
Copy link
Author

zealousGnu commented Jan 10, 2023 via email

@julienfortin
Copy link
Contributor

All network device need to be added to /e/n/i, i'm not seeing the veth in your config, is this normal?

@zealousGnu
Copy link
Author

zealousGnu commented Jan 11, 2023 via email

@svenauhagen
Copy link
Contributor

Hi,

Proxmox is using the following parameter on the bridge which will fix the problem if you add it to your config:

bridge-ports-condone-regex ^(tap|veth|fwpr)

Best

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants