Re: q: dev shaper

Alan Cox (alan@lxorguk.ukuu.org.uk)
Thu, 6 May 1999 23:32:05 +0100 (BST)


> i did this:
>
> ifconfig eth0 down
> insmod shaper
> shapecfg attach shaper0 eth0
> shapecfg speed shaper0 131072
> ifconfig shaper0 myhost broadcast bla.bla.bla netmask the.mask
>
> when i ping the outside world everything freeze...
> kernel 2.2.7

You want

ifconfig eth0 myhost broadcast blah.blah.blah netmask the.mask up
insmod shaper
shapecfg attach shaper0 eth0
shapecfg speed shaper0 131072
ifconfig shaper0 myhost broadcast blah.blah.blah netmask the.mask up


Alan

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/