<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://test.amule.szerverem.hu/w/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://test.amule.szerverem.hu/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Aaron+winborn</id>
		<title>AMule Project FAQ - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://test.amule.szerverem.hu/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Aaron+winborn"/>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Special:Contributions/Aaron_winborn"/>
		<updated>2026-04-05T03:15:58Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.23.3</generator>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Firewall_SuSE</id>
		<title>Firewall SuSE</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Firewall_SuSE"/>
				<updated>2006-01-24T15:40:57Z</updated>
		
		<summary type="html">&lt;p&gt;Aaron winborn: =For both: Restarting the firewall= sp&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h2&amp;gt;By [[User:Tuxlover|Tuxlover]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Preamble ==&lt;br /&gt;
&lt;br /&gt;
This document has been tested on [http://www.suse.com SuSE Linux 8.2]&lt;br /&gt;
&lt;br /&gt;
For non-[http://www.suse.com SuSE] distributions help, take a look at [[Firewall|this HowTo]].&lt;br /&gt;
&lt;br /&gt;
== Using [http://www.suse.com SuSE Linux] as a [[client]] machine ==&lt;br /&gt;
&lt;br /&gt;
If you run [http://www.suse.com SuSE Linux] on your client machine which runs a firewall itself, you need to do the following to allow the correct ports to come through:&lt;br /&gt;
&lt;br /&gt;
You basically need to allow [http://www.faqs.org/faqs/internet/tcp-ip/resource-list TCP] and [http://www.faqs.org/rfcs/rfc768.html UDP] ports 4662 and 4672 to be open.&lt;br /&gt;
&lt;br /&gt;
Open ''/etc/sysconfig/SuSEfirewall2'', and locate ''FW_SERVICES_EXT_TCP'' and ''FW_SERVICES_EXT_UDP''. Now add to both of these the above ports:&lt;br /&gt;
&lt;br /&gt;
''FW_SERVICES_EXT_TCP=&amp;quot;4662 4672&amp;quot;''&amp;lt;br&amp;gt;&lt;br /&gt;
''FW_SERVICES_EXT_UDP=&amp;quot;4662 4672&amp;quot;''&lt;br /&gt;
&lt;br /&gt;
Note that you should keep ports that are already in there.&lt;br /&gt;
&lt;br /&gt;
After making these changes save the file.&lt;br /&gt;
&lt;br /&gt;
== Using [http://www.suse.com SuSE Linux] as a router/firewall ==&lt;br /&gt;
&lt;br /&gt;
If you use [http://www.suse.com SuSE Linux] on your router/firewall to connect to the internet you can do the following to forward the ports used by [[aMule]]/[[eMule]]/etc to your [[client]]:&lt;br /&gt;
&lt;br /&gt;
Set your firewall to forward all connections coming to it thorugh ports 4662 and 4672 in [http://www.faqs.org/faqs/internet/tcp-ip/resource-list TCP] and [http://www.faqs.org/rfcs/rfc768.html UDP] to your internal client machine.&lt;br /&gt;
&lt;br /&gt;
Open ''/etc/sysconfig/SuSEfirewall2'' and locate ''FW_FORWARD_MASQ'' (it's in ''14.''). Now, assuming your client's [http://www.faqs.org/rfcs/rfc791.html IP] is 192.168.0.3, set this to this value:&lt;br /&gt;
&lt;br /&gt;
''FW_FORWARD_MASQ=&amp;quot;0/0,192.168.0.3,tcp,4662 0/0,192.168.0.3,udp,4662 0/0,192.168.0.3,tcp,4672 0/0,192.168.0.3,udp,4672&amp;quot;''&lt;br /&gt;
&lt;br /&gt;
Note that a rule like ''&amp;quot;0/0,192.168.0.3,tcp,4662&amp;quot;'' simply means that incoming  [http://www.faqs.org/faqs/internet/tcp-ip/resource-list TCP] connections through port 4662 from any address (0/0) will be forwarded to your the machine 192.168.0.3 on the same port.)&lt;br /&gt;
&lt;br /&gt;
For this to work, you have to have ''FW_ROUTE'' (in ''5.'') set to ''&amp;quot;yes&amp;quot;'' in the same file.&lt;br /&gt;
&lt;br /&gt;
After making these changes, save the file.&lt;br /&gt;
&lt;br /&gt;
== For both: Restarting the firewall ==&lt;br /&gt;
&lt;br /&gt;
Once you finish configurating the firewall, you must restart the firewall daemon for the changes to take effect.&lt;br /&gt;
&lt;br /&gt;
You can restart [http://susefaq.sourceforge.net/articles/firewall/fw_manual.html SuSEfirewall2] through two different ways:&lt;br /&gt;
&lt;br /&gt;
#Restarting the daemon&lt;br /&gt;
#Through [http://www.suse.de/en/private/products/suse_linux/prof/yast.html YaST]&lt;br /&gt;
&lt;br /&gt;
Use the first one whenever possible. If you can't then restart the firewall through [http://www.suse.de/en/private/products/suse_linux/prof/yast.html YaST].&lt;br /&gt;
&lt;br /&gt;
=== The clean way: Restart the daemon ===&lt;br /&gt;
&lt;br /&gt;
'''Thanks to g-maverick for this tip.'''&lt;br /&gt;
&lt;br /&gt;
Just run:&lt;br /&gt;
&lt;br /&gt;
''/sbin/SuSEfirewall2 stop &amp;amp;&amp;amp; /sbin/SuSEfirewall2 start''&lt;br /&gt;
&lt;br /&gt;
Be aware that if you are connected to the router remotely, if something failed during this process, this could terminate your connection and so, leave the router in an accessible way.&lt;br /&gt;
&lt;br /&gt;
=== The dirty way: [http://www.suse.de/en/private/products/suse_linux/prof/yast.html YaST] gives us a hand ===&lt;br /&gt;
&lt;br /&gt;
Start [http://www.suse.de/en/private/products/suse_linux/prof/yast.html YaST]. Go to &amp;quot;Security and users&amp;quot; (or similar), and once there choose &amp;quot;Firewall&amp;quot;. Now simply go through all dialogs and end up with them. At the end it will restart your firewall with these new rules.&lt;/div&gt;</summary>
		<author><name>Aaron winborn</name></author>	</entry>

	</feed>