@Martin_Keding
Please try the same WAN static IP address configuration from cnMaestro.
The device GUI has some limitations and does not allow this configuration at present.
It works with cnMaestro.
It took some work to figure out how to do this as there are no examples that I could find
Here is the override settings.
*** NOTES ***
Key is that there is a single parameter with TAB delimited variables. ie. If you have 3 WAN’s defined, it would be "parameter=${var1}tab${var2}tab${var3}. You can omit a variable but you MUST still have the tab.
I used the word “tab” in the example below but this needs to be replaced with a TAB symbol. cnMeastro doesn’t allow this so cut/edit this in a text editor and then paste it back
variables can be omitted EXCEPT VID. Not sure why but you will lock out the R-series and require a factory reset.
Example omit
If WAN1 was DHCP and WAN2 was static, you could use the following
mwan_ipaddr=tab${wan2_ip=172.168.2.0}
If you want to add any other parameters not available in cnMaestro, export the config from an R-Series radio and search of the specific value. Then you can follow the above instructions.