Re: [LARTC] HTB question (problem with tc filter + NAT)

2003-06-03 Thread Stef Coene
On Monday 02 June 2003 12:35, TeraHz wrote: > I wan to share internet to these 12 PCs. But my traffic control is not > working. I'm using IP Masquerading to route internet to the LAN > > eth0 - LAN interface > eth1 - Internet interface > > I thing that this is wright but no! > I've changed FORWAR

Re: [LARTC] HTB question (problem with tc filter + NAT)

2003-06-02 Thread Daniel Ortiz
On Mon, Jun 02, 2003 at 01:35:31PM +0300, TeraHz wrote: > I wan to share internet to these 12 PCs. But my traffic control is not > working. I'm using IP Masquerading to route internet to the LAN > > eth0 - LAN interface > eth1 - Internet interface > > this is my firs htb script: > #!/bin/bash >

[LARTC] HTB question (problem with tc filter + NAT)

2003-06-02 Thread TeraHz
I wan to share internet to these 12 PCs. But my traffic control is not working. I'm using IP Masquerading to route internet to the LAN eth0 - LAN interface eth1 - Internet interface this is my firs htb script: #!/bin/bash tc qdisc del dev eth1 root handle 1: tc qdisc add dev eth1 root handle 1: