All of lore.kernel.org
 help / color / mirror / Atom feed
From: Javier Ramirez <jvr_78@yahoo.com.ar>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] Slightly offtopic: IRC channel archives
Date: Wed, 21 Jan 2004 13:28:12 +0000	[thread overview]
Message-ID: <1074691691.2072.9.camel@Morocha.bit2NET.com> (raw)
In-Reply-To: <400E3611.4080000@otaku42.de>

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

Hi, I have a litle problem with this code

I have two virtual ips (50 y 51) and this ips are the gateway 

ip address add 192.168.0.50 dev eth1
ip address add 192.168.0.51 dev eth1
tc qdisc add dev eth1 root handle 1: cbq bandwidth 512kbit cell 8 avpkt
1000 \
mpu 64
tc class add dev eth1 parent 1:0 classid 1:1 cbq bandwidth 512kbit rate
\
100kBit avpkt 1000 prio 5 bounded isolated allot 1514 weight 1 maxburst
21
tc class add dev eth1 parent 1:0 classid 1:2 cbq bandwidth 512kbit rate
\
100kbit avpkt 1000 prio 5 bounded isolated allot 1514 weight 1 maxburst
21
tc filter add dev eth1 parent 1:0 protocol ip prio 5 handle 1: u32
divisor 1
tc filter add dev eth1 parent 1:0 prio 5 u32 match ip src 192.168.0.50
flowid 1:1
tc filter add dev eth1 parent 1:0 prio 5 u32 match ip src 192.168.0.51
flowid 1:2

and this scrip say:


RTNETLINK answers: Invalid argument
RTNETLINK answers: Invalid argument
RTNETLINK answers: Invalid argument

Anybody can help me?
Regards
Javier

[-- Attachment #2: Type: text/html, Size: 1311 bytes --]

      reply	other threads:[~2004-01-21 13:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-21  8:19 [LARTC] Slightly offtopic: IRC channel archives Michael Renzmann
2004-01-21 13:28 ` Javier Ramirez [this message]

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=1074691691.2072.9.camel@Morocha.bit2NET.com \
    --to=jvr_78@yahoo.com.ar \
    --cc=lartc@vger.kernel.org \
    /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
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.