Re: change the ip address without rebooting

1999-09-13 Thread Pete Templin
On Sun, 12 Sep 1999, Robert Maynard Rhyu wrote: > On Mon, 13 Sep 1999, Shao Zhang wrote: > > > How do I change the ip address of my machine without rebooting? > > > > I did an > > > > ifconfig eth0 xxx.xxx.xxx.xx netmask 255.255.255.0 broadcast > > xxx.xxx.xxx.255 > > > >

Re: change the ip address without rebooting

1999-09-13 Thread Shao Zhang
Thanks, that is all I need. Robert Maynard Rhyu [EMAIL PROTECTED] wrote: > Hello, > > On Mon, 13 Sep 1999, Shao Zhang wrote: > > > hi, > > How do I change the ip address of my machine without rebooting? > > > > I did an > > > > ifconfig eth0 xxx.xxx.xxx.xx netmask 255.255.255.0 br

Re: change the ip address without rebooting

1999-09-13 Thread Seth R Arnold
chances are good you need to ifconfig eth0 down first. After ifconfig eth0 blah blah up you will probably need to add default routes to your gateway, as well as to your network, etc. Oh yes, I think the "dynamic IP patch" comes into play for this situation: echo "1" > /proc/sys/net/ipv4/ip_dynad

Re: change the ip address without rebooting

1999-09-13 Thread Evan Van Dyke
Shao Zhang wrote: > > hi, > How do I change the ip address of my machine without rebooting? > > I did an > > ifconfig eth0 xxx.xxx.xxx.xx netmask 255.255.255.0 broadcast > xxx.xxx.xxx.255 > > But it does not seem to be enough. After the above command, I >

Re: change the ip address without rebooting

1999-09-13 Thread Robert Maynard Rhyu
Hello, On Mon, 13 Sep 1999, Shao Zhang wrote: > hi, > How do I change the ip address of my machine without rebooting? > > I did an > > ifconfig eth0 xxx.xxx.xxx.xx netmask 255.255.255.0 broadcast > xxx.xxx.xxx.255 > > But it does not seem to be enough. After the

change the ip address without rebooting

1999-09-13 Thread Shao Zhang
hi, How do I change the ip address of my machine without rebooting? I did an ifconfig eth0 xxx.xxx.xxx.xx netmask 255.255.255.0 broadcast xxx.xxx.xxx.255 But it does not seem to be enough. After the above command, I cannot telnet to anywhere unles