diff --git a/Shorewall-docs2/ports.xml b/Shorewall-docs2/ports.xml
index 2ec3aea9d..e0da9baa5 100644
--- a/Shorewall-docs2/ports.xml
+++ b/Shorewall-docs2/ports.xml
@@ -112,6 +112,43 @@ ACCEPT dmz net tcp 53
+
+ Emule
+
+ In contrast to how the rest of this article is organized, for emule
+ I will give you the rules necessary to run emule on a single machine in
+ your loc network (since that's what 99.99% of you want to do). Assume
+ that:
+
+
+
+ The internal machine running emule has IP address
+ 192.168.1.4.
+
+
+
+ You use Masquerading or SNAT for the local network.
+
+
+
+ The zones are named as they are in the two- and three-interface
+ QuickStart guides).
+
+
+
+ Your loc->net policy is ACCEPT
+
+
+
+ /etc/shorewall/rules:
+
+ #ACTION SOURCE DESTINATION PROTO DEST PORT(S)
+DNAT net loc:192.168.1.4 tcp 4662
+DNAT net loc:192.168.1.4 udp 4672
+DNAT net loc:192.168.1.4 tcp 4711
+
+
FTP
@@ -364,6 +401,16 @@ ACCEPT <apps> <chooser
Revision History
+
+ 1.15
+
+ 2005-05-02
+
+ TE
+
+ Added Emule
+
+
1.14