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 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!