multiple subnets

Glenn Satchell Glenn.Satchell at uniq.com.au
Wed Apr 2 14:08:55 UTC 2008


Read the dhcpd.conf man page, look for the section titled EXAMPLES.

You need to create a subnet definition for all three subnets.

subnet 172.17.101.0 netmask 255.255.255.0 {
}
subnet 172.17.30.0 netmask 255.255.255.248 {
}
subnet 10.30.0.0 netmask 255.255.0.0 {
	range 10.30.0.2 10.30.255.254;
	# provide clients with a default route
	option routers 10.30.0.1;
}

On your gateway PC run dhcrelay (check the man page for options, but
usually you only need to specify the IP address or hostname of the
dhcp server as a parameter when you start it.

regards,
-glenn

>From: M U <sme_note at hotmail.co.jp>
>To: <dhcp-users at isc.org>
>Subject: RE: multiple subnets
>Date: Wed, 2 Apr 2008 22:03:46 +0900
>
>Thanks for your comments.
> 
>How should I configure the DHCP server ?Date: Wed, 2 Apr 2008 05:30:58 
-0700From: rhynx at yahoo.comSubject: Re: multiple subnetsTo: dhcp-users at isc.org
>
>
>
>
>
>Hello,You need to make your proxy client a dhcp relay.To  do  this,  execute 
dhcrelay -i <interface facing clients> -i <interface facing server> <ip address 
of the dchp server>
>----- Original Message ----From: M U <sme_note at hotmail.co.jp>To: 
dhcp-users at isc.orgSent: Wednesday, April 2, 2008 7:49:06 PMSubject: multiple 
subnets
>
>Dear all, I'm using the ISC DHCP server V3.0.5 on Linux.I want to make the DHCP 
server work like below. 1. One client(it behaves like a proxy) of 172.17.30.0/29 
acess the DHCP server(172.17.101.1/24,ETH0) 2.This client wants to get the 
ipaddress from DHCP server from the following range(10.30.0.1 10.30.255.254) to 
provide/distribute the ipaddress for the PC under this client.  
PC---+(172.17.30.0/29)proxy client ----> DHCP ser(172.17.101.1/24 ETH0)   
<--------------------------------              10.30.0.1 10.30.255.254  Firstly, 
technically, is it possible to implement on the DHCP server like the above ? If 
possible, would you teach me how to configure or let me know the good free 
document or so ASAP ? 
$B%^%$%/%m%=%U%H$N:G?7<!@$Be%V%i%&%6(BIE7$B$K(BMSN$BHG$J$i$G$O$NJXMx$J5!G=$
r%W%i%9(B http://promotion.msn.co.jp/ie7/
>
>You rock. That's why Blockbuster's offering you one month of Blockbuster Total 
Access, No Cost.
>_________________________________________________________________
>MSN$B%_%e!<%8%C%/$H(BEMI Artists$B$,6&F13+:E$9$k%*!<%G%#%7%g%s(B SCHOOL OF 
SCHOOL
>http://music.jp.msn.com/



More information about the dhcp-users mailing list