View Single Post

  #2 (permalink)  
Old 12-04-2006, 12:22 AM
monk's Avatar
monk monk is offline
Senior Member
User
 
Join Date: Jan 2005
Location: Tibet
My distro: Debian GNU/Linux
Posts: 482
Rep Power: 5
monk will become famous soon enough monk will become famous soon enough
Default

Why you are using Redhat 9? It is outdated and not supported software. Get something like CentOS or Fedora Core. Use ifconfig command to configure NIC

Code:
ifconfig eth3 IP-address up
ifconfig eth3 192.168.1.100 up
ping 192.168.1.154
Reply With Quote