я сижу в канторе в которую купили это чудо(програмно апоратный комплекс) Кольчуга избавится от неё нельзя , доступ всех компов в конторе к инету происходит через прокси(который на кольчуге)я хочу с юзерского компа смотреть трансляции на онескольких сайтах, а админы сайтов пишут: если используете, то на нем должны быть открыты порты 1935, 443 и 80. При использовании proxy-сервера (при закрытых указанных портах) будет не доступным не только создание вещания, но и просмотр (вместо трансляции вы будете видеть белый экран и постоянную надпись "Переподключение..." чё мне сделать ?
именно к ней нет...челы которые ставили сказали, в ней всё как в линуксе...типа читай MANы а я чесно говоря с линуксом неособо....может там в айпитейблс чё нить дописать или в сквиде ....ума неприлажу...
Если есть процесс squid, значит ищем его конфиг. В конфиге добавляем нужный порт (нужно найти место где описываются acl для портов и добавить туда свой)
Сохраняемя, делаем из под рута
squid -k reconfigure
/profit
Если процесса squid нет, значит смотрим настройки iptables
iptables -t filter -nvL
iptables -t nat -nvL
# Allowing or Denying access based on defined access lists
#
# Access to the HTTP port:
# http_access allow|deny [!]aclname ...
#
# NOTE on default values:
#
# If there are no "access" lines present, the default is to deny # the request.
#
# If none of the "access" lines cause a match, the default is the
# opposite of the last line in the list. If the last line was # deny, then the default is allow. Conversely, if the last line # is allow, the default will be deny. For these reasons, it is a
# good idea to have an "deny all" or "allow all" entry at the end
# of your access lists to avoid potential confusion. #
#Default:
# http_access deny all
#
#Recommended minimum configuration:
#
# Only allow cachemgr access from localhost
http_access deny blacklist
http_access allow manager localhost
http_access deny manager
# Deny requests to unknown ports
http_access deny !Safe_ports
# Deny CONNECT to other than SSL ports
http_access deny CONNECT !SSL_ports !Jabber_ports
#
# We strongly recommend to uncomment the following to protect innocent
# web applications running on the proxy server who think that the only
# one who can access services on "localhost" is a local user
#http_access deny to_localhost
#
# INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS
# Exampe rule allowing access from your local networks. Adapt
# to list your (internal) IP networks from where browsing should
>дописал acl http_access port 1935 # smotri непомогло.... чё делать
дописать мало надо
/etc/init.d/squid restart
а то ведь он сам не перечитает конфиги