ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] firewall for cvs
@ 2003-11-13  7:00 aek
  0 siblings, 0 replies; only message in thread
From: aek @ 2003-11-13  7:00 UTC (permalink / raw)
  To: community

Hello community,

  Поставил сервер cvs.
  он вроде работает по 2401 порту, так?
  говорю:
/sbin/ipchains -A input  -p tcp --dport 2401 -j ACCEPT
/sbin/ipchains -A output -p tcp ! -y --sport 2401 -j ACCEPT
/sbin/ipchains -A input  -p udp --dport 2401 -j ACCEPT
/sbin/ipchains -A output -p udp --sport 2401 -j ACCEPT

у клиентов начинаются жуткие тормоза.

убираю фаервол, все летает...

делаю:
/sbin/ipchains -A input  -p tcp --dport 1024:65535 -j ACCEPT
/sbin/ipchains -A output -p tcp --sport 1024:65535 -j ACCEPT
/sbin/ipchains -A input  -p udp --dport 1024:65535 -j ACCEPT
/sbin/ipchains -A output -p udp --sport 1024:65535 -j ACCEPT

опять начинаются тормоза.
убираю фаервол, опять все бело и пушисто...

в чем могет быть дело


-- 
Всех благ!
Анатолий




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-11-13  7:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-13  7:00 [Comm] firewall for cvs aek

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