Article 6FKGH Oracle Linux 5.11 cannot access network

Oracle Linux 5.11 cannot access network

by
pavel.v.abramov
from LinuxQuestions.org on (#6FKGH)
Hi,
Iim experiencing an issue with configuring network on Oracle Linux 5.11
The system is pingable during reboot for a short time, then itis neither pinging the hosts in the same subnet no receiving pings.
The config is pretty basic i one interface eth0, connected to virtual Hyper-V switch. VLAN is specified in the adapter properties of the VM. (Other VMs on the same subnet connected to the same switch are pingable and accessible)
This is the if-cfg-eth0 content and route-n, ip neighbor outputi

Fie Edit View Terminal Tabs Help
[root@ALNDELX003 i]# route -n Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 10.249.31.254 0.0.0.0 UG 0 0 0 eth0 10.249.24.0 0.0.0.0 255.255.248.0 U 0 0 0 eth0 169.254.0.00.0.0.0 255.255.0.0 U 0 0 0 eth0
[root@ALNDELX003 i]# ip link show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast glen 1000 link/ether 00:15:5d:0f:02:0f brd ff:ff:ff:ff:ff:ff
[root@ALNDELX003 i]# ip neighbour show
10.249.29.78 dev eth0 FAILED
10.249.26.1 dev eth0 FAILED
10.249.26.2 dev eth0 FAILED
[root@ALNDELX003 i]# I

Still, when I try to ping a neighbor host in the same subnet: iDestination Host Unreachablei, while pinging this Linux server from outside: iRequest timed outi
It doesnit make sense if arp fails to resolve ip into mac (as it looks like), but firewall, ip tables, were turned off (or icmp permitting rules were created).
Pretty sure that something very basic is wrong, but still canit get iti
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments