Thursday, 2 May 2013
All configuration has been done, but internet is not working in linux.
Solution: You must be need to Disable NetworkManager in Lniux
edit this file
vi /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE="eth0"
NM_CONTROLLED="yes"
changed to NM_CONTROLLED="no"ONBOOT=yes
TYPE=Ethernet
BOOTPROTO=none
IPADDR=x.x.x.x
PREFIX=26
GATEWAY=x.x.x.x
DNS1=x.x.x.x
DEFROUTE=yes
IPV4_FAILURE_FATAL=yes
IPV6INIT=no
NAME="System eth0"
UUID=5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03
DOMAIN=180.179.199.60
HWADDR=98:4B:E1:67:37:6C
LAST_CONNECT=1339580954
save with :wq!
[root@localhost ~]# chkconfig --list | grep NetworkManager
NetworkManager 0:off 1:off 2:on 3:on 4:on 5:on 6:off
Subscribe to:
Post Comments (Atom)
Install XRDP in Centos 7
rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm yum update yum groupinstall "GNOME Desktop" ...
-
Max Number of ulimit open file : It's provide open file resource availability in linux Increase max number of ulimit open file i...
-
Step to install and configure xvfb : First check the xvfb install or not # yum info xorg-x11-server-Xvfb If installed then look like ...
-
rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm yum update yum groupinstall "GNOME Desktop" ...
No comments:
Post a Comment