Networking dead on VMBR1

vzfanatic

Active Member
Jul 22, 2008
67
0
26
I've read all the threads and tried all the solutions posted here, so indeed I'm not being lazy :)

I have two public networks. My containers work fine either VMBR0, but the KVMS do not work with the IP space on VMBR1... can someone please advise me on the proper way to set this up?

# network interface settings
auto lo
iface lo inet loopback


iface eth0 inet manual


iface eth1 inet manual


auto vmbr0
iface vmbr0 inet static
address 17.24.100.2
netmask 255.255.0.0
gateway 17.24.100.1
bridge_ports eth0
bridge_stp off
bridge_fd 0


auto vmbr1
iface vmbr1 inet static
address 17.124.100.2
netmask 255.255.0.0
bridge_ports eth0:0
bridge_stp off
bridge_fd 0

So VMBR0 works fine with VM's and CT's, but VMBR1 does not. . nothing in, nothing out.. my bandwidth provider is sending both ip ranges to my router.

I'd really appreciate a hand, thoughts, opinions, hugs.. anything. thanks!
 
I tried it with eth1 also, the gateway for vmbr1 keeps going away when i set it..

auto vmbr1
iface vmbr1 inet static
address 17.124.100.2
netmask 255.255.0.0
bridge_ports eth1
bridge_stp off
bridge_fd 0

i'd like to route both networks to eth0 if i could..
 
Last edited:
so what do you propose for vmbr1 settings?

It seems I've done exactly what you've asked already..
 
Last edited:
Ok, CT's can be reached..

VM's on the subnet defined in vmbr0 can be reached. VM's using the second network ip range gives an error 'the static ip that was just configured is already in use on the network. please reconfigure a different IP address.' with any ip address in that range.
 
Last edited:

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!