Linuxproxysquid needs to enable port 80030

Source: Internet
Author: User
Linuxproxysquid needs to open 80030port -- Linux general technology-Linux technology and application information. The following is a detailed description. I have just taken over the Linux CentOS-5.3 useful proxy to lock the Internet at work time 80 port.
But the company's new system is changed to the text messaging company, and my problem is coming again. This text messaging verification needs to go through port 30080.
How can I set the value of 60.251.6.23: 30080 to squid. conf.
The following are the company's proxy settings and configuration files:
Acl all src 0.0.0.0/0.0.0.0

Acl direct-net dstdomain .api.every8d.com
Always_direct allow direct-net
Acl all_pass_ip src "/etc/squid/setting/all_pass_ip"
Acl callcenter_leader_ip dst "/etc/squid/setting/squid. superallow. hosts"
Acl basic_user_ip src "/etc/squid/setting/squid. allow. hosts"
# Acl yushun_ip src "/etc/squid/setting/yushun_user_ip"

Acl denytimes time "/etc/squid. deny. times"
Acl morning time-
Acl afternoon time-

Acl allurl dstdomain "/etc/squid. allurl"
Acl whitedst dst "/etc/squid. allow. whitedst"
Acl whilefile urlpath_regex-I "/etc/squid. allow. whilefile"
Acl whileurl dstdomain "/etc/squid. allow. whileurl"
Acl blockfile urlpath_regex-I "/etc/squid. deny. blockfile"
Acl superblockurl dstdomain "/etc/squid. superdeny. blockurl"
Acl blockurl dstdomain "/etc/squid. deny. blockurl"
Acl yushunurl dstdomain "/etc/squid/setting/squid. yushundeny. blockurl"
Acl lanurl dstdomain "/etc/squid/setting/lanurl

Acl manager proto cache_object
Acl localhost src 127.0.0.1/255.255.255.255
Acl to_localhost dst 127.0.0.0/8
Acl Safe_ports port 80 # http
Acl SSL_ports port 443
Acl Safe_ports port 21 # ftp
Acl Safe_ports port 22
Acl Safe_ports port 443 # https
Acl Safe_ports port 70 # gopher
Acl Safe_ports port 30080 # yoyo8
Acl Safe_ports port 210 # wais
Acl Safe_ports port 1025-65535 # unregistered ports
Acl Safe_ports port 280 # http-mgmt
Acl Safe_ports port 488 # gss-http
Acl Safe_ports port 591 # filemaker
Acl Safe_ports port 777 # multiling http
Acl Safe_ports port 465 # google smtp ssl
Acl Safe_ports port 995 # google pop ssl
****************************
Http_access allow localhost

Http_access allow all_pass_ip
Http_access allow callcenter_leader_ip
Http_access allow basic_user_ip lanurl
Http_access deny yushunurl
# Http_access allow yushun_ip
Http_access deny superblockurl

Http_access allow whilefile
Http_access allow whileurl
Http_access allow whitedst
Http_access deny denytimes
Http_access deny blockfile
Http_access deny blockurl

Http_access allow basic_user_ip

Http_access deny all

I have tested the addition of acl SSL_ports port 30080.
In addition, http_access allow all is added. The entire company can open 80 Internet access at any time, but only 60.251.6.233: 30080 is unavailable.
For help !!
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.