<br><br><div class="gmail_quote">On Dec 20, 2007 5:34 PM, Christopher K. Johnson <<a href="mailto:ckjohnson@gwi.net">ckjohnson@gwi.net</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c">Peter Lauri wrote:<br>> Hi,<br>><br>> I use FC8 on my T61. I set static addresses for everything, but still<br>> dhcp tries to figure out the IP. And it ends up that the IP has
<br>> something like 169.X.X.X<br>><br>> Initially when I do ifup eth0 it works fine, and I can use internet,<br>> but after a minute (the indicator tells that "aquiring network<br>> address") it goes from 
85.X.X.X (that is the correct one) to 169.X.X.X<br>> that is some internal address I think.<br>><br>> Any hints? How can i turn off the dhcp stuff?<br>><br>> /Peter<br></div></div>Hard to say without more information.  But it may be NetworkManager
<br>doing that.<br>Try this as root:<br>service NetworkManager stop<br>service NetworkManagerDispatcher stop<br>ifdown eth0<br>ifup eth0<br><br>If that works correctly and stays statically configured then make<br>disabling of NetworkManager permanent:
<br><br>chkconfig NetworkManager off<br>chkconfig NetworkManagerDispatcher off<br><br>If that does not do it, please send the contents of your<br>/etc/sysconfig/network-scripts/ifcfg-eth0<br><br>Chris<br><font color="#888888">
<a href="https://www.redhat.com/mailman/listinfo/fedora-list" target="_blank"></a><br></font></blockquote></div><br>Isn't NetworkManager and NetworkManagerDispatcher stopped by default?<br>And Network is "on" in a tipical FC8 networked box setup?
<br>I'd check /etc/sysconfig/network-scripts/ifcfg-eth0 and make sure you have the line:<br>    BOOTPROTO=static<br>Then turn off dhcpd: <br>    chkconfig dhcpd --level 35 off<br> let's don't forget /etc/hosts.
<br>~af<br>