I am currently using Cisco Packet Tracer to simulate a network.
Currently I've got this setup: PT DHCP Agent
For some reason I'm not able to get the DHCP server to return an answer to PC1 even though it successfully gets the request.
Here are my configurations:
R-1
interface GigabitEthernet0/0
ip address 10.0.0.1 255.255.255.0
ip helper-address 10.0.0.2
interface GigabitEthernet0/1
ip address 10.0.1.1 255.255.255.252
ip helper-address 10.0.0.2
ip route 10.0.2.0 255.255.255.0 10.0.1.2
R-2
interface GigabitEthernet0/0
ip address 10.0.1.2 255.255.255.252
ip helper-address 10.0.0.2
interface GigabitEthernet0/1
ip address 10.0.2.1 255.255.255.0
ip helper-address 10.0.0.2
ip route 10.0.0.0 255.255.255.0 10.0.1.1
Hopefully the below will help to explain the configuration a bit better:
10.0.0.1=(G0/0) R-1 (G0/1)=10.0.1.1
10.0.1.2=(G0/0) R-2 (G0/1)=10.0.2.1