Re: How to change machine+machine name and ip-address in Debian?

2000-08-20 Thread Philipp Schulte
On Sun, Aug 20, 2000 at 12:37:28PM +0200, Magnus Ericson wrote: I am new to Linux and Debian and needs to find out how to change the name (both machine and domain) and ip-address. I think you are looking for these files: /etc/hostname /etc/hosts /etc/network/interfaces Phil

Re: How to change machine+machine name and ip-address in Debian?

2000-08-20 Thread Rogerio Brito
On Aug 20 2000, Magnus Ericson wrote: I am new to Linux and Debian and needs to find out how to change the name (both machine and domain) and ip-address. To change these parameters of your machine, edit the following files: /etc/hostname /etc/hosts

RE: How to change machine+machine name and ip-address in Debian?

2000-08-20 Thread Andrew McRobert
... you could also use the following commands instead of editing all the files: yourputer@ hostname [type hostname] yourputer@ ifconfig eth0 [your ip] netmask [type netmask] broadcast [type brdcst add.] ... I'm not familiar with a command to change your nameservers (I'm sure there wld be one