11-19-2017 07:07 PM - edited 03-08-2019 12:48 PM
i need help setting up dhcp on other router i turned on the interfaces and i got to to work on vlan 50 but i don't know what else is wrong. here is my packet tracer. i need help just stuck on this. and here what i made. i cant put packet tracer
11-19-2017 08:23 PM - edited 11-19-2017 08:24 PM
Hi
Imagine your LAN is on R1 and the DHCP is R3 so first you must have connectivity between these routers, R1 must know how to reach R3 and it can be done through routing protocols or static routes.
R1
interface G0/1
ip address 172.16.1.1 255.255.255.0
ip dhcp helper-address 10.1.1.6 <--- R3 interface
router eigrp 100
no au
net 0.0.0.0
R2
router eigrp 100
no au
net 0.0.0.0
R3
ip dhcp pool LAN-R1
network 172.16.1.0 255.255.255.0
default-router 172.16.1.1
dns 8.8.8.8
router eigrp 100
no au
net 0.0.0.0
Hope it is useful
:-)
11-19-2017 08:36 PM
11-19-2017 08:44 PM
see what i was doing was putting ospf on all 3 routers and on the router 3 lan i got dhcp to work. but on the other routers i can not.
11-20-2017 03:54 AM - edited 11-20-2017 03:54 AM
Hi
Yes OSPF is good, verify the dhcp parameters, the default-route is basically the gateway of each LAN. Could you please share your config?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide