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 :/
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!