Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to configure redhat 8.0 network from command line?

Status
Not open for further replies.

alan123

MIS
Oct 17, 2002
149
US
If I cannot start x-windows on redhat 8.0, how can I setup the network from command line? as redhat-config-network needs to be running from xwindow.

 
Did you try "netconfig"? Not sure if this still available on RH9 though.

Else you can go back to basics and use the ifconfig command.

IBM Certified Confused - MQSeries
IBM Certified Flabbergasted - AIX 5 pSeries System Administration
MS Certified Windblows Rebooter
 
Hi,

run dmesg to check what type of NIC you have. Then you can use ifconfig command to config your card manually. EXAMPLE;

ifconfig eth0 10.20.10.10 netmask 255.255.0.0 broadcast 10.200.255.255 up.

regards,
feroz
 
I was unable to start xwindow, and eth0 just transmit timed out, how can I enable/disable network card from command line?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top