Re: Reconfiguring network

2003-07-23 Thread Ole-Egil Hvitmyren
Kent West wrote: Steven Schlansker wrote: How do you reconfigure the network interfaces, for example to use static addresses instead of DHCP? Thanks,. Steven Edit /etc/network/interfaces. See "man interfaces" for details. Here's an example: # /etc/network/interfaces -- configuration fil

Re: Reconfiguring network

2003-07-22 Thread Kent West
Steven Schlansker wrote: How do you reconfigure the network interfaces, for example to use static addresses instead of DHCP? Thanks,. Steven Edit /etc/network/interfaces. See "man interfaces" for details. Here's an example: # /etc/network/interfaces -- configuration file for ifup(8), ifdow

Re: Reconfiguring network

2003-07-22 Thread Fábio Rabelo
dpkg-reconfigure etherconf if etherconf isn't instaled yet : apt-get install etherconf Steven Schlansker wrote: How do you reconfigure the network interfaces, for example to use static addresses instead of DHCP? Thanks,. Steven

Reconfiguring network

2003-07-22 Thread Steven Schlansker
How do you reconfigure the network interfaces, for example to use static addresses instead of DHCP? Thanks,. Steven