ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [mdk-re] [JT] SQUID
@ 2001-10-09 11:45 Volkov Serge
  2001-10-09 12:08 ` Antonio
  2001-10-09 12:41 ` [mdk-re] " Peter V. Saveliev
  0 siblings, 2 replies; 4+ messages in thread
From: Volkov Serge @ 2001-10-09 11:45 UTC (permalink / raw)
  To: AltLinux-list

Добрый день.

Скажите может кто сталкивался с такой задачей

Надо сделать прокси на squid  с авторизацией по логину и паролю, затем необходимо задавать ограничение выкачиваемых пользователем данных и при превышении лимита запрещать доступ пользователя в интернет.

Подскажите у кого какие мысли есть как это лучше организовать.

-- 
With best wishes, Volkov Serge		
Network Administrator/Security Administrator 		



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

* Re: [mdk-re] [JT] SQUID
  2001-10-09 11:45 [mdk-re] [JT] SQUID Volkov Serge
@ 2001-10-09 12:08 ` Antonio
  2001-10-09 12:41 ` [mdk-re] " Peter V. Saveliev
  1 sibling, 0 replies; 4+ messages in thread
From: Antonio @ 2001-10-09 12:08 UTC (permalink / raw)
  To: AltLinux-list

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Tue, 9 Oct 2001, Volkov Serge wrote:

> Надо сделать прокси на squid с авторизацией по логину и
> паролю, затем необходимо задавать ограничение выкачиваемых
> пользователем данных и при превышении лимита запрещать
> доступ пользователя в интернет.

Думаю, что будет полезно http://squid.opennet.ru.

- -- 
Best regards,
	Tony.			mailto:obidos@mail.ru
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE7wrIx2gaLrWRbr5URAvWEAJ0UX90KZBUwdfVXZYsPmafkyNoAeACgm7mh
Fu0HxoObmjo97vUpIfdXSsA=
=3kS6
-----END PGP SIGNATURE-----





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

* [mdk-re] Re: [JT] SQUID
  2001-10-09 11:45 [mdk-re] [JT] SQUID Volkov Serge
  2001-10-09 12:08 ` Antonio
@ 2001-10-09 12:41 ` Peter V. Saveliev
  2001-10-09 13:02   ` Volkov Serge
  1 sibling, 1 reply; 4+ messages in thread
From: Peter V. Saveliev @ 2001-10-09 12:41 UTC (permalink / raw)
  To: mandrake-russian

Hello, "Volkov Serge" <vserge@menatepspb.msk.ru>!
On Tue, 9 Oct 2001 11:43:56 +0400 you wrote:

<skip>
> Надо сделать прокси на squid  с авторизацией по логину и паролю, затем
> необходимо задавать ограничение выкачиваемых пользователем данных и при
> превышении лимита запрещать доступ пользователя в интернет.
<skip>

Смотри на тему:

#       acl aclname proxy_auth username ...
#       acl aclname proxy_auth_regex [-i] pattern ...
#         # list of valid usernames
#         # use REQUIRED to accept any valid username.
#         #
#         # NOTE: when a Proxy-Authentication header is sent but it is not
#         # needed during ACL checking the username is NOT logged
#         # in access.log.
#         #
#         # NOTE: proxy_auth requires a EXTERNAL authentication program
#         # to check username/password combinations (see
#         # authenticate_program).
#         #
#         # WARNING: proxy_auth can't be used in a transparent proxy. It
#         # collides with any authentication done by origin servers. It may
#         # seem like it works at first, but it doesn't.

Про ограничение закачки:

# DELAY POOL PARAMETERS (all require DELAY_POOLS compilation option)
# -----------------------------------------------------------------------------
 
#  TAG: delay_pools
#       This represents the number of delay pools to be used.  For example,
#       if you have one class 2 delay pool and one class 3 delays pool, you
#       have a total of 2 delay pools.
#
#       To enable this option, you must use --enable-delay-pools with the
#       configure script.
#
#Default:
# delay_pools 0

И далее по тексту - все расписано, лучше не придумаешь.
Удачи.
Петр.



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

* Re: [mdk-re] Re: [JT] SQUID
  2001-10-09 12:41 ` [mdk-re] " Peter V. Saveliev
@ 2001-10-09 13:02   ` Volkov Serge
  0 siblings, 0 replies; 4+ messages in thread
From: Volkov Serge @ 2001-10-09 13:02 UTC (permalink / raw)
  To: mandrake-russian

СПАСИБО!!!

будем пробовать

Вы Tue, 9 Oct 2001 12:42:38 +0400
"Peter V. Saveliev" <peet@infosite.ru> написали:

> Hello, "Volkov Serge" <vserge@menatepspb.msk.ru>!
> On Tue, 9 Oct 2001 11:43:56 +0400 you wrote:
> 
> <skip>
> > Надо сделать прокси на squid  с авторизацией по логину и паролю, затем
> > необходимо задавать ограничение выкачиваемых пользователем данных и при
> > превышении лимита запрещать доступ пользователя в интернет.
> <skip>
> 
> Смотри на тему:
> 
> #       acl aclname proxy_auth username ...
> #       acl aclname proxy_auth_regex [-i] pattern ...
> #         # list of valid usernames
> #         # use REQUIRED to accept any valid username.
> #         #
> 

#         # NOTE: when a Proxy-Authentication header is sent but it is not
> #         # needed during ACL checking the username is NOT logged
> #         # in access.log.
> #         #
> #         # NOTE: proxy_auth requires a EXTERNAL authentication program
> #         # to check username/password combinations (see
> #         # authenticate_program).
> #         #
> #         # WARNING: proxy_auth can't be used in a transparent proxy. It
> #         # collides with any authentication done by origin servers. It may
> #         # seem like it works at first, but it doesn't.
> 
> Про ограничение закачки:
> 
> # DELAY POOL PARAMETERS (all require DELAY_POOLS compilation option)
> # -----------------------------------------------------------------------------
>  
> #  TAG: delay_pools
> #       This represents the number of delay pools to be used.  For example,
> #       if you have one class 2 delay pool and one class 3 delays pool, you
> #       have a total of 2 delay pools.
> #
> #       To enable this option, you must use --enable-delay-pools with the
> #       configure script.
> #
> #Default:
> # delay_pools 0
> 
> И далее по тексту - все расписано, лучше не придумаешь.
> Удачи.
> Петр.
> 
> _______________________________________________
> Mandrake-russian mailing list
> Mandrake-russian@altlinux.ru
> http://altlinux.ru/mailman/listinfo/mandrake-russian
> 

-- 
With best wishes, Volkov Serge		
Network Administrator/Security Administrator 		



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

end of thread, other threads:[~2001-10-09 13:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-09 11:45 [mdk-re] [JT] SQUID Volkov Serge
2001-10-09 12:08 ` Antonio
2001-10-09 12:41 ` [mdk-re] " Peter V. Saveliev
2001-10-09 13:02   ` Volkov Serge

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