May 27, 2003 #1 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.
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.
May 28, 2003 #2 aixmurderer IS-IT--Management Nov 28, 2000 603 NZ 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 Upvote 0 Downvote
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
May 28, 2003 #3 dbase77 Technical User Apr 23, 2002 591 IE 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 Upvote 0 Downvote
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
May 28, 2003 Thread starter #4 alan123 MIS Oct 17, 2002 149 US I was unable to start xwindow, and eth0 just transmit timed out, how can I enable/disable network card from command line? Upvote 0 Downvote
I was unable to start xwindow, and eth0 just transmit timed out, how can I enable/disable network card from command line?
May 28, 2003 #5 Headmaster Technical User Nov 27, 2002 79 US ifup eth0 or ifdown eth0 will start/stop it Upvote 0 Downvote