I currently only have two IPs assigned to me...I can try and take another, but that may not route out of the rack. I've got the VM on one of the IPs and the host on the other currently.The switch is a "web-managed" basic 8-port switch (thrown in for testing while the "real" switch is in transit). It has the 3 ports the hosts are plugged in configured with vlan 1 untagged, set as PVID, and vlan 2 tagged. Another port on the switch is untagged on vlan 1 connected to the router for the ovirtmgmt network (protected by a VPN, but not "burning" public IPs for mgmt purposes), another couple ports are untagged on vlan 2. One of those ports goes out of the rack, another goes to the router's internet port. Router gets to the internet just fine.VM:kusznir@FusionPBX:~$ ip address1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group defaultlink/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00inet 127.0.0.1/8 scope host lovalid_lft forever preferred_lft foreverinet6 ::1/128 scope hostvalid_lft forever preferred_lft forever2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 link/ether 00:1a:4a:16:01:51 brd ff:ff:ff:ff:ff:ffinet 162.248.147.31/24 brd 162.248.147.255 scope global eth0valid_lft forever preferred_lft foreverinet6 fe80::21a:4aff:fe16:151/64 scope linkvalid_lft forever preferred_lft foreverkusznir@FusionPBX:~$ ip routedefault via 162.248.147.1 dev eth0162.248.147.0/24 dev eth0 proto kernel scope link src 162.248.147.31kusznir@FusionPBX:~$Host:[root@ovirt3 ~]# ip address1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWNlink/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00inet 127.0.0.1/8 scope host lovalid_lft forever preferred_lft foreverinet6 ::1/128 scope hostvalid_lft forever preferred_lft forever2: em1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master ovirtmgmt state UP qlen 1000 link/ether 00:21:9b:98:2f:44 brd ff:ff:ff:ff:ff:ff3: em2: <BROADCAST,MULTICAST> mtu 1500 qdisc mq state DOWN qlen 1000link/ether 00:21:9b:98:2f:46 brd ff:ff:ff:ff:ff:ff4: em3: <BROADCAST,MULTICAST> mtu 1500 qdisc mq state DOWN qlen 1000link/ether 00:21:9b:98:2f:48 brd ff:ff:ff:ff:ff:ff5: em4: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN qlen 1000 link/ether 00:21:9b:98:2f:4a brd ff:ff:ff:ff:ff:ff6: ;vdsmdummy;: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWNlink/ether 8e:1b:51:60:87:55 brd ff:ff:ff:ff:ff:ff7: ovirtmgmt: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP link/ether 00:21:9b:98:2f:44 brd ff:ff:ff:ff:ff:ffinet 192.168.8.13/24 brd 192.168.8.255 scope global dynamic ovirtmgmtvalid_lft 54830sec preferred_lft 54830sec11: em1.2@em1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master Public_Cable state UP link/ether 00:21:9b:98:2f:44 brd ff:ff:ff:ff:ff:ff12: Public_Cable: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP link/ether 00:21:9b:98:2f:44 brd ff:ff:ff:ff:ff:ffinet 162.248.147.33/24 brd 162.248.147.255 scope global Public_Cablevalid_lft forever preferred_lft forever14: vnet0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master ovirtmgmt state UNKNOWN qlen 500 link/ether fe:1a:4a:16:01:54 brd ff:ff:ff:ff:ff:ffinet6 fe80::fc1a:4aff:fe16:154/64 scope linkvalid_lft forever preferred_lft forever15: vnet1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master ovirtmgmt state UNKNOWN qlen 500 link/ether fe:1a:4a:16:01:52 brd ff:ff:ff:ff:ff:ffinet6 fe80::fc1a:4aff:fe16:152/64 scope linkvalid_lft forever preferred_lft forever16: vnet2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master ovirtmgmt state UNKNOWN qlen 500 link/ether fe:1a:4a:16:01:53 brd ff:ff:ff:ff:ff:ffinet6 fe80::fc1a:4aff:fe16:153/64 scope linkvalid_lft forever preferred_lft forever17: vnet3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master Public_Cable state UNKNOWN qlen 500 link/ether fe:1a:4a:16:01:51 brd ff:ff:ff:ff:ff:ffinet6 fe80::fc1a:4aff:fe16:151/64 scope linkvalid_lft forever preferred_lft forever[root@ovirt3 ~]# ip routedefault via 192.168.8.1 dev ovirtmgmt162.248.147.0/24 dev Public_Cable proto kernel scope link src 162.248.147.33169.254.0.0/16 dev ovirtmgmt scope link metric 1007169.254.0.0/16 dev Public_Cable scope link metric 1012192.168.8.0/24 dev ovirtmgmt proto kernel scope link src 192.168.8.13[root@ovirt3 ~]# brctl showbridge name bridge id STP enabled interfaces;vdsmdummy; 8000.000000000000 noPublic_Cable 8000.00219b982f44 no em1.2vnet3ovirtmgmt 8000.00219b982f44 no em1vnet0vnet1vnet2[root@ovirt3 ~]#I did see that the cluster settings has a switch type setting; currently at the default "LEGACY", it also has "OVS" as an option. Not sure if that matters or not.I configured another VM on the network, and static'ed an IP, and could ping the other VM as well as the host, but not the internet. The host can still ping the internet.--Jim