Hi all,
we have configure a network with ipv4 and ipv6.
if we start network service, we have a error message:
We have configure /etc/network/interfaces :
we can reach the server with ipv4 but ipv6 does not work. Do you have an idea or a information for us, what can we do to bring up vmbr0 and ipv6 for working, please?
thanks for help and information
best regards
we have configure a network with ipv4 and ipv6.
if we start network service, we have a error message:
Code:
[U][I]
RTNETLINK answers: File exists
Failed to bring up vmbr0.[/I][/U]
We have configure /etc/network/interfaces :
Code:
# network interface settings
auto lo
iface lo inet loopback
iface eth1 inet manual
iface eth0 inet manual
auto vmbr0
iface vmbr0 inet6 static
address 2a02:238:f019:412:1:1:1:1
netmask 64
gateway 2a02:238:f019:412:1:1:1:FF
bridge_ports eth0
bridge_stp off
bridge_fd 0
auto vmbr0:0
iface vmbr0:0 inet static
address 217.69.254.69
netmask 255.255.254.0
gateway 217.69.254.1
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
we can reach the server with ipv4 but ipv6 does not work. Do you have an idea or a information for us, what can we do to bring up vmbr0 and ipv6 for working, please?
thanks for help and information
best regards