Hello,
I am seeing some issues with a Guest i have that's running CentOS. I can ping it from the outside as well as ping from within the guest, however DNS-queries do not seem to work within the Guest.
Contents of /etc/sysconfig/network-scripts/ifcfg-eth0 on the Guest
Have i dun goof'd? Halp!
I am seeing some issues with a Guest i have that's running CentOS. I can ping it from the outside as well as ping from within the guest, however DNS-queries do not seem to work within the Guest.
Contents of /etc/sysconfig/network-scripts/ifcfg-eth0 on the Guest
Contents of /etc/sysconfig/network-scripts/route-eth0 on GuestDEVICE=eth0
BOOTPROTO=static
BROADCAST=31.204.153.1
HWADDR=D6:01:14:2E:07:ED
IPADDR=31.204.152.XX
NETMASK=255.255.255.0
#NETWORK=31.204.152.1
GATEWAY=31.204.152.1
ONBOOT=yes
Random tests on Guest;31.204.152.1 dev eth0
default via 31.204.152.1 dev eth0
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
31.204.152.1 0.0.0.0 255.255.255.255 UH 0 0 0 eth0
31.204.152.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
0.0.0.0 31.204.152.1 0.0.0.0 UG 0 0 0 eth0
nc -w 3 -z 8.8.8.8 53
Connection to 8.8.8.8 53 port [tcp/domain] succeeded!
Have i dun goof'd? Halp!