Hi
It is a VirtualBox Centos, single NIC, other machines running OK and connect to network. Run out of ideas on this and wondered what additional items I can check.
From this machine:
ping
www.google.com
connect: Network is unreachable (on other vm on same net it is)
Log:
/var/messages, last lines after reboot:
Nov 5 20:55:55 cl99 kernel: e1000: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
Nov 5 20:55:55 cl99 kernel: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Checklist:
1) Networking is bridged in OVB
2) Ping the router on 192.168.1.1 (which is the DNS1 and reachable)
3) ssh to the host - no problem
4) MAC address in Virtual box /etc/sysconfig/network-scripts/ifcfg-eth0
5) Disable IP tables
6) OOTB/unedited /etc/hosts
7) Can ping other machines on my net.
8) Other VM's can ping
www.google.com
netstat -r
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
192.168.1.0 * 255.255.255.0 U 0 0 0 eth0
link-local * 255.255.0.0 U 0 0 0 eth0
/etc/sysconfig/network-scripts/ifcfg-eth0 reads:
DEVICE=eth0
TYPE=Ethernet
UUID=0ae0dbc9-bd64-4f1c-9fce-7b20e4d6461e
ONBOOT=yes
NM_CONTROLLED=yes
BOOTPROTO=none
HWADDR=08:00:27:F9

9:39
IPADDR=192.168.1.139
PREFIX=24
GATEWAY=255.255.255.0
DNS1=192.168.1.1
DEFROUTE=yes
IPV4_FAILURE_FATAL=yes
IPV6INIT=no
NAME="System eth0"
It's not overly important but annoying more than anything because I can't fix it!
So if anyone has any ideas what else to try I would be grateful to know.
Many thanks
Kevin
Other info:
]# ifconfig
eth0 Link encap:Ethernet HWaddr 08:00:27:F9

9:39
inet addr:192.168.1.139 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::a00:27ff:fef9:d939/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1722 errors:0 dropped:0 overruns:0 frame:0
TX packets:589 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:135633 (132.4 KiB) TX bytes:124854 (121.9 KiB)
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:10 errors:0 dropped:0 overruns:0 frame:0
TX packets:10 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:952 (952.0 b) TX bytes:952 (952.0 b)
#