1 Environment Configuration
http://cmdschool.blog.51cto.com/2420395/1716067
2 Configuration targets
Because the telecommunications default blocking 80 and 8080 ports, so the branch office UAP to the normal IP address of the 8080 port communication is limited, it is necessary to change the default port.
3 Configuration methods
3.1 Stop Service
/etc/init.d/unifid stop
3.2 Modifying the Listening port
Vim/opt/unifi/data/system.properties
Add the following parameters:
unifi.http.port=8082
3.3 Starting the Service
/etc/init.d/unifid start
3.4 Check
Netstat-antp
3.5 Open Firewall
Vim/etc/sysconfig/iptables
Open the following ports
-A input-m state--state new-m tcp-p TCP--dport 8082-j ACCEPT
Reboot and make configuration effective
/etc/init.d/iptables restart
Note: You need to wait for the UAP controller to adjust internally for 5 minutes before normal use
==================================
See Literature:
Http://bbs.ubnt.com.cn/forum.php?mod=viewthread&tid=9746&extra=page%3D2
This article is from the "Old Tan Linux Cluster blog" blog, please be sure to keep this source http://cmdschool.blog.51cto.com/2420395/1871967
Solve the problem of cloud UAP controller being blocked by telecom 8080 port