Hello togehter,
i want to use IPv6 and IPv4 at the same time.
When i allocate the IPv6 adress on the running machine , then it worked for me.
But when i reboot the machnine only the ipv4 adress is used.
When i set the IPv6 Config at the top of the /etc/network/interfaces file, then i have only IPv6 on my eth0 interface.
When i set the IPv4 Config at the top of the /etc/network/interfaces file, then i have only IPv4 on my eth0 interface.
Has anybody an Idea ?
I dont find anything ins dmseg or syslog
Proxmox Kernel: Linux prox2 4.4.13-1-pve #1 SMP Tue Jun 28 10:16:33 CEST 2016 x86_64 GNU/Linux
My network configuration is the following:
______________________________________________________________
auto lo eth0 vmbr0
iface lo inet loopback
post-up ipset create blacklist hash:net
post-up ipset create whitelist hash:net
post-up iptables-restore < /etc/iptables.up.rules
iface eth0 inet static
address X.X.X.X
netmask 255.255.255.0
broadcast X.X.X.X
network X.X.X.X
gateway X.X.X.X
iface eth0 inet6 static
address 2001:67cX.X.X.X:2
netmask 64
gateway 200X.X.X.X1::1
iface eth1 inet manual
iface vmbr0 inet static
address X.X.X.X
netmask 255.255.255.0
bridge_ports eth1
bridge_stp off
bridge_fd 0
up ip route add X.X.X.X/16 via X.X.X.X
______________________________________________________________
i want to use IPv6 and IPv4 at the same time.
When i allocate the IPv6 adress on the running machine , then it worked for me.
But when i reboot the machnine only the ipv4 adress is used.
When i set the IPv6 Config at the top of the /etc/network/interfaces file, then i have only IPv6 on my eth0 interface.
When i set the IPv4 Config at the top of the /etc/network/interfaces file, then i have only IPv4 on my eth0 interface.
Has anybody an Idea ?
I dont find anything ins dmseg or syslog
Proxmox Kernel: Linux prox2 4.4.13-1-pve #1 SMP Tue Jun 28 10:16:33 CEST 2016 x86_64 GNU/Linux
My network configuration is the following:
______________________________________________________________
auto lo eth0 vmbr0
iface lo inet loopback
post-up ipset create blacklist hash:net
post-up ipset create whitelist hash:net
post-up iptables-restore < /etc/iptables.up.rules
iface eth0 inet static
address X.X.X.X
netmask 255.255.255.0
broadcast X.X.X.X
network X.X.X.X
gateway X.X.X.X
iface eth0 inet6 static
address 2001:67cX.X.X.X:2
netmask 64
gateway 200X.X.X.X1::1
iface eth1 inet manual
iface vmbr0 inet static
address X.X.X.X
netmask 255.255.255.0
bridge_ports eth1
bridge_stp off
bridge_fd 0
up ip route add X.X.X.X/16 via X.X.X.X
______________________________________________________________