cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Bookmark
|
Subscribe
|
659
Views
0
Helpful
1
Replies

DHCP server between two router to a client

Dear all,

 

I would like to ask you for your help. I need to configure the DHCP server via a DHCP helper address. The DHCP server on the top left needs to provide a DHCP ip to client PCA1. I have tried setting the ip helper address in interface fa0/0 from router RA. But that did not help. I have configured all the static routing between each router so i don't know where the problem is. 

 

That is where i ask for you to help me please. The packet tracer is added in the post as a zip file.

1 Reply 1

luis_cordova
VIP Alumni
VIP Alumni

Hi @markwillemsen6170 

 

There seems to be a PT bug in your exercise.
To solve it, change the syntax of the static routes and instead of indicating the IP of the next hop, indicates the exit interface:

 

RA

Router(config)#no ip route 10.40.0.96 255.255.255.240 10.1.0.97

Router(config)#ip route 10.40.0.96 255.255.255.240 f2/0

 

RB

Router(config)#no ip route 10.10.0.0 255.255.255.192 10.1.0.96

Router(config)#ip route 10.10.0.0 255.255.255.192 f0/1


That achieves successful connectivity.
Then you just have to configure the DHCP pool on the server to deliver addressing to the network you want.

12.jpg

 

Regards

 

Remember that you can go to the Cisco Learning Network as well and remember to mark the correct answers as solved, because that helped other users with similar doubts.