LAN connection issue in fedora 10 - Linux Views : 314
Tagged in : Linux
0 0
Send mail
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
By Nirmala, On - 2010-01-21



    Login to add Comments .