Re: 4.9-Stable DHCP and dynamic DNS updates

From: Oliver Brandmueller (ob_at_e-Gitt.NET)
Date: 03/29/04

  • Next message: Michael L. Squires: "Re: ahc + vinum raid5 deadlocks?"
    Date: Mon, 29 Mar 2004 19:50:26 +0200
    To: freebsd-stable@freebsd.org
    
    

    Hi.

    On Mon, Mar 29, 2004 at 03:11:07PM +0100, Tony Sequeira wrote:
    > I have been battling with this on and off for a couple of weeks now,
    > with varying degrees of success.
    >
    > My big problem is that only thw Win XP DHCP client appears to update
    > the zone, my linux machines do not.
    >
    > The examples I can find on the web are BIND9 specific. I do not really
    > wish to upgrade the stable release of BIND.
    >
    > Can anyone provide help.
    >
    > I will post specific details if requested, want to see if help is
    > available before polluting the ether. :)

    Well, if it works for the Win-XP machines, then it's not a problem with
    your DHCP daemon or bind, but just the fact, that the Linux-Clients
    don't send their hostnames.

    I don't know which DHCP client you're using on your Linux machines, so
    no answer for you. FreeBSD dhclient needs something like this in
    /etc/dhclient.conf:

    send host-name "myhostname";

    Check the manpage of your Linux dhclient for commandline options or
    config file syntax.

    - Oliver

    -- 
    | Oliver Brandmueller | Offenbacher Str. 1  | Germany       D-14197 Berlin |
    | Fon +49-172-3130856 | Fax +49-172-3145027 | WWW:   http://the.addict.de/ |
    |               Ich bin das Internet. Sowahr ich Gott helfe.               |
    | Eine gewerbliche Nutzung aller enthaltenen Adressen ist nicht gestattet! |
    _______________________________________________
    freebsd-stable@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-stable
    To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"
    

  • Next message: Michael L. Squires: "Re: ahc + vinum raid5 deadlocks?"