Displaying 1 result from an estimated 1 matches for "forw_p2p_in_dst_multiport".
2004 Jun 11
1
R2q stuff
...$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
$iptables -t mangle -A FORWARD -p tcp -m mport --ports
$p2p_multiport -j FORW_P2P_IN_DST_MULTIPORT
$iptables -t mangle -A FORW_P2P_IN_DST_MULTIPORT -j MARK
--set-mark $slow_mark
# p2p probar unas coas
$iptables -t mangle -A PREROUTING -m p2p -j CONNMARK --set-mark
$...