Follow below steps to configure IP settings on a FortiGate Access Point (FortiAP).
Configure IP address Mode
cfg -a ADDR_MODE=STATIC
Set IP address
cfg –a AP_IPADDR="192.168.13.114"
Set Subnet Mask
cfg -a AP_NETMASK="255.255.255.0"
Set Controller IP address
cfg –a AC_IPADDR_1="192.168.13.254"
You may receive “Invalid IPGW” error message.
Change your gateway settings
cfg -a IPGW="192.168.13.254"
Enter below command to save the changes to the flash.
cfg -c
Brice says
Hi, thanks for this ! I’m actually trying to configure a FortiAP With a SSID in tunnel mode. My question is, on the switch what is your configuration? Trunk or access mode? Using access I can’t have it works.. Thanks 🙂