DHCP with vmbr0 or eth0 and IPv6

informant

Renowned Member
Jan 31, 2012
780
10
83
Hi all,

i have following configuration:

Code:
# network interface settings
auto lo
iface lo inet loopback

iface eth1 inet manual

iface eth0 inet manual

auto vmbr0
iface vmbr0 inet static
        address  217.*.*.69
        netmask  255.255.254.0
        gateway  217.*.*.1
        bridge_ports eth0
        bridge_stp off
        bridge_fd 0

auto vmbr1
iface vmbr1 inet static
        address  10.11.12.61
        netmask  255.255.0.0
        bridge_ports eth1
        bridge_stp off
        bridge_fd 0

if i add following line:
Code:
iface vmbr0 inet6 dhcp
and restart network service

it´s hang and i doesn´t get a ipv6 adress via dhcp of dhcp-server. what can i do? do you have a idea?

thanks and regards
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!