ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm]  squid + "допускать сети"
@ 2009-09-17 10:12 Occisor
  2009-09-17 10:16 ` Andrew Clark
  2009-09-19 11:24 ` Michael Shigorin
  0 siblings, 2 replies; 6+ messages in thread
From: Occisor @ 2009-09-17 10:12 UTC (permalink / raw)
  To: ALT Linux Community general discussions

[-- Attachment #1: Type: text/plain, Size: 505 bytes --]

Поставил Office Server 4 и не пойму момент при настройке squid. В 
web-интерфейсе имеется пункт "допускать сети", если в него вписываю 
192.168.2.0/24, то соединение к нему из этой сети работает, без этой 
записи не работает. В каком файле этот параметр делает правку? в 
/etc/squid/squid.conf не нашел такого.

[-- Attachment #2: brutalfreak.vcf --]
[-- Type: text/x-vcard, Size: 278 bytes --]

begin:vcard
fn;quoted-printable:=D0=98=D0=BB=D1=8C=D1=8F
n;quoted-printable:;=D0=98=D0=BB=D1=8C=D1=8F
adr:;;;;28;;RF
email;internet:brutalfreak@gmail.com
note;quoted-printable:Jabber: occisor@jabr.ru=0D=0A=
	ICQ: 292441788
x-mozilla-html:FALSE
version:2.1
end:vcard


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] squid + "допускать сети"
  2009-09-17 10:12 [Comm] squid + "допускать сети" Occisor
@ 2009-09-17 10:16 ` Andrew Clark
  2009-09-17 10:40   ` Occisor
  2009-09-19 11:24 ` Michael Shigorin
  1 sibling, 1 reply; 6+ messages in thread
From: Andrew Clark @ 2009-09-17 10:16 UTC (permalink / raw)
  To: ALT Linux Community general discussions

On 17.09.2009 14:12, Occisor wrote:
> Поставил Office Server 4 и не пойму момент при настройке squid. В
> web-интерфейсе имеется пункт "допускать сети", если в него вписываю
> 192.168.2.0/24, то соединение к нему из этой сети работает, без этой
> записи не работает. В каком файле этот параметр делает правку? в
> /etc/squid/squid.conf не нашел такого.
acl localnet src 172.17.0.0/16
http_access allow localnet



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] squid + "допускать сети"
  2009-09-17 10:16 ` Andrew Clark
@ 2009-09-17 10:40   ` Occisor
  2009-09-17 10:44     ` Andrew Clark
  2009-09-17 10:49     ` Occisor
  0 siblings, 2 replies; 6+ messages in thread
From: Occisor @ 2009-09-17 10:40 UTC (permalink / raw)
  To: ALT Linux Community general discussions

[-- Attachment #1: Type: text/plain, Size: 611 bytes --]

Andrew Clark пишет:
> On 17.09.2009 14:12, Occisor wrote:
>> Поставил Office Server 4 и не пойму момент при настройке squid. В
>> web-интерфейсе имеется пункт "допускать сети", если в него вписываю
>> 192.168.2.0/24, то соединение к нему из этой сети работает, без этой
>> записи не работает. В каком файле этот параметр делает правку? в
>> /etc/squid/squid.conf не нашел такого.
> acl localnet src 172.17.0.0/16
> http_access allow localnet

Делал, на сколько понимаю аналогично, имеются строки:
acl my src 192.168.2.0/24
http_access allow my

но без вышеозначенной правки пункта "допускать сети", не помогают

[-- Attachment #2: brutalfreak.vcf --]
[-- Type: text/x-vcard, Size: 267 bytes --]

begin:vcard
fn;quoted-printable:=D0=98=D0=BB=D1=8C=D1=8F
n;quoted-printable:;=D0=98=D0=BB=D1=8C=D1=8F
adr:;;;;28;;RF
email;internet:brutalfreak@gmail.com
note;quoted-printable:Jabber: occisor@jabr.ru=0D=0A=
	ICQ: 292441788
x-mozilla-html:FALSE
version:2.1
end:vcard


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] squid + "допускать сети"
  2009-09-17 10:40   ` Occisor
@ 2009-09-17 10:44     ` Andrew Clark
  2009-09-17 10:49     ` Occisor
  1 sibling, 0 replies; 6+ messages in thread
From: Andrew Clark @ 2009-09-17 10:44 UTC (permalink / raw)
  To: ALT Linux Community general discussions

On 17.09.2009 14:40, Occisor wrote:
> Делал, на сколько понимаю аналогично, имеются строки:
> acl my src 192.168.2.0/24
> http_access allow my
>
> но без вышеозначенной правки пункта "допускать сети", не помогают
целиком конфигурационный файл можно увидеть?


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] squid + "допускать сети"
  2009-09-17 10:40   ` Occisor
  2009-09-17 10:44     ` Andrew Clark
@ 2009-09-17 10:49     ` Occisor
  1 sibling, 0 replies; 6+ messages in thread
From: Occisor @ 2009-09-17 10:49 UTC (permalink / raw)
  To: ALT Linux Community general discussions

[-- Attachment #1: Type: text/plain, Size: 957 bytes --]

Occisor пишет:
> Andrew Clark пишет:
>> On 17.09.2009 14:12, Occisor wrote:
>>> Поставил Office Server 4 и не пойму момент при настройке squid. В
>>> web-интерфейсе имеется пункт "допускать сети", если в него вписываю
>>> 192.168.2.0/24, то соединение к нему из этой сети работает, без этой
>>> записи не работает. В каком файле этот параметр делает правку? в
>>> /etc/squid/squid.conf не нашел такого.
>> acl localnet src 172.17.0.0/16
>> http_access allow localnet
> 
> Делал, на сколько понимаю аналогично, имеются строки:
> acl my src 192.168.2.0/24
> http_access allow my
> 
> но без вышеозначенной правки пункта "допускать сети", не помогают
Все обнаружил, в конфиге имеется строчка
acl our_networks src "/etc/squid/our_networks"
там это дело и сохраняется.
Но все равно не понятно почему, если "/etc/squid/our_networks" был пуст 
и в конфиге было указано, тоже самое, то не работало. Из-за порядка 
следования, ибо стояло после http_access deny all?

[-- Attachment #2: brutalfreak.vcf --]
[-- Type: text/x-vcard, Size: 267 bytes --]

begin:vcard
fn;quoted-printable:=D0=98=D0=BB=D1=8C=D1=8F
n;quoted-printable:;=D0=98=D0=BB=D1=8C=D1=8F
adr:;;;;28;;RF
email;internet:brutalfreak@gmail.com
note;quoted-printable:Jabber: occisor@jabr.ru=0D=0A=
	ICQ: 292441788
x-mozilla-html:FALSE
version:2.1
end:vcard


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] squid + "допускать сети"
  2009-09-17 10:12 [Comm] squid + "допускать сети" Occisor
  2009-09-17 10:16 ` Andrew Clark
@ 2009-09-19 11:24 ` Michael Shigorin
  1 sibling, 0 replies; 6+ messages in thread
From: Michael Shigorin @ 2009-09-19 11:24 UTC (permalink / raw)
  To: ALT Linux Community general discussions

On Thu, Sep 17, 2009 at 08:12:05PM +1000, Occisor wrote:
> Поставил Office Server 4 и не пойму момент при настройке squid.

BTW по сквиду тоже лучше в sysadmins@:
https://lists.altlinux.org/mailman/listinfo/sysadmins

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-09-19 11:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-17 10:12 [Comm] squid + "допускать сети" Occisor
2009-09-17 10:16 ` Andrew Clark
2009-09-17 10:40   ` Occisor
2009-09-17 10:44     ` Andrew Clark
2009-09-17 10:49     ` Occisor
2009-09-19 11:24 ` Michael Shigorin

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