This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
user_guide:mikrotik:openwrt_rb750gr3_coova [2021/02/16 15:05] – [The concept] admin | user_guide:mikrotik:openwrt_rb750gr3_coova [2021/03/15 09:09] (current) – [Edit Coova Chilli config file] admin | ||
---|---|---|---|
Line 55: | Line 55: | ||
option net 10.1.0.0/ | option net 10.1.0.0/ | ||
option uamlisten 10.1.0.1 # | option uamlisten 10.1.0.1 # | ||
+ | | ||
+ | #Add this for the miniportal for proper captive portal detection on Apple | ||
+ | option uamhomepage " | ||
+ | option wwwdir "/ | ||
# Universal access method (UAM) parameters | # Universal access method (UAM) parameters | ||
option uamserver " | option uamserver " | ||
option uamport 3990 | option uamport 3990 | ||
+ | option ssid demo1 | ||
+ | | ||
+ | # Various debug and optimization values | ||
+ | option swapoctets 1 # | ||
+ | option interval 3600 # config file and host lookup refresh | ||
+ | | ||
+ | | ||
+ | # Add the chilli firewall rules | ||
+ | option ipup '/ | ||
+ | option ipdown '/ | ||
+ | | ||
</ | </ | ||
* Save the changes and reboot the router. | * Save the changes and reboot the router. |