dhcp server liuxLinux serverNETWORK ADMINISTRATIONS

How to Configure DHCP Server on Juniper SRX Firewall

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 …

source

by NetSpearo

linux dhcp server

Alice AUSTIN

Alice AUSTIN is studying Cisco Systems Engineering. He has passion with both hardware and software and writes articles and reviews for many IT websites.

3 thoughts on “How to Configure DHCP Server on Juniper SRX Firewall

  • Hi, correct me if i was wrong. If I have two switches, can I configure like below?
    set system services dhcp-local-server group DHCPD interface ge-0/0/0.0
    set system services dhcp-local-server group DHCPD interface ge-0/0/1.0

Comments are closed.