]> git.ipfire.org Git - ipfire-2.x.git/blame - config/miniupnpd/miniupnpd.conf
Merge branch 'master' into next
[ipfire-2.x.git] / config / miniupnpd / miniupnpd.conf
CommitLineData
54194ba4
MT
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
3f5ece7c
DA
5listening_ip=green0
6#listening_ip=green1
7
54194ba4
MT
8# HTTP is available on all interfaces
9# port for HTTP (descriptions and SOAP) traffic. set 0 for autoselect.
10port=0
11
12# chain names for netfilter (not used for pf or ipf).
13upnp_forward_chain=UPNPFW
14upnp_nat_chain=UPNPFW
15
16# bitrates reported by daemon in bits per second
17bitrate_up=1000000
18bitrate_down=10000000
19
20# "secure" mode : when enabled, UPnP client are allowed to add mappings only
21# to their IP.
22secure_mode=yes
23
24# report system uptime instead of daemon uptime
25system_uptime=yes
26
27# notify interval in seconds. default is 30 seconds.
28notify_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
36clean_ruleset_interval=600
37
38# serial and model number the daemon will report to clients
39# in its XML description
40serial=12345678
41model_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"
50allow 0-65535 0.0.0.0/0 0-65535