aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: setting iptable or firestarter for amule  (Read 2534 times)

n0n0m4n

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
setting iptable or firestarter for amule
« on: October 18, 2005, 04:41:36 AM »

I get low ID using amule, can anyone help me either configure firestarter or give me a command script (preferably) to open the ports necessary to run amule with a high ID?

Thanks in advance,
n0n0
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: setting iptable or firestarter for amule
« Reply #1 on: October 18, 2005, 09:20:18 AM »

search the forum please you are not the 1st one ;)
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

breiko

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 6
    • http://www.milaureo.com
Re: setting iptable or firestarter for amule
« Reply #2 on: October 18, 2005, 10:51:47 AM »

iptables -A INPUT -p tcp -m tcp --dport 4662 -j ACCEPT
iptables -A INPUT -p udp -m udp --dport 4672 -j ACCEPT
iptables -A INPUT -p udp -m udp --dport 4665 -j ACCEPT
iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT

;)
Logged
Bye bye

n0n0m4n

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
Thank you Breiko
« Reply #3 on: October 18, 2005, 11:01:43 AM »

I couldn't find this w/ a search.
Logged