Problems with DHCP Server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!!!
- Labels:
-
Other Switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2024 03:46 AM
- FYI : Community group for Packet Tracer project questions
M.
-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!!!!
