On Tue, Jan 07, 2003 at 04:00:04PM -0800, [EMAIL PROTECTED] wrote: > I have a Pentium 200 MMX running Debian Linux v1.3. The machine has > recently moved and now needs a new fixed IP as it is functioning as a > server. What files need to be modified for this IP change? I have > modified the file at /etc/init.d/network. Is that the right thing to do?
i forget what debian 1.3 was like, but i've always used the tools at
hand to figure this stuff out. have find get you a list of all the
files and have grep search out your ip. see where you find it.
find /etc -type f -print0 | xargs -0 grep 192.168.1.1
--
____________________}John Flinchbaugh{______________________
| [EMAIL PROTECTED] http://www.hjsoft.com/~glynis/ |
~~Powered by Linux: Reboots are for hardware upgrades only~~
msg23009/pgp00000.pgp
Description: PGP signature

