Hello,
I have setup my router Back-to-Back, I setup a 2000 server running DHCP trying to get through the router to the client on the other side.
I have looked at cisco web site, all I saw to configure was the ip helper-address on the interface. I also saw something on the ip forward-protocol 68 and 67 for bootp/dhcp clients and servers.
I setup my router like this
DHCP server 150.150.1.2 255.255.255.0
router 1
E0 int on router1 150.150.1.1 255.255.255.0
ip forward udp 67
ip forward udp 67
S0 ip address 132.183.161.1 255.255.255.0
ip helper 150.150.1.2
encap hdlc
clock rate 64000
no shut
int on other router, which is a 2505 has 8 hub ports on it so no config is needed for the hub ports.
router 2
so ip address 132.183.161.2 255.255.255.0
ip helper 150.150.1.2
encap hdlc
no shut
I can ping the DHCP server fine, and I have been beating on this for a little while now, I am sure I am just over looking something.
Thanks in advance for the help!
I have setup my router Back-to-Back, I setup a 2000 server running DHCP trying to get through the router to the client on the other side.
I have looked at cisco web site, all I saw to configure was the ip helper-address on the interface. I also saw something on the ip forward-protocol 68 and 67 for bootp/dhcp clients and servers.
I setup my router like this
DHCP server 150.150.1.2 255.255.255.0
router 1
E0 int on router1 150.150.1.1 255.255.255.0
ip forward udp 67
ip forward udp 67
S0 ip address 132.183.161.1 255.255.255.0
ip helper 150.150.1.2
encap hdlc
clock rate 64000
no shut
int on other router, which is a 2505 has 8 hub ports on it so no config is needed for the hub ports.
router 2
so ip address 132.183.161.2 255.255.255.0
ip helper 150.150.1.2
encap hdlc
no shut
I can ping the DHCP server fine, and I have been beating on this for a little while now, I am sure I am just over looking something.
Thanks in advance for the help!