|
|
LAN connection issue in fedora 10 - Linux
|
Views : 314
|
|
Tagged in : Linux
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
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 |
|
|
|