Hi,
I'm a bit desperate at the moment.
I am currently running my Proxmox host with only one IPv6 to save one IPv4 with my hoster.
Now I want to assign the primary IP to a VM, but it does not get an uplink.
My current configuration on the host:
/etc/network/interfaces
ource /etc/network/interfaces.d/*
	
	
	
		
Does someone have an idea?
Thanks!
Best regards
Marius
				
			I'm a bit desperate at the moment.
I am currently running my Proxmox host with only one IPv6 to save one IPv4 with my hoster.
Now I want to assign the primary IP to a VM, but it does not get an uplink.
My current configuration on the host:
/etc/network/interfaces
ource /etc/network/interfaces.d/*
		Code:
	
	auto lo
iface lo inet loopback
iface lo inet6 loopback
auto eno1
iface eno1 inet6 static
        address xxxx:xxx:xxx:xxxx:x/64
        gateway fe80::1
auto vmbr0
iface vmbr0 inet static
        address xxx.xxx.xxx.xxx/26
        gateway xxx.xxx.xxx.xxx
        bridge-ports eno1.1
        bridge-stp off
        bridge-fd 0Does someone have an idea?
Thanks!
Best regards
Marius
 
	