> I switched from The Wonder Shaper and started using shorewall configs
> and it's working great.  I can't get ipp2p to identify bittorrent
> traffic though, so I have the default set up for really low priority.
> Thanks for your help!  This is fun.
>
> - Grant

Never got Shorewall traffic shaping to do anything.
shorewall show | grep mark | grep -v "mark=0" | wc -l
is 0. It seems to fail when classifying packets. Neither port based
classifying worked nor ipp2p based classifying.

If you have a working configuration, I'd like to see how you did it.

Glady.  This works like a dream.  360kbps bittorrent download with a
simultaneous voip call in perfect clarity, remote ssh feeling local,
and extremely responsive browsing.  I do wish I could get ipp2p
working so I don't have to default to mark 4 though.  I'm using
Verizon 3.0Mbps DSL.  No special shorewall.conf config at all.

tcdevices:
eth0    365kbps 150kbps

tcrules:
eth0    1       full    full    1
eth0    2       full/2  full    2
eth0    3       full/3  full*9/10       3
eth0    4       full/25 full/15 4       default

tcrules:
1       0.0.0.0/0       so.me.i.p/32 udp
2       0.0.0.0/0       0.0.0.0/0       tcp     22
2       0.0.0.0/0       0.0.0.0/0       icmp    echo-request
2       0.0.0.0/0       0.0.0.0/0       icmp    echo-reply
2       0.0.0.0/0       so.me.i.p/32 all
3       0.0.0.0/0       0.0.0.0/0       udp     53
3       0.0.0.0/0       0.0.0.0/0       tcp     80,443
3       0.0.0.0/0       0.0.0.0/0       tcp     873
3       0.0.0.0/0       0.0.0.0/0       udp     873

- Grant
--
[EMAIL PROTECTED] mailing list

Reply via email to