1MINIUPNPD(8) System Manager's Manual MINIUPNPD(8)
2
3
4
6 miniupnpd - UPnP Internet Gateway Device Daemon
7
9 miniupnpd [-f config_file] [-i ext_ifname] [-o ext_ip] [-a listenā
10 ing_ip] [-p port] [-d] [-U] [-S] [-N] [-u uuid] [-s serial] [-m
11 model_number] [-t notify_interval] [-P pid_filename] [-B down up] [-w
12 url] [-r clean_ruleset_interval] [-A permission rule] [-b BOOTID] [-1]
13
15 miniupnpd act as a UPnP Internet Gateway Device. It is designed to run
16 on the gateway between the internet and a NAT'ed LAN. It provides an
17 interface, as defined in the UPnP standard, for enabling clients on the
18 LAN to ask for port redirections.
19
21 -f config_file
22 load the config from file. default is /etc/miniupnpd.conf.
23
24 -i ext_ifname
25 interface used to connect to the internet.
26
27 -o ext_ip
28 address used to connect to the internet. default address of the
29 interface will be used if not specified.
30
31 -a listening_ip
32 address on the LAN. -a option can by used multiple time if LAN
33 is subdivised in several subnetworks.
34
35 -p port
36 port used for HTTP.
37
38 -d debug mode : do not go to background, output messages on console
39 and do not filter out low priority messages.
40
41 -U report system uptime instead of daemon uptime to clients.
42
43 -S sets "secure" mode : clients can only add mappings to their own
44 ip
45
46 -N enables NAT-PMP functionality.
47
48 -u uuid
49 set the uuid of the UPnP Internet Gateway Device.
50
51 -s serial
52 serial number for the UPnP Internet Gateway Device.
53
54 -m model_number
55 model number for the UPnP Internet Gateway Device.
56
57 -t notify_interval
58 SSDP notify interval in seconds : SSDP announce messages will be
59 broadcasted at this interval.
60
61 -P pid_filename
62 pid file. default is /var/run/miniupnpd.pid
63
64 -B down up
65 download and upload bitrates reported to clients.
66
67 -w url presentation url. default is first address on LAN, port 80.
68
69 -r clean_ruleset_interval
70 (minimum) interval between unused rules cleaning checks.
71
72 -A permission rule
73 use following syntax for permission rules :
74 (allow|deny) (external port range) ip/mask (internal port
75 range)
76 examples :
77 "allow 1024-65535 192.168.1.0/24 1024-65535"
78 "deny 0-65535 0.0.0.0/0 0-65535"
79
80 -b BOOTID
81 sets the value of BOOTID.UPNP.ORG SSDP header
82
83 -1 force reporting IGDv1 in rootDesc when compiled as IGDv2 *use
84 with care*
85
87 minissdpd(1) miniupnpc(3)
88
90 MINIUPNPD(8)