[LARTC] Problems with HTB. Help!
Andrew Beverley
andy at andybev.com
Thu Feb 8 18:24:20 CET 2007
On Thu, 2007-02-08 at 19:39 +1100, Anthony Kamau wrote:
> > -----Original Message-----
> > From: Andrew Beverley [mailto:andy at andybev.com]
> > Sent: Thursday, 8 February 2007 7:06
> > To: Anthony Kamau
> > Cc: 'LARTC'
> > Subject: RE: [LARTC] Problems with HTB. Help!
> >
> >
> > I don't think the virtualization would affect it. Can you resend the
> > iptables command you use to mark plus your tc commands? Also, can you
> > detail your setup (for example what is on eth0 and what is on eth1).
> >
> > Andy
> >
>
> Thanks Andy.
>
> eth0 connects to my LAN network - 192.168.200.0/24
> eth1 connects to a 4 port switch then onto my ADSL modem
>
> I mark traffic going to my P2P server as follows:
>
> $IPTABLES -t mangle -A PREROUTING -i eth0 -s 192.168.200.163 \
> -j MARK --set-mark 1
>
> I tried moving the rule to the FORWARD chain instead but that did not help
> either:
>
> $IPTABLES -t mangle -A FORWARD -i eth0 -s 192.168.200.163 \
> -j MARK --set-mark 1
Can you send your updated tc rules as well please?
Andy
More information about the LARTC
mailing list