Quantcast
Channel: MikroTik
Viewing all articles
Browse latest Browse all 17957

Scripting • Re: caps-man configuration -> set country issue via script

$
0
0
Hi guy, I think the error you're encountering, "input does not match any value of country," suggests that the value you're providing for the country parameter in your script is not recognized. To resolve this, you can try using the country code instead of the country name.

For example, instead of specifying country="south africa", you can use the country code for South Africa, which is ZA. Modify your script as follows:
Code:
/caps-man configuration   add name=hotspot datapath=hotspot mode=ap ssid=blah distance=indoors country=ZA installation=indoor
By using the country code, you should be able to avoid the error message and successfully execute your script.

Statistics: Posted by mikefox — Wed Dec 13, 2023 9:46 am



Viewing all articles
Browse latest Browse all 17957

Trending Articles