[OpenWireless Tech] OpenWRT: traffic prioritization between WLANs

michi1 at michaelblizek.twilightparadox.com michi1 at michaelblizek.twilightparadox.com
Sat Nov 17 01:55:06 PST 2012


On 06:08 Sat 17 Nov     , michi1 at michaelblizek.twilightparadox.com wrote:
> iptables -t mangle -A POSTROUTING -i guestnetwork -o internet -j CLASSIFY \
>   --set-class 1:0
> iptables -t mangle -A POSTROUTING -i guestnetwork -o internet -j CLASSIFY \
>   --set-class 2:0

replace the second one with:
iptables -t mangle -A POSTROUTING -i privatenetwork -o internet -j CLASSIFY \
   --set-class 2:0

	-Michi
-- 
programing a layer 3+4 network protocol for mesh networks
see http://michaelblizek.twilightparadox.com



More information about the Tech mailing list