#/01000
#############################################################################
#    ( )       
#############################################################################

$IPTABLES -t nat -A PREROUTING -i $INTERFACE -p tcp --src $PARAM1 --sport $PARAM2 --dst $PARAM3 --dport $PARAM4 -j DNAT --to-destination $PARAM5
$IPTABLES -t nat -A PREROUTING -i $INTERFACE -p udp --src $PARAM1 --sport $PARAM2 --dst $PARAM3 --dport $PARAM4 -j DNAT --to-destination $PARAM5

