This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root# show system services dhcp pool 192.168.2.0/24 |display set | |
set system services dhcp pool 192.168.2.0/24 address-range low 192.168.2.150 | |
set system services dhcp pool 192.168.2.0/24 address-range high 192.168.2.175 | |
set system services dhcp pool 192.168.2.0/24 name-server 8.8.8.8 | |
set system services dhcp pool 192.168.2.0/24 router 192.168.2.10 | |
#DHCP Server 設定 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set security zones security-zone trust interfaces ge-0/0/1.0 host-inbound-traffic system-services dhcp | |
set security zones security-zone trust interfaces ge-0/0/1.0 host-inbound-traffic system-services ping | |
# 開啟服務 |