> On Thu, 18 Nov 1999, Eric Sisler wrote:
> > I'm trying to help a friend with a new 6.1 install get dhcpd running and it
> > absolutely *won't* listen on any of the aliased IP's.  Some details:

Why would it need to?  eth0 and eth0:0 are the same physical device, and
that's what DHCP listens to.

Define your subnets as you normally would;  the only range that's going
to matter is the one given for the subnet on your eth0 device.  Requests
for addresses in the other subnet are only going to succeed if the MAC
address is specified, and given an IP in the config file, like:

        host judas   { hardware ethernet XX:XX:XX:XX:XX:XX;
                       fixed-address XXX.XXX.78.XX; }


MSG


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to