Proxmox on OVH Server Bridged KVm Mode

metin88

New Member
Apr 21, 2015
13
0
1
Hello,

i have a server by ovh and installed proxmox.

I have create a guest KVM Server with Debian and configured like here:
http://help.ovh.co.uk/bridgeclient

With the container i can ping the gateway, but i cant get out.

How can take a look

here the config of the guest system:

auto lo eth0
iface lo inet loopback
iface eth0 inet static
address 46.105.XXX.XXX <-- Fail Over IP
netmask 255.255.255.255
broadcast 46.105.XXX.XXX <-- Fail Over IP
post-up route add 37.XXX.XXX.254 dev eth0 <-- Gateway Hostsystem
post-up route add default gw 37.XXX.xxx.254 <-- Gateway Hostsystem
pre-down route del 37.XXX.XXX.254 <-- Gateway Hostsystem
pre-down route del default gw 37.XXX.XXX.254 <-- Gateway Hostsystem

i can ping the gateway from the gust system, but nothing more.

please, help.

regards,
Metin