Hi,
I have configured new SRX 340 with DHCP and VLANs for internal and guest access. I can not get the DHCP clients to access the network when using wifi. LAN DHCP is fine. However, if the clients are configured with static IPs(both wired and wireless) the connectivity is alright.
I have a Cisco WLC configured as DHCP proxy and was working fine with SRX240 which had similar config. DHCP bindings seems ok. SRX240 is with vlans not irb, with old dhcp not new.
Tried with DHCP option 43 too. Any one who is using Cisco WLC as DHCP relay for SRX340 DHCP server?
set vlans VLAN10 vlan-id 10
set vlans VLAN10 l3-interface irb.10
set interfaces irb unit 10 family inet address 192.168.10.1/24
set system services dhcp-local-server group Group10 interface irb.10
set access address-assignment pool VLAN10Pool family inet dhcp-attributes name-server 192.168.10.1
set access address-assignment pool VLAN10Pool family inet dhcp-attributes name-server 8.8.8.8
set access address-assignment pool VLAN10Pool family inet dhcp-attributes router 192.168.10.1
set access address-assignment pool VLAN10Pool family inet network 192.168.10.0/24
set security nat source rule-set guest-wifi-ap from zone FC-GUEST-NET
set security nat source rule-set guest-wifi-ap to zone untrust-zone
set security policies from-zone FC-GUEST-NET to-zone untrust-zone policy FC-GUEST-NET match source-address any
set security policies from-zone FC-GUEST-NET to-zone untrust-zone policy FC-GUEST-NET match destination-address any
set security policies from-zone FC-GUEST-NET to-zone untrust-zone policy FC-GUEST-NET match application any
set security policies from-zone FC-GUEST-NET to-zone untrust-zone policy FC-GUEST-NET then permit
set security zones security-zone FC-GUEST-NET interfaces irb.10 host-inbound-traffic system-services ping
set security zones security-zone FC-GUEST-NET interfaces irb.10 host-inbound-traffic system-services dhcp
Similar config for other vlans.
#notconnecting#srx340#wireless#DHCP#SRX#WLC