maxpower
09.09.15, 11:39
Na dann hab ich ja glück gehabt das der Support für Fehler in seiner Konfiguration verantwortlich ist.
virtio=00:50:56:04:42:73,bridge=vmbr0
uname -a
# The loopback network interface auto lo iface lo inet loopback # for Routing auto vmbr1 iface vmbr1 inet manual post-up /etc/pve/kvm-networking.sh #bridge_ports dummy0 bridge_ports none bridge_stp off bridge_fd 0 # vmbr0: Bridging. Make sure to use only MAC adresses that were assigned to you. auto vmbr0 iface vmbr0 inet static address 188.165.212.185 netmask 255.255.255.0 network 188.165.212.0 broadcast 188.165.212.255 gateway 188.165.212.254 bridge_ports eth0 bridge_stp off bridge_fd 0
kvm kvm_intel
auto lo eth0 iface lo inet loopback auto eth0 iface eth0 inet static address 176.yy.207.201 netmask 255.255.255.255 broadcast 176.yy.207.201 post-up route add 188.xxx.212.254 dev eth0 post-up route add default gw 188.xxx.212.254 pre-down route del 188.xxx.212.254 dev eth0 pre-down route del default gw 188.xxx.212.254
nameserver 208.67.222.222 nameserver 208.67.220.220
# The primary network interface # auto eth0 iface eth0 inet manual # vmbr0: Bridging. Make sure to use only MAC adresses that were assigned to you. auto vmbr0 iface vmbr0 inet static address 188.165.212.185 netmask 255.255.255.0 network 188.165.212.0 broadcast 188.165.212.255 gateway 188.165.212.254 bridge_ports eth0 bridge_stp off bridge_fd 0
# Disable IPv6 autoconf #net.ipv6.conf.all.autoconf = 0 #net.ipv6.conf.default.autoconf = 0 #net.ipv6.conf.vmbr0.autoconf = 0 #net.ipv6.conf.all.accept_ra = 0 #net.ipv6.conf.default.accept_ra = 0 #net.ipv6.conf.vmbr0.accept_ra = 0 #net.ipv6.conf.vmbr0.accept_ra = 0 #net.ipv6.conf.vmbr0.autoconf = 0 # ipv4 settings net.ipv4.ip_forward = 1 net.ipv4.conf.default.forwarding = 1 net.ipv4.conf.all.forwarding = 1 net.ipv4.conf.default.send_redirects = 1 kernel.sysrq = 1 # ipv6 settings net.ipv6.conf.all.forwarding = 1 net.ipv6.conf.default.forwarding = 1 net.ipv6.conf.default.accept_redirects = 1 net.ipv6.conf.eth0.autoconf = 0 net.ipv6.conf.eth0.accept_ra = 0 net.ipv6.conf.all.accept_redirects = 0 net.ipv6.conf.all.router_solicitations = 1 net.ipv6.conf.default.proxy_ndp = 1 net.ipv6.conf.all.proxy_ndp = 1
# device: eth0 auto eth0 iface eth0 inet static address 188.xxx.212.185 netmask 255.255.255.0 network 188.xxx.212.0 broadcast 188.xxx.212.255 gateway 188.xxx.212.254 # vmbr0: Bridging. Make sure to use only MAC adresses that were assigned to you. auto vmbr0 iface vmbr0 inet static address 188.xxx.212.185 netmask 255.255.255.0 network 188.xxx.212.0 broadcast 188.xxx.212.255 gateway 188.xxx.212.254 bridge_ports eth0 bridge_stp off bridge_fd 0 # up ip route add 176.yy.207.200 dev vmbr0 # up ip route add 176.yy.207.201 dev vmbr0 # up ip route add 176.yy.207.202 dev vmbr0
auto lo eth0 iface lo inet loopback iface eth0 inet static address 176.yy.207.201 netmask 255.255.255.255 broadcast 176.yy.207.201 post-up route add 188.xxx.212.254 dev eth0 post-up route add default gw 188.xxx.212.254 pre-down route del 188.xxx.212.254 dev eth0 pre-down route del default gw 188.xxx.212.254