[ale] DHCP Question

Mike Murphy mike at tyderia.net
Fri Oct 1 16:55:05 EDT 2004


I do it the second way, but that's because I've wanted to give each 
interface a different hostname (which I have dhcp pulling from dns).

I'm not sure you can declare the same host twice with the same name, so 
its likely that the first way is the right way to do this the way you 
want to, but there is only one good way to find out ;-)


Mike


Denny Chambers wrote:
> 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
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Ale mailing list
> Ale at ale.org
> http://www.ale.org/mailman/listinfo/ale

-- 

+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Mike Murphy
781 Inman Mews Drive Atlanta GA 30307
Landline: 404-653-1070
Mobile: 404-545-6234
Email: mike at tyderia.net
AIM: mmichael453
JDAM: 33:45:14.0584N  84:21:43.038W
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+



More information about the Ale mailing list