LAN connection issue in fedora 10
by Nirmala[ Edit ] 2010-01-21 18:43:05
LAN connection
If you configure network configuration properly but LAN is not connected means check the
/etc/resolv.conf file. In this file you should specify the nameserver. If you not specifying the nameserver means LAN is not connected.
Steps:
(*) Open terminal
(*) Type vi /etc/resolv.conf
(*) Type the below code into resolv.conf file
nameserver servername
(*) Save and quit
Example:
nameserver 192.168.0.1