Community discussions

MikroTik App
 
atila
just joined
Topic Author
Posts: 20
Joined: Fri Jul 01, 2005 11:25 am

E-mule low ID problem !

Sat Jul 02, 2005 12:43 am

What I have to do in MT to have hi ID in E-mule. I use NAT for local NIC, and I know that I must adjust port forwarding but how :)
 
uldis
MikroTik Support
MikroTik Support
Posts: 3446
Joined: Mon May 31, 2004 2:55 pm

Mon Jul 04, 2005 10:56 am

I don't know about the Emule but in Edonkey you should make such rules:
 0   chain=dstnat in-interface=public protocol=tcp dst-port=4662 action=dst-nat to-addresses=10.0.0.2 to-ports=4662

 1   chain=dstnat in-interface=public protocol=udp dst-port=5081 action=dst-nat to-addresses=10.0.0.2 to-ports=5081
These ports you can modify in the Edonkey configuration.
 
atila
just joined
Topic Author
Posts: 20
Joined: Fri Jul 01, 2005 11:25 am

Tue Jul 05, 2005 9:57 am

In your case what is 10.0.0.2 ??
 
uldis
MikroTik Support
MikroTik Support
Posts: 3446
Joined: Mon May 31, 2004 2:55 pm

Tue Jul 05, 2005 10:21 am

10.0.0.2 is a Windows PC running Edonkey client.

Also, the new Edonkey version supports UPNP so it should make these NAT rules dynamic (not tested).
 
billr
Member Candidate
Member Candidate
Posts: 106
Joined: Tue May 03, 2005 8:28 pm

Wed Jul 06, 2005 10:49 am

Emule, edonkey, all the same really..
 
gianluca
Member Candidate
Member Candidate
Posts: 258
Joined: Sun Aug 08, 2004 11:00 pm
Location: Italy - Spain - USA

Mon Jul 11, 2005 11:06 pm

the solution pass through using dst-nat with 1 tcp and 1 udp port to each client (with fix ip address of course). Then they have to enter these port numbers in their emule/edonkey programs.

OR ... use public IPs