ALT Linux sysadmins discussion
 help / color / mirror / Atom feed
* [Sysadmins] Re: [Comm] приоритет gre
  @ 2005-12-23  8:27 ` Afanasov Dmitry
  0 siblings, 0 replies; only message in thread
From: Afanasov Dmitry @ 2005-12-23  8:27 UTC (permalink / raw)
  To: community, sysadmins

[-- Attachment #1: Type: text/plain, Size: 722 bytes --]

On Thu, Dec 22, 2005 at 08:01:02PM +0500, PEGAS TOUR - DMITRIY wrote:
>    Как выдать max приоритет по протоколу gre?
>    htb стоит, помогает, но хотелось бы как-то его на это настроить.
>    сейчас ограничиваю 25 и 80 порты, и периодически затыки vpn происходят.
tc filter add dev eth1 parent 6: proto ip prio 20 \
    u32 match ip protocol 47 0xff \
    flowid 6:1

на интерфейсе, с которого выходят gre пакеты поставить фильтр на протокол
47 (grep gre /etc/protocols пробовали?)

также работает в iptables: iptables -t mangle -A OUTPUT -p gre -j MARK к
примеру.

tcpdump proto gre тоже великолепно отрабатывает.
                        
P.S. пошли в sysadmins

-- 
 С уважением,
 Афанасов Дмитрий

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

only message in thread, other threads:[~2005-12-23  8:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-23  8:27 ` [Sysadmins] Re: [Comm] приоритет gre Afanasov Dmitry

ALT Linux sysadmins discussion

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sysadmins/0 sysadmins/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 sysadmins sysadmins/ http://lore.altlinux.org/sysadmins \
		sysadmins@lists.altlinux.org sysadmins@lists.altlinux.ru sysadmins@lists.altlinux.com
	public-inbox-index sysadmins

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sysadmins


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git