On Tue, 2017-11-21 at 09:00 +0200, Edward Haas wrote:
We have setup vlan taging to utilize the 2 internetal network interfaces (originally enp6s0 and enp7s0) to be configured with mulitiple networks each. We eventually added 10Gb nics to all servers to improve san glusterfs performance which is enp3s0 which replaced enp6s0 in our setup.
enp3s0.106 = ovirtmgmt network access to private internal networks only
enp3s0.206 = private network bridge PRIVATE used for private internal network access for VMs
enp7s0.606 = is used for public access for both VMs (bridge) and each host/cp/san in our ovirt setup named PUBLIC
# ip addr show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN qlen 1
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enp6s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
link/ether 00:25:90:38:d6:2c brd ff:ff:ff:ff:ff:ff
inet6 fe80::225:90ff:fe38:d62c/64 scope link
valid_lft forever preferred_lft forever
3: enp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000
link/ether 90:e2:ba:1d:a4:00 brd ff:ff:ff:ff:ff:ff
inet6 fe80::92e2:baff:fe1d:a400/64 scope link
valid_lft forever preferred_lft forever
4: enp7s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
link/ether 00:25:90:38:d6:2d brd ff:ff:ff:ff:ff:ff
20:
enp3s0.106@enp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP qlen 1000
link/ether 90:e2:ba:1d:a4:00 brd ff:ff:ff:ff:ff:ff
inet 10.4.16.15/24 brd 10.4.16.255 scope global enp3s0.106
valid_lft forever preferred_lft forever
21:
enp3s0.206@enp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master PRIVATEB state UP qlen 1000
link/ether 90:e2:ba:1d:a4:00 brd ff:ff:ff:ff:ff:ff
22: PRIVATE: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP qlen 1000
link/ether 90:e2:ba:1d:a4:00 brd ff:ff:ff:ff:ff:ff
23:
enp7s0.606@enp7s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master PUBLICB state UP qlen 1000
link/ether 00:25:90:38:d6:2d brd ff:ff:ff:ff:ff:ff
24: PUBLIC: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP qlen 1000
link/ether 00:25:90:38:d6:2d brd ff:ff:ff:ff:ff:ff
inet 1.1.1.10/24 brd 1.1.1.255 scope global PUBLICB
valid_lft forever preferred_lft forever
25: ;vdsmdummy;: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
link/ether 0e:32:93:dd:a4:55 brd ff:ff:ff:ff:ff:ff
So all this being said I just need to reconfigure things in a way that the PUBLIC interface has a default route in the main routing table. Otherwise all ovirt host are unable to communicate with the outside world until I manually add a default route to 1.1.1.1 via the PUBLIC interface. Is that possible.
--
Edward Clay
Systems Adminstrator
UK2 Group -- US Operations
Phone: 1-800-222-2165
E-Mail: edward.clay@uk2group.com