On Mon, 2005-06-13 at 06:12 -0500, Johnny Hughes wrote:
On Mon, 2005-06-13 at 13:09 +0200, Petr Klíma wrote:
Feizhou napsal(a):
A few (or a lot) of us supports larger corporate networks. I would like know your opinion/solution based on CentOS. No Win auto/dynamic/smart (WI|D)NS/DHCP
There is NO ^^^^^^^^^^^^^^^
bind and dhcpd support dynamic dns.
OK, when I resig on managing DNS and I will use !bind and dhcpd support dynamic dns! I stil need an tool for managing DHCP entries.
vi?
To elaborate a little:
you can edit the file /etc/dhcpd.conf
and have entries like this:
host johnny1 { option host-name "johnny1.home.local"; hardware ethernet 00:a0:cc:62:6d:2c; fixed-address 192.168.0.16; }
----------- What else do you need to manage via a tool?
Here is a simple, but fully working file: