Re: DHCP even when I set static addresses

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





On Dec 20, 2007 5:34 PM, Christopher K. Johnson <ckjohnson@xxxxxxx> wrote:
Peter Lauri wrote:
> Hi,
>
> I use FC8 on my T61. I set static addresses for everything, but still
> dhcp tries to figure out the IP. And it ends up that the IP has
> something like 169.X.X.X
>
> Initially when I do ifup eth0 it works fine, and I can use internet,
> but after a minute (the indicator tells that "aquiring network
> address") it goes from 85.X.X.X (that is the correct one) to 169.X.X.X
> that is some internal address I think.
>
> Any hints? How can i turn off the dhcp stuff?
>
> /Peter
Hard to say without more information.  But it may be NetworkManager
doing that.
Try this as root:
service NetworkManager stop
service NetworkManagerDispatcher stop
ifdown eth0
ifup eth0

If that works correctly and stays statically configured then make
disabling of NetworkManager permanent:

chkconfig NetworkManager off
chkconfig NetworkManagerDispatcher off

If that does not do it, please send the contents of your
/etc/sysconfig/network-scripts/ifcfg-eth0

Chris


Isn't NetworkManager and NetworkManagerDispatcher stopped by default?
And Network is "on" in a tipical FC8 networked box setup?
I'd check /etc/sysconfig/network-scripts/ifcfg-eth0 and make sure you have the line:
    BOOTPROTO=static
Then turn off dhcpd:
    chkconfig dhcpd --level 35 off
 let's don't forget /etc/hosts.
~af
-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux