Here we go. And thanks for your help hopefully with your help this is will start working
# network interface settings
auto lo
iface lo inet loopback
iface eth inet static
address 86.8.176.70
netmask 255.255.252.0
gateway 86.8.176.1
iface eth0 inet manual
iface eth1 inet manual
auto vmbr0
iface vmbr0 inet static
address 86.8.176.70
netmask 255.255.252.0
gateway 86.8.176.1
bridge_ports eth0
bridge_stp off
bridge_fd 0
up route add -host 192.168.0.249 dev vmbr0
auto vmbr1
iface vmbr1 inet static
address 192.168.0.250
netmask 255.255.255.0
gateway 192.168.0.1
bridge_ports eth1
bridge_stp off
bridge_fd 0
Code:
proxmox:~# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.0.249 * 255.255.255.255 UH 0 0 0 vmbr0
192.168.0.0 * 255.255.255.0 U 0 0 0 vmbr1
86.8.176.0 * 255.255.252.0 U 0 0 0 vmbr0
default 192.168.0.1 0.0.0.0 UG 0 0 0 vmbr1
default 86.8.176.1 0.0.0.0 UG 0 0 0 vmbr0
proxmox:~#
proxmox:~# ifconfig
eth0 Link encap:Ethernet HWaddr 00:15:c5:e7:17:77
inet6 addr: fe80::215:c5ff:fee7:1777/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:228 errors:0 dropped:0 overruns:0 frame:0
TX packets:257 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:33127 (32.3 KiB) TX bytes:82656 (80.7 KiB)
Interrupt:16 Memory:f8000000-f8012800
eth1 Link encap:Ethernet HWaddr 00:15:c5:e7:17:79
inet6 addr: fe80::215:c5ff:fee7:1779/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:232 errors:0 dropped:0 overruns:0 frame:0
TX packets:15 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:36231 (35.3 KiB) TX bytes:1344 (1.3 KiB)
Interrupt:16 Memory:f4000000-f4012800
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:373 errors:0 dropped:0 overruns:0 frame:0
TX packets:373 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:91255 (89.1 KiB) TX bytes:91255 (89.1 KiB)
venet0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
UP BROADCAST POINTOPOINT RUNNING NOARP MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
vmbr0 Link encap:Ethernet HWaddr 00:15:c5:e7:17:77
inet addr:86.8.176.70 Bcast:86.8.179.255 Mask:255.255.252.0
inet6 addr: fe80::215:c5ff:fee7:1777/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:190 errors:0 dropped:0 overruns:0 frame:0
TX packets:236 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:26547 (25.9 KiB) TX bytes:79070 (77.2 KiB)
vmbr1 Link encap:Ethernet HWaddr 00:15:c5:e7:17:79
inet addr:192.168.0.250 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::215:c5ff:fee7:1779/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:232 errors:0 dropped:0 overruns:0 frame:0
TX packets:9 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:31859 (31.1 KiB) TX bytes:798 (798.0 B)
# network interface settings
auto lo
iface lo inet loopback
iface eth inet static
address 86.8.176.70
netmask 255.255.252.0
gateway 86.8.176.1
iface eth0 inet manual
iface eth1 inet manual
auto vmbr0
iface vmbr0 inet static
address 86.8.176.70
netmask 255.255.252.0
gateway 86.8.176.1
bridge_ports eth0
bridge_stp off
bridge_fd 0
up route add -host 192.168.0.249 dev vmbr0
auto vmbr1
iface vmbr1 inet static
address 192.168.0.250
netmask 255.255.255.0
gateway 192.168.0.1
bridge_ports eth1
bridge_stp off
bridge_fd 0