[Cialug] DHCP Relay

Dave Weis cialug@cialug.org
Mon, 24 Jan 2005 15:08:36 -0600


Nathan C. Smith wrote:
> I'm just looking to DHCP relay.
> 
> If I want to relay DHCP across a VPN to a remote network.  How does the DHCP
> server know not to distribute the remote addresses on the local network?
> Will it only give IP addresses out that are consistent with the settings of
> the connected network interface?

There are a couple ways. If you have a cisco at the far end, you put 
something like
ip helper-address x.x.x.x
in the interface config of the interface that will be receiving the 
bootp requests.

Set up a new subnet on your dhcp server containing the network on the 
far ethernet interface and you are all set.

dave