SOURCES: miniupnpd.conf (NEW) - added

aredridel aredridel at pld-linux.org
Mon Apr 30 21:48:45 CEST 2007


Author: aredridel                    Date: Mon Apr 30 19:48:45 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- added

---- Files affected:
SOURCES:
   miniupnpd.conf (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/miniupnpd.conf
diff -u /dev/null SOURCES/miniupnpd.conf:1.1
--- /dev/null	Mon Apr 30 21:48:45 2007
+++ SOURCES/miniupnpd.conf	Mon Apr 30 21:48:40 2007
@@ -0,0 +1,42 @@
+# WAN network interface
+ext_ifname=eth0
+# if the WAN interface has several IP addresses, you
+# can specify the one to use below
+#ext_ip=
+
+# there can be multiple listening ips for receiving SSDP traffic.
+# the 1st IP is also used for UPnP Soap traffic.
+#
+listening_ip=0.0.0.0
+port=5555
+
+# bitrates reported by daemon in bits per second
+bitrate_up=1000000
+bitrate_down=10000000
+
+# default presentation url is http address on port 80
+#presentation_url=http://www.mylan/index.php
+
+# report system uptime instead of daemon uptime
+system_uptime=yes
+
+# notify interval in seconds default is 30 seconds.
+notify_interval=240
+
+# uuid : generate your own with "make genuuid"
+uuid=fc4ec57e-b051-11db-88f8-0060085db3f6
+
+# serial and model number the daemon will report to clients
+# in its XML description
+serial=12345678
+model_number=1
+
+# UPnP permission rules
+# (allow|deny) (external port range) ip/mask (internal port range)
+# A port range is <min port>-<max port> or <port> if there is only
+# one port in the range.
+# ip/mask format must be nn.nn.nn.nn/nn
+#allow 1024-65535 192.168.0.0/24 1024-65535
+#allow 1024-65535 192.168.1.0/24 1024-65535
+deny 0-65535 0.0.0.0/0 0-65535
+
================================================================


More information about the pld-cvs-commit mailing list