Network configuration

LeHigh

New Member
Jul 5, 2012
4
0
1
Hello Everyone, i have a little problem on my proxmox installation.

My Lan network 192.168.0.0/24
Proxmox server : 192.168.0.36



I would like a VMs Subnet
Subnet : 192.168.1.0
Debian VM : 192.168.1.10

So there is something i didn't understand, i can ping 192.168.0.36, 192.168.1.254, but not that's all, can't contact any other host on the lan.

My /etc/network/interfaces on my proxmox host

auto lo
iface lo inet loopback


iface eth0 inet manual
iface eth1 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.0.36
netmask 255.255.255.0
broadcast 192.168.0.255
gateway 192.168.0.254
network 192.168.0.0
bridge_ports eth0
bridge_stp off
bridge_fd 0


auto vmbr1
iface vmbr1 inet static
address 192.168.1.254 netmask 255.255.255.0
bridge_ports eth1
bridge_stp off
bridge_fd 0
 
hello :)

Does anyone has a clue ?
It seems there is something i didn t get about bridged interfaces :/