Unable to boot the nix after changing network card details

mrkhoros

New Member
Jan 5, 2015
1
0
1
Hello, I have 3 servers from Hetzner and this time when I installed promox and I try to define a virtual network card
and I reboot , I no longer can bring the server up and I have to rescue time after time after time ,

here is my network card detail

please tell me what to do



### Hetzner Online AG - installimage
# Loopback device:
auto lo
iface lo inet loopback


device: eth0
auto eth0
face eth0 inet static
address 178.63.21.111
broadcast 178.63.21.255
netmask 255.255.255.192
gateway 178.63.21.193
default route to access subnet






auto vmbr0
iface vmbr0 inet static
address 178.63.21.111
netmask 255.255.255.192
gateway 178.63.21.193
bridge_ports eth0
bridge_stp off
bridge_fd 0