Hi,
You will need to configure the scopes for the 2 lans on the dhcp server and configure ip helper on the interface facing the lan without the dhcp server e.g.
if the dhcp server is on gi0/2 and address 192.168.2.10, your router config may look as follows:
interface gi0/1
ip address 192.168.1.1 255.255.255.0
ip helper-address 192.168.2.10
interface gi0/2
ip address 192.168.2.1 255.255.255.0
clients on the same lan as the dhcp server do not need the helper address
Thanks
John
**Please rate posts you find helpful**