On all interfaces in the path of the dhcp server, you will need to enable the helper-address (DHCP relay agent).
enable
configure terminal
interface type number
ip helper-address address
exit
http://www.cisco.com/en/US/docs/ios/ipaddr/configuration/guide/iad_dhcp_rly_agt.htmlBilly