Hi
I tried to configure a DHCP SERVE in my juniper SRX345, but dhcp dont distribuied IP and i check the logs, juniper drop all pakages.
show dhcp server statistics
Packets dropped:
Total 1078
dhcp-service total 1078
Messages received:
BOOTREQUEST 0
DHCPDECLINE 0
DHCPDISCOVER 0
DHCPINFORM 0
DHCPRELEASE 0
DHCPREQUEST 0
DHCPLEASEQUERY 0
DHCPBULKLEASEQUERY 0
Messages sent:
BOOTREPLY 0
DHCPOFFER 0
DHCPACK 0
DHCPNAK 0
DHCPFORCERENEW 0
DHCPLEASEUNASSIGNED 0
DHCPLEASEUNKNOWN 0
DHCPLEASEACTIVE 0
DHCPLEASEQUERYDONE 0
access {
address-assignment {
pool GUEST {
family inet {
network 10.18.0.0/24;
range GUEST {
low 10.18.0.10;
high 10.18.0.200;
}
dhcp-attributes {
name-server {
8.8.8.8;
}
router {
10.18.0.1;
}
option 32 ip-address 10.18.0.1;
}
}
}
}
}