ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [mdk-re] (no subject)
@ 2001-10-17 10:17 Герасимов Д.С.
  2001-10-18 13:49 ` [mdk-re] Re: ipchains Sergey S. Skulachenko
  0 siblings, 1 reply; 4+ messages in thread
From: Герасимов Д.С. @ 2001-10-17 10:17 UTC (permalink / raw)
  To: mandrake-russian

>> Читаем доку, разумеется Linux Router должен быть роутером по умолчанию
>> для машин желающих попасть в инет
>>
>Э....понял. Ядро надо до 2.4 поднимать...эх ..хрен оно на этот грёбаный
>compaq встанет(

а зачем? я так понял, Вы хотите чтобы все запросы приходящие на Линукс
по http (https) шли через squid без указания сего в браузерах юзеров?
воспользуйтесь ipchains
например сделать можно так

ipchains -A input -i $intint -p tcp -s $intnet -d 0/0 80 -j REDIRECT 3128
ipchains -A input -i $intint -p tcp -s $intnet -d 0/0 8080 -j REDIRECT 3128                                                
ipchains -A input -i $intint -p tcp -s $intnet -d 0/0 8081 -j REDIRECT 3128                                                
ipchains -A input -i $intint -p tcp -s $intnet -d 0/0 8101 -j REDIRECT 3128    

где $intint - внутренний интерфейс (eth1)
а   $intnet - соответственно внутренняя сеть (192.168.0.0/24)




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

end of thread, other threads:[~2001-10-19  6:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-17 10:17 [mdk-re] (no subject) Герасимов Д.С.
2001-10-18 13:49 ` [mdk-re] Re: ipchains Sergey S. Skulachenko
2001-10-18 14:17   ` Dmitry V. Levin
2001-10-19  6:44   ` Vlad Drakula

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