On Fri, Mar 06, 1998 at 04:54:18PM -0000, matt quelch wrote:
> I used to use Xwindows to change the IP number on Linux, 
> but I now need to do this from the command line.
> 
> Is there a single command to change the IP number ??

Yes, ifconfig...

i.e.

ifconfig eth0 200.200.200.200

Then you'll need to redo routing because this will clear your routing
tables...do something like this:

route add -net 200.200.200.000
route add default gw 200.200.200.08

-- 
Samuel Ockman                     |  Work Linux?      |  VA Research 
Director of Software              |  Work with us.    |  Proud Corporate
(650) 934-3666 ext. 133           |  e-mail jobs@     |  Sponsor of Guerilla
                                  |  varesearch.com   |  Linux Development


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to