Question : DHCP server in other network

Hi,

Routers separate broadcast domains from each other, which means broadcast packets are limited to each network. However, say if I have a DHCP server in network A, how will I still be able to get an IP from the same DHCP server for a machine which is in network B ?

Answer : DHCP server in other network

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.html


Billy
Random Solutions  
 
programming4us programming4us