i have a problem with emule coz i want to forward traffic as it is said by emule company ,but the problem is i dont know how to forward 4661 and 4672 tcp and udp ports respectively.i read some info on the net for example http://www.portforward.com but nothing obvious on how to do it in mikrotik router os.And emule keeps telling me that i am behind a firewall and i have to forward my ports correctly.
note:i want to solve this problem for me only not to all my users.
I have the same problem.
HOW TO PORTFORWARD???
I use port forwarding to allow me realvnc access to PCs behind the Mikrotik NAT.
The way I do it is with a firewall NAT rule:
Chain: dstnat
Dst. Address: [whatever your external IP address is]
Protocol: 6 (tcp)
Dst. Port: [whatever port number you want to forward]
Action: dst-nat
To Address: [whatever the internal address of your computer is]
To Ports: [whatever port number you want to forward]
Hope this helps.
yes, DST NAT does port forwarding. see documentation.
Hm! It seems that my MT is using just a first chain.
If I set 2 chains for tcp, first with To Address=192.168.127.5, and second with To Address=192.168.127.11.
Selected ports for 192.168.127.11 are closed and 127.5 works fine?!?!?!
WHY?
is it possible to use range of addresses like 192.168.127.0/24
See the Upnp settings!