03-29-2024 03:27 AM
Hey, i am working on a project And I have problems with my DHCP server. I don't remember how it came about. Hence I am asking here. I don't understand why my laptops at the bottom are not getting ip? Anyone who can help me. Packet tracer + Network diagram can be found in the attachment. Should you change things in the configuration it would be helpful if I know which commands were used. Thanks in advance!!!
03-29-2024 03:46 AM
- FYI : Community group for Packet Tracer project questions
M.
03-29-2024 07:19 AM
Hello @TS40 ,
Here the problem with your network (At least for this DHCP case but I have no idea about your design):
I found error with IP address of G0/0/0.70 : ip address 192.165.20.177 255.255.255.240, Change it to
ip address 192.168.20.177 255.255.255.240
Error in default gateway of DHCP server : 192.168.20.253, Change it to 192.168.20.177
Interface F0/12 of the switch (Attached to DHCP server): it is in trunk mode, change it to access mode:
interface FastEthernet0/12
switchport access vlan 70
switchport mode access
It is better to put all parts of packet tracer default pool serverPool to "0" to avoid overloaping (in your case)
And finally, add a pool for VLAN 60 (Onthaalruimte) to allow to PC attached to F0/11 (PC2) to obbtain IP address.
Here attached a solution version of your problem.
Hope this help, in case it is helpful to you, rate it!!!!
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