DHCP configuration in packet tracer- شرح اعدادات دي اتش سي بي سيرفر في بكيت تريسر



DHCP configuration in packet tracer- شرح اعدادات دي اتش سي بي سيرفر في بكيت تريسر

DHCP configuration in packet tracer- شرح اعدادات دي اتش سي بي سيرفر في بكيت تريسر

this video explain the comfiguration of dhcp server in packet tracer using command lines:
Router(config)#
Router(config)#ip dhcp pool MY_LAN
Router(dhcp-config)#network 192.168.1.0 255.255.255.0
Router(dhcp-config)#default-router 192.168.1.1
Router(dhcp-config)#dns-server 192.168.1.10
Router(config)#ip dhcp excluded-address 192.168.1.1 192.168.1.2
and DHCP configuration using the DHCP server graphical interfaces. Also it explains the configration of domain name server (DNS)
@Dr. Moonther .