ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] Как правильно ограничить скорость?
@ 2005-06-26  8:10 Arsen_Kirillov
  0 siblings, 0 replies; only message in thread
From: Arsen_Kirillov @ 2005-06-26  8:10 UTC (permalink / raw)
  To: community

Как правильно ограничить скорость (при нескольких интерфейсах) в Альте?

Имею такую сеть:

Домашняя сетка 1.1/24 --- Гейт --- внутренняя сеть  2.1/24

Хочу ограничить скорость скачивания для компьютеров в сети 1.1/24 с гейта.
Делаю вот это:

#!/bin/bash
TC=/sbin/tc

$TC qdisc  del dev eth1 ingress
$TC qdisc  add dev eth1 handle ffff: ingress
$TC filter add dev eth1 parent ffff: protocol ip prio 10 u32
match ip src 192.168.1.1/24 police rate 20kbit burst 20kbit drop flowid :1
echo " скорость по eth1 ограничена."

После  этого  скорость  скачивания  из  подсети  подклчюенной  к  eth1
действительно  падает.  Но,  маленькое  НО! Я не могу с компьютера 2.2
(который  включен  через другой интерфейс - eth0 в тот же гейт) ничего
скачать, скорость падает практически до нуля!

Помогите, не умею побороть и не понимаю ситуацию.





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

only message in thread, other threads:[~2005-06-26  8:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-26  8:10 [Comm] Как правильно ограничить скорость? Arsen_Kirillov

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