ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "Маркелов Александр" <ml@13.net.ru>
To: community@altlinux.ru
Subject: Re: [Comm] Squid из коробки Alt Linux Master 2.4
Date: Fri, 01 Apr 2005 10:24:44 +0400
Message-ID: <424CE92C.4030005@13.net.ru> (raw)
In-Reply-To: <op.sojhonopglg102@post.cnt.ru>

Владимир Гусев пишет:
  > Вы думаете, я не читал?:) И не только сам конфиг, но и тучу материалов
> из сети...
> Пишут все абсолютно по-разному, различные советы, различные строчки для 
> -t nat PREROUTING (перенаправление запросов 80-ого порта клиентов на 
> порт сквида), на любой вкус, и пока все попробуешь - голова кругом...

Если вы хотите делать transparent proxy, то не достаточно поменять 
только те настройки, которые вы перечислили.
Еще как минимум надо поменять:
httpd_accel_host virtual
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
(Во всяком случаи так пишут во всех доках по transparent proxy)

ну а iptables надо говорить что бы все запросы с 80 порта перенаправлял 
на 3128(порт на котором слушает сквид)
iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT 
--to-port 3128
в данном случаи eth0 это внутренний интерфейс


  reply	other threads:[~2005-04-01  6:24 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-31 19:27 Владимир Гусев
2005-04-01  5:19 ` Mike Lykov
2005-04-01  6:01   ` Владимир Гусев
2005-04-01  6:24     ` Маркелов Александр [this message]
2005-04-01 11:39       ` Владимир Гусев
2005-04-01 13:30         ` Alexey Borovskoy
2005-04-02 10:10           ` Владимир Гусев
2005-04-02 12:33             ` Alexey Borovskoy
2005-04-02 15:10               ` Владимир Гусев
2005-04-03 13:08                 ` Владимир Гусев
2005-04-04  2:17                 ` Re[2]: " Беляев В. Н.
2005-04-04  5:16                   ` Владимир Гусев
2005-04-01 10:45     ` Mike Lykov
2005-04-01 11:55   ` Владимир Гусев
2005-04-01 11:07 ` Andrey Rybak

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=424CE92C.4030005@13.net.ru \
    --to=ml@13.net.ru \
    --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