About dhcp
the_return_of_the_Ring
Member Posts: 119
in CCNA & CCENT
I configured one router of mine to be dhcp server, now if i connect a switch to it, works. but if i connect another router(say routerB) to it, I don't see ip assigned. do i need to turn on/off some function on routerB or what?
Comments
-
BubbaJ Member Posts: 323madonion wrote:I configured one router of mine to be dhcp server, now if i connect a switch to it, works. but if i connect another router(say routerB) to it, I don't see ip assigned. do i need to turn on/off some function on routerB or what?
You should practice configuring the routers and switches yourself. -
rossonieri#1 Member Posts: 799 ■■■□□□□□□□hello,
router doesnt forward dhcp packet,
to allow this you need to allow the port 67/68 to forward/receive the dhcp packet,
and specify the ip helper addr on the receiver router.
cheers.the More I know, that is more and More I dont know. -
ciscos Member Posts: 26 ■□□□□□□□□□check out the command : ip helper address.
dhcp uses broadcast.
routers do not forward broadcast.
cheers.can't teach an old dog new tricks -
rockstar81 Member Posts: 151if your router supports bootp this might help as it the router will allow it through.
-
david_r Member Posts: 112madonion,
If you want your router to obtain an ip address automagically, drill down throughip address dhcp
under the interface you want to assign via dhcp. You may also need to add an ip helper address on the incoming interface or globally.