How to Configure DHCP Server on Juniper SRX Firewall

Опубликовано: 29 Сентябрь 2024
на канале: NetSpearo
1,452
14

How to Configure #DHCP Server on Juniper #SRX #Firewall

set system services dhcp-local-server group DHCPD interface ge-0/0/0.0
set access address-assignment pool LAN_DHCP family inet network 10.255.10.0/24
set access address-assignment pool LAN_DHCP family inet range LAN_DHCP_01 low 10.255.10.100
set access address-assignment pool LAN_DHCP family inet range LAN_DHCP_01 high 10.255.10.200
set access address-assignment pool LAN_DHCP family inet dhcp-attributes maximum-lease-time 86400
set access address-assignment pool LAN_DHCP family inet dhcp-attributes domain-name obeyitspearo.local
set access address-assignment pool LAN_DHCP family inet dhcp-attributes name-server 8.8.8.8
set access address-assignment pool LAN_DHCP family inet dhcp-attributes name-server 8.8.4.4
set access address-assignment pool LAN_DHCP family inet dhcp-attributes router 10.255.10.1

set security zones security-zone trust interfaces ge-0/0/0.0 host-inbound-traffic system-services dhcp

Please Like and Subscribe ...