ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Arsen_Kirillov <softm@rambler.ru>
To: community@altlinux.ru
Subject: [Comm] Как правильно ограничить скорость?
Date: Sun, 26 Jun 2005 11:10:51 +0300
Message-ID: <42BE630B.2090108@rambler.ru> (raw)

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

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

Домашняя сетка 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 в тот же гейт) ничего
скачать, скорость падает практически до нуля!

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





                 reply	other threads:[~2005-06-26  8:10 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=42BE630B.2090108@rambler.ru \
    --to=softm@rambler.ru \
    --cc=community@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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