07-14-2017 12:57 PM - edited 03-08-2019 11:20 AM
Hello Community,
I hope this is the right category :)
Right now I am building a network for a project and for some reason my DHCP server does not work.
For a quick overview:
I have:
1x client (who should recieve a ip address)
1x Layer 3 switch
1x router
1x DHCP server
This setup is required, because the actual topologie is quite big and for training purposes.
So:
The client and the server are in different VLANs
The subinterfaces on the router are set up, got the ip addresses, the helper-address and the encapsulations
The DHCP-server has an ip-pool
When the request is sent it reaches the server over the gateway and the server sents the answer. Every packet sent from there on gets stuck on the router.
My .pkt file is attached.
Right now I have a Catalyst 3350 Switch and a 1700 router available.
Thanks in advance for the help,
Gregor
Solved! Go to Solution.
07-14-2017 02:12 PM
Hello,
the problem is simply that the default gateway of your DHCP server is set to 172.16.30.2. It should be 172.16.30.1. Also, your DHCP pool has 172.16.30.1 as default gateway, while that should be 172.16.20.1.
If you change that, it should work.
07-14-2017 02:12 PM
Hello,
the problem is simply that the default gateway of your DHCP server is set to 172.16.30.2. It should be 172.16.30.1. Also, your DHCP pool has 172.16.30.1 as default gateway, while that should be 172.16.20.1.
If you change that, it should work.
07-14-2017 02:29 PM
Thats for the tip. What a stupid mistake, and yes that works.
For some reason the actual build just worked as well after reading that messenge without doing anything...
So I highly appreciate the help.
07-14-2017 11:45 PM
Gregor,
keep in mind that Packet Tracer is not really working with full IOS images, it is a very useful simulator, but with a limited command set. You might want to have a look at GNS3, it is free and uses valid IOS images. Great for testing purposes !
https://www.gns3.com/
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