Hello,
I'm having network issues with my node. I can run virtual machines fine and
my ovirt-engine can function with my node. But I'm unable to connect to the
internet to get the updates.
On my node I have 2 physical nic's, one I use for the VM's and the other
one I use for the ovirtmgmt.
On the node I have installed a centos 6.5 Minimal install and started with
just one nic for vm's and ovirtmgmt. At that time I could stil do updates.
This is the output for ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:8334 errors:0 dropped:0 overruns:0 frame:0
TX packets:8334 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:719611 (702.7 KiB) TX bytes:719611 (702.7 KiB)
ovirtmgmt Link encap:Ethernet HWaddr 90:B1:1C:41:8F:E6
inet addr:192.168.203.150 Bcast:192.168.203.255
Mask:255.255.255.0
inet6 addr: fe80::92b1:1cff:fe41:8fe6/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:311808663 errors:0 dropped:0 overruns:0 frame:0
TX packets:372893154 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1422822276840 (1.2 TiB) TX bytes:690166822846 (642.7
GiB)
vnet0 Link encap:Ethernet HWaddr FE:1A:4A:C0:99:05
inet6 addr: fe80::fc1a:4aff:fec0:9905/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:5267776 errors:0 dropped:0 overruns:0 frame:0
TX packets:11700414 errors:0 dropped:0 overruns:1 carrier:0
collisions:0 txqueuelen:500
RX bytes:1756515922 (1.6 GiB) TX bytes:4651600153 (4.3 GiB)
vnet1 Link encap:Ethernet HWaddr FE:1A:4A:C0:99:02
inet6 addr: fe80::fc1a:4aff:fec0:9902/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2557550 errors:0 dropped:0 overruns:0 frame:0
TX packets:9841131 errors:0 dropped:0 overruns:10 carrier:0
collisions:0 txqueuelen:500
RX bytes:508294202 (484.7 MiB) TX bytes:3764681737 (3.5 GiB)
vnet2 Link encap:Ethernet HWaddr FE:1A:4A:C0:99:04
inet6 addr: fe80::fc1a:4aff:fec0:9904/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3057202 errors:0 dropped:0 overruns:0 frame:0
TX packets:7276617 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:500
RX bytes:338763185 (323.0 MiB) TX bytes:749836458 (715.0 MiB)
vnet3 Link encap:Ethernet HWaddr FE:1A:4A:C0:99:07
inet6 addr: fe80::fc1a:4aff:fec0:9907/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1021171 errors:0 dropped:0 overruns:0 frame:0
TX packets:2019222 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:500
RX bytes:918673872 (876.1 MiB) TX bytes:624962227 (596.0 MiB)
This is my first nic
[root@romulus network-scripts]# cat ifcfg-em1
# Generated by VDSM version 4.13.3-4.el6
DEVICE=em1
ONBOOT=yes
HWADDR=90:b1:1c:41:8f:e6
BRIDGE=ovirtmgmt
NM_CONTROLLED=no
STP=no
And my second one
[root@romulus network-scripts]# cat ifcfg-em2
# Generated by VDSM version 4.13.3-4.el6
DEVICE=em2
ONBOOT=yes
HWADDR=90:b1:1c:41:8f:e7
BRIDGE=VM
NM_CONTROLLED=no
STP=no
my ovirtmgmt setup is
[root@romulus network-scripts]# cat ifcfg-ovirtmgmt
# Generated by VDSM version 4.13.3-4.el6
DEVICE=ovirtmgmt
ONBOOT=yes
TYPE=Bridge
DELAY=0
IPADDR=192.168.203.150
NETMASK=255.255.255.0
GATEWAY=192.168.203.98
DNS1=192.168.204.2
DNS2=192.168.204.218
BOOTPROTO=none
DEFROUTE=yes
NM_CONTROLLED=no
STP=no
for my VM
[root@romulus network-scripts]# cat ifcfg-VM
# Generated by VDSM version 4.13.3-4.el6
DEVICE=VM
ONBOOT=yes
TYPE=Bridge
DELAY=0
DEFROUTE=no
NM_CONTROLLED=no
STP=no
Where do I need to configure my DNS servers ?
Kind regards.