|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] changing IP address
|
Reboot?!?!?
Alternate process: Run linuxconf, (sudo /sbin/linuxconf), go to
networking/client tasks/host name and IP network device.
Make sure you have a decent host name, then click on the "Adaptor 1"
tab, switch to manual, and enter the static ip address that you want.
Accept the changes, <file><Act/Changes> then exit.
Go into /etc/rc.d and find the symlinks to dhcpdcd, and remove them
so that dhcpdcd is no longer automatically started.
Then:
sudo /sbin/ifdown eth0
sudo /sbin/ifup eth0
/sbin/ifconfig to verify that everything looks good.
And then /don't/ re-boot.
Steven
On Sat, 2002-01-26 at 22:09, Samantha Samuel wrote:
> In RH /etc/sysconfig/network-scripts/ifcfg-eth0 (if eth0 is your first
> networking device)
>
> Edit that file
>
> rpm -e dhcpdcd
>
> Reboot.
>
>
> On Sat, 26 Jan 2002, Bill Patterson wrote:
>
> > I've been running my internet connection through a DI 704 Cable/DSL Internet
> > Gateway allowing it to choose my IP addresses dynamically. I want to start
> > using static addresses. This is because I am adding more computers than the
> > 4 maximum that the DI704 can accomodate so I have grafted a 8-Port 10/100
> > Mbps Switching Hub onto one of the DI704's 4 ports. I have been unable to
> > find out how to switch my computer(s) to a static address in the Linux books
> > that I have, so far. (I could re-install Linux on the two older machines
> > that are just for knocking around, but that would be too easy, and too hard
> > for my main system that has too much on it to be re-installed.) Can anyone
> > show me the easiest way to do this? Thanks.
> >
> > Bill Patterson
> >
> > BTW, two of the three machines are only installed as servers and do not have
> > a GUI.
> >
> >
> > ______________________________________________________________________
> > Philadelphia Linux Users Group - http://www.phillylinux.org
> > Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce
> > General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
> >
>
> --
> Samantha
> -------
> Real programmers do not comment their code. If it was hard to write, it
> should be hard to understand.
>
>
> ______________________________________________________________________
> Philadelphia Linux Users Group - http://www.phillylinux.org
> Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce
> General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
>
>
--
==================================================================
== Steven M. Cherry smc@cherrys.org ==
== http://family.cherrys.org/steven/index.html ==
==================================================================
______________________________________________________________________
Philadelphia Linux Users Group - http://www.phillylinux.org
Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce
General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
|
|