On Fri, 2005-05-27 at 16:14 -0700, Judd Pickell wrote:
> So guess the question is, how do I set the hostname so it stays even
> after reboot?
Judd,
This is not a stupid question. I'm not sure if FC uses dhclient or
dhcpcd. If it's dhclient, you can use a "supersede" statement in
dhclient.conf
<SNIP>
supersede [ option declaration ] ;
If for some option the client should always use a locally-configured
value or values rather than whatever is supplied by the server, these
values can be defined in the supersede statement.
</SNIP>
For example:
supersede host-name "foo";
supersede domain-name "bar.com";
If FC uses dhcpcd, make sure your networking scripts are not passing the
-H switch to it.
Either way see `man dhclient` or `man dhcpcd` for more details.
Sorry I can't be more specific, but I do not use Fedora.
...Kevin
---------------------------------------------------
PLUG-discuss mailing list -
PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss