aMule Forum
English => Multiplatform => Mac OSX => Topic started by: ryosaeb4 on October 07, 2006, 03:11:50 PM
-
Hi All
I'm new here, and I use aMule on my mac....
i've problem becouse I'be a Linux server between my modem adsl and my mac.
I can't open the port 4662 to my Macintosh IP...
i give a LOW-ID on aMule becouse I haven't the TCP port Open...
Why I can open this port and redirect it to my computer?
see you
-
You should be able to do that, but it is a matter of configuring your Linux server. Therefore, asking in the Mac forum is not getting your question to the proper experts. Try posting in the "aMule Help" forum, or on another site devoted to Linux configuration.
Sorry I can't be of more help.
-
What you need is a kernel with iptables-support and some configuration work...which is unfortunately a bit more complicated. (Maybe there are some easier ways to do that, but it's already some time since I used it and I cannot explain it neither without looking it up, sorry.)
Maybe you've a distribution which have a graphical interface for this, I remember Suse 9.2 including this.
Anyway, what you have to search for is NAT or masquerading. I found an explanation of the needed commands in the iptables-howto: http://www.iptables.org/documentation/HOWTO//NAT-HOWTO-5.html#ss5.1 (and following)
-
Hi ,
an example script for simple redirect of the three ports use aMule you find here (http://forum.amule.org/thread.php?postid=60679#post60679) ;)
I remind you to activate the portforwarding edit the /etc/sysctl.conf:
Add/Uncomment the following lines:
net.ipv4.ip_forward = 1
net.ipv4.conf.default.rp_filter = 1
Best regards,
Truzzone :)