Solve the problem of cloud UAP controller being blocked by telecom 8080 port

Source: Internet
Author: User

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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.