aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Low ID (again but with SUSE)  (Read 2038 times)

sabagamma

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 3
Low ID (again but with SUSE)
« on: January 03, 2007, 08:29:57 PM »

Hi

Sorry to come back to this topic, but I have searched the forums and done what was suggested in this wiki article (http://www.amule.org/wiki/index.php/Firewall_SuSE) to no avail.

I am running amule-2.1.3-1.gbv.suse100 on SUSE 10 without a router (standalone). I have performed the changes to the firewall (as per wiki) and restarted the firewall but I still get a low id.

When I turn off the firewall and connect I get a high id - so it is definitely a firewall problem. Now I cannot figure out why my changes to the firewall are not being seen by SUSE after I stopped and started the firewall. I have also connected to DonkeyServers 1- 5 specifically incase the other servers were lying to me about my lowid.

I am still a relative newbie and would appreciate any assistance.

Thanks
« Last Edit: January 03, 2007, 08:31:45 PM by sabagamma »
Logged

Gerd78

  • Hero Member
  • *****
  • Karma: 9
  • Offline Offline
  • Posts: 681
Re: Low ID (again but with SUSE)
« Reply #1 on: January 03, 2007, 09:05:08 PM »

Please post the output of the command
Code: [Select]
grep -v '^#' < /etc/sysconfig/SuSEfirewall2The wiki article is not entirely correct. If you're running standalone monolithic aMule, you need:

FW_SERVICES_EXT_TCP="4662"
FW_SERVICES_EXT_UDP="4665 4672"

Also, you must restart the filewall and the network for any changes to be effective:
Code: [Select]
/etc/init.d/network force-reload
/etc/init.d/SuSEfirewall2_setup force-reload
Logged

phoenix

  • Evil respawning bird from aMule Dev Team
  • Developer
  • Hero Member
  • *****
  • Karma: 44
  • Offline Offline
  • Posts: 2503
  • The last shadow you'll ever see
Re: Low ID (again but with SUSE)
« Reply #2 on: January 04, 2007, 02:50:05 AM »

Wiki has been updated. Thanks!
Logged

sabagamma

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 3
Re: Low ID (again but with SUSE)
« Reply #3 on: January 04, 2007, 06:55:30 AM »

Hi

I performed the network and firewall restarts as suggested but that does not seem to have made any difference.

Here is the output of the command you asked for, I added all the Amule ports I know of just in case. My wireless adsl connection (ppp0) is not listed in FW_DEV_EXT, could that be part of the the problem?

TIA

FW_DEV_EXT="dummy0 eth-fffffffffff eth-ib0 eth-id-00:01:2e:0c:f5:bd eth0 modem0 usb-bus-usb usb-ib0"

FW_DEV_INT=""

FW_DEV_DMZ=""

FW_ROUTE="no"

FW_MASQUERADE="no"

FW_MASQ_DEV="$FW_DEV_EXT"

FW_MASQ_NETS="0/0"

FW_PROTECT_FROM_INT="no"

FW_SERVICES_EXT_TCP="4661 4662 4665 4672"

FW_SERVICES_EXT_UDP="4661 4662 4665 4672"

FW_SERVICES_EXT_IP=""

FW_SERVICES_EXT_RPC=""

FW_SERVICES_DMZ_TCP=""

FW_SERVICES_DMZ_UDP=""

FW_SERVICES_DMZ_IP=""

FW_SERVICES_DMZ_RPC=""

FW_SERVICES_INT_TCP=""

FW_SERVICES_INT_UDP=""

FW_SERVICES_INT_IP=""

FW_SERVICES_INT_RPC=""

FW_SERVICES_DROP_EXT=""

FW_SERVICES_REJECT_EXT="0/0,tcp,113"

FW_SERVICES_ACCEPT_EXT=""

FW_TRUSTED_NETS=""

FW_ALLOW_INCOMING_HIGHPORTS_TCP=""

FW_ALLOW_INCOMING_HIGHPORTS_UDP=""

FW_FORWARD=""

FW_FORWARD_MASQ=""

FW_REDIRECT=""

FW_LOG_DROP_CRIT="yes"

FW_LOG_DROP_ALL="no"

FW_LOG_ACCEPT_CRIT="yes"

FW_LOG_ACCEPT_ALL="no"

FW_LOG_LIMIT=""

FW_LOG=""

FW_KERNEL_SECURITY="yes"

FW_STOP_KEEP_ROUTING_STATE="no"

FW_ALLOW_PING_FW="yes"

FW_ALLOW_PING_DMZ="no"

FW_ALLOW_PING_EXT="no"
Logged

Gerd78

  • Hero Member
  • *****
  • Karma: 9
  • Offline Offline
  • Posts: 681
Re: Low ID (again but with SUSE)
« Reply #4 on: January 05, 2007, 02:03:38 AM »

Please add the name of the actually used interface to FW_DEV_EXT. Refer to /etc/sysconfig/network for the names of the configured interfaces.
Logged

sabagamma

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 3
Re: Low ID (again but with SUSE)
« Reply #5 on: January 05, 2007, 07:08:30 PM »

Quote
Originally posted by Gerd78
Please add the name of the actually used interface to FW_DEV_EXT. Refer to /etc/sysconfig/network for the names of the configured interfaces.

That fixed the problem. Thanks for your help.
Logged