ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Slava Dubrovskiy <slava@elan.com.ua>
To: community@altlinux.ru
Subject: Re: [Comm] Iptables и https
Date: Wed, 29 Sep 2004 13:47:31 +0300
Message-ID: <415A92C3.60303@elan.com.ua> (raw)
In-Reply-To: <415A91E7.9090203@ricom.ru>

Alexey Morsov пишет:

>
> Slava Dubrovskiy wrote:
>
>> Alexey Morsov пишет:
>>
>>>
>>> Slava Dubrovskiy wrote:
>>>
>>>> Здравствуйте!
>>>>
>>>> Вот настроил iptables на сервере по Iptables Tutorial. Но никак 
>>>> немогу настроить протокол https. Не пускает пользователей. Добавляю 
>>>> вот такую строчку.
>>>> $IPTABLES -A FORWARD -p tcp --dport 443 -i $LAN_IFACE -j ACCEPT
>>>
>>>
>>>
>>> А где сам http стоит? И раз у вас прозрачный прокси не хотите 443 
>>> порт на него завернуть тоже
>>>
>> Заворачивал. И ... ничего. Настройки squid'a стандартные из коробки. 
>> Только режик прикручен.
>
> А стандартные разве уже прозрачные?
> httpd_accel и все такое прикручено?
>
Ну вот часть squid.conf, вроде должно пускать.

#Recommended minimum configuration:
acl all src 0.0.0.0/0.0.0.0
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 SSL_ports port 443 563
acl Jabber_ports port 5222
acl Safe_ports port 80          # http
acl Safe_ports port 21          # ftp
acl Safe_ports port 443 563     # https, snews
acl Safe_ports port 70          # gopher
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 CONNECT method CONNECT
#Recommended minimum configuration:
# Only allow cachemgr access from localhost
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
http_access deny to_localhost
acl our_networks src 192.168.1.0/24
http_access allow our_networks
http_access allow localhost
http_access deny all




  reply	other threads:[~2004-09-29 10:47 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-29 10:28 Slava Dubrovskiy
2004-09-29 10:37 ` Alexey Morsov
2004-09-29 10:40   ` Slava Dubrovskiy
2004-09-29 10:43     ` Alexey Morsov
2004-09-29 10:47       ` Slava Dubrovskiy [this message]
2004-09-29 10:51         ` Slava Dubrovskiy
2004-09-29 10:57           ` Alexey Morsov
2004-09-29 10:52         ` Alexey Morsov
2004-09-29 10:56           ` Slava Dubrovskiy
2004-09-29 11:04             ` Alexey Morsov
2004-09-29 11:14               ` Slava Dubrovskiy
2004-09-29 11:30                 ` Alexey Morsov
2004-09-29 12:36                   ` Slava Dubrovskiy
2004-09-29 12:48                     ` Nizamov Shavkat
2004-09-29 13:04                       ` Slava Dubrovskiy
2004-09-29 12:49                   ` Slava Dubrovskiy
2004-09-29 12:51                     ` Nizamov Shavkat
2004-09-29 13:29                     ` Alexey Morsov
2004-09-30  6:20                       ` Slava Dubrovskiy
2004-09-30  6:34                         ` Alexey Morsov
2004-09-30  6:46                           ` Slava Dubrovskiy
2004-09-30  6:50                             ` Alexey Morsov
2004-09-30  6:58                               ` Slava Dubrovskiy
2004-09-29 13:03 ` [Comm] Iptables É https Peter Teslenko
2004-09-29 13:06   ` [Comm] Iptables и https Slava Dubrovskiy
2004-09-29 13:30     ` Alexey Morsov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=415A92C3.60303@elan.com.ua \
    --to=slava@elan.com.ua \
    --cc=community@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git