Network VN

Vietnam Networking

Showing posts with label DHCP Server. Show all posts
Showing posts with label DHCP Server. Show all posts

Cấu hình DHCP Server trên Router Cisco

Hướng dẫn cấu hình DHCP Server trên Router Cisco

cau hinh dhcp server tren router cisco
Video hướng dẫn cấu hình:

Cấu hình trên Router DHCP-SERVER:
DHCP(config)# int f0/0
DHCP(config-line)# no shutdown
DHCP(config-line)# ip add 192.168.1.1 255.255.255.0
DHCP(config-line)# exit
DHCP(config)# ip dhcp pool DHCP
DHCP(dhcp-config)# network 192.168.1.0 255.255.255.0
DHCP(dhcp-config)# default-router 192.168.1.1
DHCP(dhcp-config)# dns-server 8.8.8.8
DHCP(dhcp-config)# lease 1
DHCP(dhcp-config)# exit
DHCP(config)# ip dhcp excluded-address 192.168.1.1 192.168.1.10
DHCP(config)# end