how to port forward
udp 6000-6009
for 3 clients
1 ip=10.10.10.47
2 ip=10.10.10.123
3 ip=10.10.10.198
You can’t forward the same traffic to three different IPs.
This would require three different IP addresses on the router to work. At that point you just follow the manual:
http://wiki.mikrotik.com/wiki/Manual:IP/Firewall/NAT#Port_mapping
thanks…