search for: forw_p2p_in_dst_

Displaying 1 result from an estimated 1 matches for "forw_p2p_in_dst_".

2004 Jun 11
1
R2q stuff
...T_$i $iptables -t mangle -A FORWARD -i $interfaz_externa -o $interfaz_interna -p tcp -m mport --ports $i -j FORW_FAST_IN_DST_$i $iptables -t mangle -A FORW_FAST_IN_DST_$i -j MARK --set-mark $fast_mark done for i in $p2p_port do $iptables -t mangle -N FORW_P2P_IN_DST_$i $iptables -t mangle -A FORWARD -o $interfaz_interna -i $interfaz_externa -p tcp -m mport --ports $i -j FORW_P2P_IN_DST_$i $iptables -t mangle -A FORW_P2P_IN_DST_$i -j MARK --set-mark $slow_mark done $iptables -t mangle -N FORW_P2P_IN_DST_MULTIPORT $iptable...