ipmasqadm

in linux
/usr/sbin/ipmasqadm autofw -A -v -r tcp 7130 7130 -h $HLSW_IP
/usr/sbin/ipmasqadm autofw -A -v -r udp 7130 7130 -h $HLSW_IP

as this will be mikrotik?
thanks.

what do you need to do?

http://wiki.hlsw.net/index.php/LogAddress:_Time_out

/ip firewall nat
add chain=dstnat dst-address=your_external_ip protocol=tcp dst-port=7130 action=dst-nat to-addresses=your_internal_address to-ports=7130
add chain=dstnat dst-address=your_external_ip protocol=udp dst-port=7130 action=dst-nat to-addresses=your_internal_address to-ports=7130

thanks for the help, but it does not work

“it doesn’t work” means nothing. it’s not housewifes’ forum, so please be more precise

does the rules at least count packets?