Network Problem

inanbayram

New Member
Dec 19, 2010
10
0
1
Hello,

i want to give for the new VPS a IP Adress but it dont work.

I do it like the Hetzner and Proxmox Wiki. When i restart the Server i cant acces to the Server and i must connect with Lara Console and edit the Network settings.

Can someone help me? What i do wrong?

Note: I must use the Route way to becuase Hetzner dont Support Bridge


This is my /etc/network/interfaces

# network interface settings
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
address 46.4.50.xxx
netmask 255.255.255.192
gateway 46.4.50.193
post-up echo 1 > /proc/sys/net/ipv4/conf/eth0/proxy_arp

up ip addr add 46.4.50.yyy/32 dev eth0
down ip addr del 46.4.50.yyy/32 dev eth0


auto vmbr0
iface vmbr0 inet static
address 46.4.50.yyy
netmask 255.255.255.192
bridge_ports none
bridge_stp off
bridge_fd 0
Is there something wrong?
 
Last edited: