Hi,
I am looking to have 2 bridges.
Host:
vmbr0 is connected to eth0 for general networking and it is set statically to 10.1.1.3/24 with a default gateway of 10.1.1.2.
vmbr1 is for host only networking. It is planned to be used for iSCSI to get raw drives passed through to an OpenSolaris host. It is set statically to 192.168.1.1/24
I have the OpenSolaris host running within kvm. With 2 e1000 cards connected to vmbr0 and vmbr1 set statically to 10.1.1.4/24 and 192.168.1.2/24 respectively (matching the above).
I have not been able to get either system to be able to ping the other on any of the 4 addresses.
I can ping the host 10.1.1.1 and 10.1.1.2 from both the Host and the OpenSolaris vm so that network is mostly working just the vm can't ping the host and vice versa.
Does anyone have any idea why it does not work?
As below I have tried using promisc mode on the cards to no effect.
host:~# cat /etc/network/interfaces
# network interface settings
auto lo
iface lo inet loopback
iface eth0 inet manual
# pre-up ifconfig eth0 0.0.0.0 promisc up
# pre-down ifconfig eth0 down
iface eth1 inet manual
# pre-up ifconfig eth1 0.0.0.0 promisc up
# pre-down ifconfig eth1 down
auto vmbr0
iface vmbr0 inet static
address 10.1.1.3
netmask 255.255.255.0
gateway 10.1.1.2
broadcast 10.1.1.255
bridge_ports eth0
bridge_stp off
bridge_fd 0
auto vmbr1
iface vmbr1 inet static
address 192.168.1.1
netmask 255.255.255.0
broadcast 192.168.1.255
bridge_ports none
bridge_stp off
bridge_fd 0
I am looking to have 2 bridges.
Host:
vmbr0 is connected to eth0 for general networking and it is set statically to 10.1.1.3/24 with a default gateway of 10.1.1.2.
vmbr1 is for host only networking. It is planned to be used for iSCSI to get raw drives passed through to an OpenSolaris host. It is set statically to 192.168.1.1/24
I have the OpenSolaris host running within kvm. With 2 e1000 cards connected to vmbr0 and vmbr1 set statically to 10.1.1.4/24 and 192.168.1.2/24 respectively (matching the above).
I have not been able to get either system to be able to ping the other on any of the 4 addresses.
I can ping the host 10.1.1.1 and 10.1.1.2 from both the Host and the OpenSolaris vm so that network is mostly working just the vm can't ping the host and vice versa.
Does anyone have any idea why it does not work?
As below I have tried using promisc mode on the cards to no effect.
host:~# cat /etc/network/interfaces
# network interface settings
auto lo
iface lo inet loopback
iface eth0 inet manual
# pre-up ifconfig eth0 0.0.0.0 promisc up
# pre-down ifconfig eth0 down
iface eth1 inet manual
# pre-up ifconfig eth1 0.0.0.0 promisc up
# pre-down ifconfig eth1 down
auto vmbr0
iface vmbr0 inet static
address 10.1.1.3
netmask 255.255.255.0
gateway 10.1.1.2
broadcast 10.1.1.255
bridge_ports eth0
bridge_stp off
bridge_fd 0
auto vmbr1
iface vmbr1 inet static
address 192.168.1.1
netmask 255.255.255.0
broadcast 192.168.1.255
bridge_ports none
bridge_stp off
bridge_fd 0