On Fri, 7 Jan 2000, George Bonser wrote:
> On Sat, 8 Jan 2000, Jonathan Chang wrote: > > > Hi, all > > > > Is there any standard way for debian to change ip address? Or > > I need to modify files in /etc manully? Thanks in advance. > > Edit /etc/init.d/network and reboot is the EASIEST way for a newbie. No need to reboot, just "shutdown" the NIC: ifconfig eth0 down and then run the /etc/init.d/network (after you edited it of course): /etc/init.d/network Oki