Oh, man, you saved my day!!! This is the first time I have ever written a comment on TH-cam. This time I simply couldn't resist!! I was struggling with getting the DHCP across two networks and nothing I tried helped. Who new that adding an extra address pool would fix the issue?? Now when I look at this, I think how logical this is and I wonder how come I didn't get this on my own.... Plain silly. Thanks again!
Dancourses is great, amazing job explaining every single concept in detail. I have learned more here than with all the professors I have taken classes with at college. Thank you
I was wondering could you do a video explaining how you put the IP address in for the routers because I know how to setup DHCP in a router but since in the video you do not show how you put in the IP in the router I am lost.
I've done like in the video and i was not able to get the network 192.168.1.0 working, because i think there's no routing protocol... after i configure RIP the dhcp relay router was able to get the address's for hosts on the .1 network.
hello. what if below i want to have another subnet? like 192.168.3.0 network but i dont want to add additional interface on the router is there another way :)?
Welp the configuration for the dhcp is fine until the relay commands which doesn't do anything, the pc still can't pick up any dhcp adress after the router...
Cant get this to work if my life depended on it. Tried bypassing the switch and no go. put ip helper on both sides of the router. no go.. Such a simple topology. It must be PT
have a lab where you use router on a stick on a couple different routers. vlan10,20,30 on one and 40,50,60 and DHCP server on other and this helped. Only difference is you need to place the helper on each subinterface and not the main one which makes sense. example: interface GigabitEthernet0/1.10 encapsulation dot1Q 10 ip address 10.10.6.1 255.255.255.0 ip helper-address 10.10.10.2 ! interface GigabitEthernet0/1.20 encapsulation dot1Q 20 ip address 10.10.8.1 255.255.255.128 ip helper-address 10.10.10.2 ! interface GigabitEthernet0/1.30 encapsulation dot1Q 30 ip address 10.10.8.129 255.255.255.192 ip helper-address 10.10.10.2
Hi, can someone help me out ? I did the exact same thing, however network 2 assigns an IP and subnet mask, but it does not assign a default Gateway, i just get 0.0.0.0 ? i can statically assign it and ping across but no dhcp .. pls help ? ** Resolved My pool scheme was wrong.. fixed fixed !!! =]
it's a shame that I'm enrolled in CISCO 2 and all the material in there is so vague on getting this to work that I have to watch a video to learn this.
Oh, man, you saved my day!!!
This is the first time I have ever written a comment on TH-cam. This time I simply couldn't resist!!
I was struggling with getting the DHCP across two networks and nothing I tried helped.
Who new that adding an extra address pool would fix the issue??
Now when I look at this, I think how logical this is and I wonder how come I didn't get this on my own.... Plain silly.
Thanks again!
And 5 years late I was with the same problem... Look how life it is
@@primeirocampeao688 Also im here
sir your video are way better than my faculty please be blessed and may you live longer than my faculty
Dancourses is great, amazing job explaining every single concept in detail. I have learned more here than with all the professors I have taken classes with at college. Thank you
for real
Very well explained, needed this for school. Thanks!
keep posting more useful stuffs like this.thanx once again !!!
Really clear and useful, thanks!
Thank you Dan, very good scenario . Thanks again
you are great teacher
This is the video that i look for 😢 Thanks 😅
Thanks for this instruction!
Really very helpful.thanx a lot sir !!!
Very nice tutorial. Easy and clever. I have question, Can this technique be used in todays network?
I like it video's as they clear difficult topics in easy language and supported be easy lab exampl
Just got here from a guy that the closed captions couldn't understand. Thanks a lot!
easy and powerful. Great job man!!
Good video. Thanks.
W00T, you're a genius Dan my boy!
yt is learneaning to me this thinghs...better than school
@danscourses why if it's a router on a stick with multiple address, do I need ip-helper command on each sub interface? Thanks
thanx for your comment. I tried that lab of Router on a stick with three subinterfaces under main interface f0/0. You have to give ip helper-address
Thank u very much, great instructor!
I was wondering could you do a video explaining how you put the IP address in for the routers because I know how to setup DHCP in a router but since in the video you do not show how you put in the IP in the router I am lost.
Thanks for your help!
you maded it easy ... oh thanks
danscourses do the same rules apply when configuring a router as DHCP router with DHCPv4? What's different if anything?
great tutorial.... thank you
helpful video...esaily understood...
How does the server know which pool to use when assigning addresses?
Dan rocks!
I've done like in the video and i was not able to get the network 192.168.1.0 working, because i think there's no routing protocol... after i configure RIP the dhcp relay router was able to get the address's for hosts on the .1 network.
Who would have thought that your comment will save someone's ass 4 years after you wrote it. Thank you man!
thank you sir
do the switches need to be reconfigured also? Or can the host connect to the DHCP server either way?
why switches are involved they are L2 devices
Man youtube LOVES slapping ads on your videos.
which simulator have u used,
thank u
Why does the server gave the pc on the 1.0 network a new ip add? Advance thanks.
Thanks!
I love it Thanks.
hello. what if below i want to have another subnet? like 192.168.3.0 network but i dont want to add additional interface on the router is there another way :)?
awesome! thanks a lot
Welp the configuration for the dhcp is fine until the relay commands which doesn't do anything, the pc still can't pick up any dhcp adress after the router...
it is Cisco Packet Tracer
great demo +1sub
Thanks Dan :-D
Cant get this to work if my life depended on it. Tried bypassing the switch and no go. put ip helper on both sides of the router. no go.. Such a simple topology. It must be PT
have a lab where you use router on a stick on a couple different routers. vlan10,20,30 on one and 40,50,60 and DHCP server on other and this helped. Only difference is you need to place the helper on each subinterface and not the main one which makes sense. example:
interface GigabitEthernet0/1.10
encapsulation dot1Q 10
ip address 10.10.6.1 255.255.255.0
ip helper-address 10.10.10.2
!
interface GigabitEthernet0/1.20
encapsulation dot1Q 20
ip address 10.10.8.1 255.255.255.128
ip helper-address 10.10.10.2
!
interface GigabitEthernet0/1.30
encapsulation dot1Q 30
ip address 10.10.8.129 255.255.255.192
ip helper-address 10.10.10.2
Hi, can someone help me out ? I did the exact same thing, however network 2 assigns an IP and subnet mask, but it does not assign a default Gateway, i just get 0.0.0.0 ? i can statically assign it and ping across but no dhcp .. pls help ?
** Resolved My pool scheme was wrong.. fixed fixed !!! =]
thank you!
it's a shame that I'm enrolled in CISCO 2 and all the material in there is so vague on getting this to work that I have to watch a video to learn this.
cheers mate
thank you
hey how about 2 router ??? please
Audio problem. Very low sound.
Thanks, but, if i want 7 vlan, the router only have 2 fucking ports, i need to creat sub interfaces?
thanks
neat
I have my sound all the way up and cannot hear you
bizde alinmir
Thanks
My Lte Modem has DHCP Relays