Proxy Connection

Account: and_h***@f*****.ru
Здравствуйте! Есть комп в сети без права на доступ в
инет. Есть прокся (сквид)
Как бы сделать так, чтобы проги работали через проксю,
включая те, которые не имеют настроек прокси.
(например, как запустить cvsup в таких условиях или wget)
-*Название листа "[BSD] Решение вопросов по FreeBSD, OpenBSD и NetBSD";
Написать в лист: mailto:comp.soft.bsd.all-list@subscribe.ru
Адрес правил листа http://subscribe.ru/catalog/comp.soft.bsd.all/rules
Номер письма: 2040; Возраст листа: 511; Участников: 710
Адрес сайта рассылки: http://www.linuxrsp.ru
Адрес этого письма в архиве: http://subscribe.ru/archive/comp.soft.bsd.all/msg/408723
On Thu, 28 Jul 2005 11:07:41 +0400 (MSD)
<and_h***@f*****.ru> wrote:
man wget
--proxy=on/off
Turn proxy support on or off. The proxy is on by default if the
appropriate environmental variable is defined.
--proxy-user=user
--proxy-passwd=password
Specify the username user and password password for authentication
on a proxy server. Wget will encode them using the "basic" authen-
tication scheme.
Security considerations similar to those with --http-passwd pertain
here as well.
man cvsup
CVSup can be used through a SOCKS proxy server with the standard runsocks
command. Your cvsup executable needs to be dynamically-linked with the
system libraries for runsocks to work properly. Also, when using
runsocks you must add the magic parameter @M3novm to the end of the cvsup
command line.