Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DHCP Forwarding

Status
Not open for further replies.

raceman3

Technical User
May 14, 2003
27
US

I have two ethernet interfaces and a HSSI configured as follows:

int gig0/0
ip address 10.28.3.1
ip helper-address 10.30.1.2

int gig0/1
ip address 10.28.4.1
ip helper-address 10.30.1.2

int hssi1/0
ip address 10.30.1.2
ip helper-address 10.30.1.1 (other side of the wan)

Am I missing anything or is that all I need to forward dhcp requests from the Ethernet segments out across the WAN?

What show command will display the stats for dhcp forwarding?

 
You only need to apply the IP Helper on the interface where the DHCP Clients are. You should configure the IP Helper to be your DHCP servers IP address (you can have multiple IP Helpers configured) or an IP Network Broadcast address such as 192.168.100.255.
It is not needed on the Interface where the DHCP Server is.
It is normally only used on WAN's for Auto-Install.

HTH

Andy
 
The DHCP clients are on the Ethernet segments but the DHCP servers are on the other side of the WAN and not on the same subnet as the WAN router. I didn't think the WAN would forward the broadcast without using IP Helper command to process it the whole way through?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top