Re: modify server's IP

2005-06-27 Thread alex
Alle 18:17, giovedì 23 giugno 2005, Maurice O'Regan ha scritto: > Hi, > > How can the server's IP address be modified permanently. > using ifconfig eth0 1.2.3.4 only applies till a reboot occurs. > > Is the IP stored somewhere in a file ? > /etc/network/interfaces man . A.

Re: modify server's IP

2005-06-24 Thread Dave Ewart
On Thursday, 23.06.2005 at 11:26 -0600, Glenn English wrote: > On Thu, 2005-06-23 at 17:17 +0100, Maurice O'Regan wrote: > > Hi, > > > > How can the server's IP address be modified permanently. > > using ifconfig eth0 1.2.3.4 only applies till a reboot occurs. > > > > Is the IP stored so

Re: modify server's IP

2005-06-23 Thread CoolFox
Maurice O'Regan a écrit : Hi, How can the server's IP address be modified permanently. using ifconfig eth0 1.2.3.4 only applies till a reboot occurs. Is the IP stored somewhere in a file ? Maurice Just edit and modify your /etc/network/interfaces file ++ -- Faire reagir les cons,

Re: modify server's IP

2005-06-23 Thread Glenn English
On Thu, 2005-06-23 at 17:17 +0100, Maurice O'Regan wrote: > Hi, > > How can the server's IP address be modified permanently. > using ifconfig eth0 1.2.3.4 only applies till a reboot occurs. > > Is the IP stored somewhere in a file ? /etc/network/interfaces -- Glenn English [EMAIL PROTE

Re: modify server's IP

2005-06-23 Thread Steven J. Murdoch
On Thu, Jun 23, 2005 at 05:17:28PM +0100, Maurice O'Regan wrote: > How can the server's IP address be modified permanently. > using ifconfig eth0 1.2.3.4 only applies till a reboot occurs. > > Is the IP stored somewhere in a file ? Yes, in "/etc/network/interfaces". See "man 5 interfaces"

Re: modify server's IP

2005-06-23 Thread Sergio Basurto Juarez
--- Maurice O'Regan <[EMAIL PROTECTED]> wrote: > Hi, > > How can the server's IP address be modified > permanently. > using ifconfig eth0 1.2.3.4 only applies > till a reboot occurs. > > Is the IP stored somewhere in a file ? > > Maurice In deed my friend, the file where you can chan