[LARTC] HTB on VLAN interfaces

2002-05-06 Thread Lumir Unzeitig
Hi, does anybody have experience with traffic control on VLAN interfaces? I 'd like to share a link from ISP to 8 VLAN segments (= 8 virt. interfaces-vlan000x are binded to 1 physical -eth0 ). Q1: Shall I define the classes on the physical or the virtual interfaces? Q2: Can a 64kbits bandwidth

Re: [LARTC] HTB on VLAN interfaces

2002-05-06 Thread Martin Devera
Q1: -on phys, iface it will work but will be hard to filter. -i've been told by one user that it works with virtual vlan ifaces but because you want to share between these interfaces you will want to use physical one and use iptables to define classes (or u32 filter and match vlan-id

RE: [LARTC] HTB on VLAN interfaces

2002-05-06 Thread Lumir Unzeitig
Message- From: Martin Devera [mailto:[EMAIL PROTECTED]] Sent: Monday, May 06, 2002 11:23 AM To: Lumir Unzeitig Cc: [EMAIL PROTECTED] Subject: Re: [LARTC] HTB on VLAN interfaces Q1: -on phys, iface it will work but will be hard to filter. -i've been told by one user that it works

RE: [LARTC] HTB on VLAN interfaces

2002-05-06 Thread Martin Devera
Q1: -on phys. iface it will work but will be hard to filter. . 1 VLAN ~ 1 IP segment , in this case I can filter according to dest. IP addres on internal iface (I hope)... the problem will be in that that physical interface's qdisc will see packet with vlanid added (probably).