labtecbassbox
04.08.15, 00:32
hallo kde,
also Ovh bietet dir hilfe an was Fail Over Ips angeht, man findet es hier http://hilfe.ovh.de/proxmox
zu dein Problem 1!°... man sieht auf den ersten blick das deine Netzwerk konfiguration falsch ist
post-up route add GATEWAY_VM dev eth0
post-up route add default gw GATEWAY_VM
pre-down route del GATEWAY_VM dev eth0
pre-down route del default gw GATEWAY_VM
Du musst die Hauptip addresse deine servers nehmen als Gataway.
auto lo eth0
iface lo inet loopback
iface eth0 inet static
address FAIL.OVER.IP
netmask 255.255.255.255
broadcast FAIL.OVER.IP
post-up route add IP.IHRES.SERVERS dev eth0
post-up route add default gw IP.IHRES.SERVERS
post-down route del IP.IHRES.SERVERS dev eth0
post-down route del default gw IP.IHRES.SERVERS
problem 2 !°
Deine Images liegen im anderen verzeichnis /var/lib/vz/images
http://i.gyazo.com/09b2fe56bae0c87bd45992cc61ea4a20.png
mfg
also Ovh bietet dir hilfe an was Fail Over Ips angeht, man findet es hier http://hilfe.ovh.de/proxmox
zu dein Problem 1!°... man sieht auf den ersten blick das deine Netzwerk konfiguration falsch ist
post-up route add GATEWAY_VM dev eth0
post-up route add default gw GATEWAY_VM
pre-down route del GATEWAY_VM dev eth0
pre-down route del default gw GATEWAY_VM
Du musst die Hauptip addresse deine servers nehmen als Gataway.
auto lo eth0
iface lo inet loopback
iface eth0 inet static
address FAIL.OVER.IP
netmask 255.255.255.255
broadcast FAIL.OVER.IP
post-up route add IP.IHRES.SERVERS dev eth0
post-up route add default gw IP.IHRES.SERVERS
post-down route del IP.IHRES.SERVERS dev eth0
post-down route del default gw IP.IHRES.SERVERS
problem 2 !°
Deine Images liegen im anderen verzeichnis /var/lib/vz/images
http://i.gyazo.com/09b2fe56bae0c87bd45992cc61ea4a20.png
mfg