Can hotspot users connect to emule with high id?!!

Hi..
My a question, can hotspot users connect to emule with high id? i try with this rule :
/ip firewall nat
add chain=dstnat protocol=TCP dst-port=4662 dst-address=PUBLICIP action=dst-nat to-addresses=10.0.0.0/24 to-dst-port=4662
add chain=dstnat protocol=UDP dst-port=4672 dst-address=PUBLICIP action=dst-nat to-addresses=10.0.0.0/24 to-dst-port=4672

but not work!! :confused:
Any ideal… :unamused:

Thanks and regards!

Use netmap if youre using NAT

First,.. thanx cibernet for your Reply..
so I am trying to use netmap like:


/ip firewall nat
add chain=dstnat protocol=TCP dst-port=4662 dst-address=PUBLICIP action=netmap to-addresses=10.0.0.0/24 to-dst-port=4662
add chain=dstnat protocol=UDP dst-port=4672 dst-address=PUBLICIP action=netmap to-addresses=10.0.0.0/24 to-dst-port=4672


But not work and there is no one packet in firewall nat rule statistics?!.
Is there any good way or someone have idea to that?
MT 2.9.10

thanks and regards!

You cant bind one public port to the entire LAN… you cand do 1:1 NAT

Example port 999 external to internal 4662… the user must change the port on emule…

Regards