Re: dynamic dns

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



kcc <peterkcc2001@xxxxxxxxx> wrote:

>>
When printer is started on the network, it gets the ip from the dhcp server
and registers that ip in the dns
<<

You don't need ddns, so much as a fixed address in the DHCP server
configuration. Get your printer's Ethernet address, and add a host entry in
your /etc/dhcpd.conf file like this one:

host kyocera1 {
        hardware ethernet 00:c0:ee:62:7D:bb;
        fixed-address 192.168.168.246;
}

Then you can set up an A record for the printer in your DNS the usual way.

Best,

--- Les Bell
[http://www.lesbell.com.au]
Tel: +61 2 9451 1144
FreeWorldDialup: 800909


_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos

[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux