May 27, 2003 #1 alan123 MIS Joined Oct 17, 2002 Messages 149 Location 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 Joined Nov 28, 2000 Messages 603 Location 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 Joined Apr 23, 2002 Messages 591 Location 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 Joined Oct 17, 2002 Messages 149 Location 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 Joined Nov 27, 2002 Messages 79 Location US ifup eth0 or ifdown eth0 will start/stop it Upvote 0 Downvote