]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - config/miniupnpd/miniupnpd.conf
reiserfsprogs: Update to 3.6.27
[people/pmueller/ipfire-2.x.git] / config / miniupnpd / miniupnpd.conf
1
2 # LAN network interfaces IPs / networks
3 # there can be multiple listening ips for SSDP traffic.
4 # should be under the form nnn.nnn.nnn.nnn/nn
5 listening_ip=green0
6 #listening_ip=green1
7
8 # HTTP is available on all interfaces
9 # port for HTTP (descriptions and SOAP) traffic. set 0 for autoselect.
10 port=0
11
12 # chain names for netfilter (not used for pf or ipf).
13 upnp_forward_chain=UPNPFW
14 upnp_nat_chain=UPNPFW
15
16 # bitrates reported by daemon in bits per second
17 bitrate_up=1000000
18 bitrate_down=10000000
19
20 # "secure" mode : when enabled, UPnP client are allowed to add mappings only
21 # to their IP.
22 secure_mode=yes
23
24 # report system uptime instead of daemon uptime
25 system_uptime=yes
26
27 # notify interval in seconds. default is 30 seconds.
28 notify_interval=60
29
30 # unused rules cleaning.
31 # never remove any rule before this threshold for the number
32 # of redirections is exceeded. default to 20
33 #clean_ruleset_threshold=10
34 # clean process work interval in seconds. default to 0 (disabled).
35 # a 600 seconds (10 minutes) interval makes sense
36 clean_ruleset_interval=600
37
38 # serial and model number the daemon will report to clients
39 # in its XML description
40 serial=12345678
41 model_number=1
42
43 # UPnP permission rules
44 # (allow|deny) (external port range) ip/mask (internal port range)
45 # A port range is <min port>-<max port> or <port> if there is only
46 # one port in the range.
47 # ip/mask format must be nn.nn.nn.nn/nn
48 # it is advised to only allow redirection of port above 1024
49 # and to finish the rule set with "deny 0-65535 0.0.0.0/0 0-65535"
50 allow 0-65535 0.0.0.0/0 0-65535