11-17-2024 06:45 PM
Hi all,
i have made a network and am trying to configure a dhcp server i did all the configuration but it seems to be failing to get access and going to APIPA? does anyone know why this could be happening.
Thanks Cohen.
also how do i insert my .pkt
11-17-2024 10:57 PM
- FYI : Community group for Packet Tracer project questions
M.
11-17-2024 11:17 PM
Hello cohen-poulton,
Your pool configuration is not correct..!
In your topology there are two networks one connected to Rotuer G0/0/0 and another is connected to Router G0/0/1.
Apply the following configuration....then pc1 will obtain the ip address.
ip dhcp pool LAN-POOL-1
Network 192.168.24.128 mask 255.255.255.192
default-router 192.168.24.129
dns-server 192.168.24.3
if pc-0 want to receive the ip address...you should create another pool..!
ip dhcp pool LAN-POOL-2
network 192.168.24.0 mask 255.255.255.128
default-router 192.168.24.1
dns-server 192.168.24.3
Best regards
******* If This Helps, Please Rate *******
11-18-2024 03:05 AM
You need to zip the .pkt file in order to attach here.
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