netdev
[Top] [All Lists]

Re: Question on binding DHCP to an interface (by ifname, not IP/netmask)

To: greearb@xxxxxxxx
Subject: Re: Question on binding DHCP to an interface (by ifname, not IP/netmask).
From: Ted Lemon <mellon@xxxxxxx>
Date: Mon, 17 Jan 2000 18:41:22 -0500
Cc: netdev <netdev@xxxxxxxxxxx>
In-reply-to: Message from Ben Greear <greearb@agcs.com> of "Mon, 17 Jan 2000 16:21:42 MST." <3883A406.6CA8A933@agcs.com>
Sender: owner-netdev@xxxxxxxxxxx
Sure, use the shared-network statement to group the subnet connected
to the interface and the subnet on which you want to assign
addresses.   For example:

shared-network FOO {
  subnet 10.0.0.0 netmask 255.255.255.0 {
  }
  subnet 130.131.3.0 netmask 255.255.255.0 {
    range 130.131.3.10 130.131.3.250;
  }
}

The real trick is that dhcpd doesn't provide support for multiple
interfaces on Irix right now.

                               _MelloN_

<Prev in Thread] Current Thread [Next in Thread>