[ale] DHCP Question

Denny Chambers dchambers at bugfixer.net
Fri Oct 1 16:49:36 EDT 2004


I manage all my IP address through my DHCP server, even the static IPs. 
I have a server with 2 NIC , I am I wonder about the proper way to 
specify this in the dhcpd.conf file. Can I specify both NIC in the same 
host declaration, like:

host myserver {
    hardware ethernet 00:01:02:03:04:05;
    fixed-address 192.168.0.1;
    hardware ethernet 00:01:02:03:04:06;
    fixed-address 192.168.0.2;
}

or should I create different host declaration for each NIC:

host myserver {
    hardware ethernet 00:01:02:03:04:05;
    fixed-address 192.168.0.1;
}

host myserver {
    hardware ethernet 00:01:02:03:04:06;
    fixed-address 192.168.0.2;
}

TIA,

Denny
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3190 bytes
Desc: S/MIME Cryptographic Signature




More information about the Ale mailing list