ian douglas schrieb:
> Do I create two dhcpd.conf files and run instances of dhcpd for each
> internal LAN network card (ie: "dhcpd eth1" and "dhcpd eth2") and pass
> a separate configuration to each dhcpd instance? Or can I specify
> somewhere in a single dhpcd.conf that *this* configuration is for eth1
> and *that* configuration is for eth2?
You can try it the way Dam suggested, or you have a look at the output of an
invalid dhcpd-call:
8<-----------------------------------------------------------------------
Internet Software Consortium DHCP Server
Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.
All rights reserved.
Please contribute if you find this software useful.
For info, please visit
http://www.isc.org/dhcp-contrib.html
Usage: dhcpd [-p <UDP port #>] [-d] [-f] [-cf config-file]
[-lf lease-file] [-pf pidfile] [if0 [...ifN]]
exiting.
8<-----------------------------------------------------------------------
As you can see, you could use
$ dhcpd -cf eth1_config
$ dhcpd -cf eth2_config
--
Bernhard | theEdge
-Linux User #368478-
http://www.alf.at.tc
Austrian Linux Forum