service NetworkManager stop
chkconfig NetworkManager off
service network restart
chkconfig network onWhat do you mean by "real ip address"? Is it set up for DHCP or Static IP?
Try these commands to help assess your problem:
show current ip config:
Code:ip a
route -nshow ethernet devices known to kernel:
Code:ls /sys/class/netshow physical connection on eth0 device:
Code:ethtool eth0|grep Linkshow contents of eth0 ip configuration file:
Code:cat /etc/sysconfig/network-scripts/ifcfg-eth0