CraZyFlame Posted May 26, 2016 Share Posted May 26, 2016 (edited) Hallo,ich habe seit einiger zeit arge Probleme meine Netzwerk Konfiguration mit Proxmox hin zu bekommen. # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 149.202.210.214 netmask 255.255.255.0 network 149.202.210.0 broadcast 149.202.210.255 gateway 149.202.210.254 iface eth0 inet6 static address 2001:41d0:1000:14d6:: netmask 64 dns-nameservers 2001:41d0:3:163::1 post-up /sbin/ip -family inet6 route add 2001:41d0:1000:14ff:ff:ff:ff:ff dev eth0 post-up /sbin/ip -family inet6 route add default via 2001:41d0:1000:14ff:ff:ff:ff:ff pre-down /sbin/ip -family inet6 route del default via 2001:41d0:1000:14ff:ff:ff:ff:ff pre-down /sbin/ip -family inet6 route del 2001:41d0:1000:14ff:ff:ff:ff:ff dev eth0 auto vmbr0 iface vmbr0 inet static address 91.134.214.28 netmask 255.255.255.252 bridge_ports eth0 bridge_stp off bridge_fd 0 Dies ist die Netzwerk Konfiguration von dem Dedizierten Server(Debain 8 + Proxmox) auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 91.134.214.28 netmask 255.255.255.252 post-up ip route add 149.200.210.254 dev eth0 post-up ip route add default via 149.202.210.254 dev eth0 pre-down ip route del default via 149.202.210.254 dev eth0 pre-down ip route del 149.202.210.254 dev eth0 Dies ist die Netzwerk Konfiguration von der VM Diese Funktionieren mit einander jedoch nur für 10 bis 15 Minuten.Danach ist der Server Nicht mehr erreichbar und muss mittels Rescue-System wieder her gestellt werden.Hat jemand eine Idee woran das Liegen kann? EDIT: Grund: Code Spoiler eingefügt! Edited May 27, 2016 by CraZyFlame Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now