1MINIUPNPD(8)                System Manager's Manual               MINIUPNPD(8)
2
3
4

NAME

6       miniupnpd - UPnP Internet Gateway Device Daemon
7

SYNOPSIS

9       miniupnpd [--version] [-f config_file] [-i ext_ifname] [-I ext_ifname6]
10       [-o ext_ip] [-a listening_ip] [-p port] [-d] [-U] [-S] [-N]  [-u  uuid]
11       [-s  serial]  [-m  model_number] [-t notify_interval] [-P pid_filename]
12       [-B down up] [-w url] [-r clean_ruleset_interval] [-A permission  rule]
13       [-b BOOTID] [-1]
14

DESCRIPTION

16       miniupnpd  act as a UPnP Internet Gateway Device. It is designed to run
17       on the gateway between the internet and a NAT'ed LAN.  It  provides  an
18       interface, as defined in the UPnP standard, for enabling clients on the
19       LAN to ask for port redirections.
20

OPTIONS

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

SEE ALSO

88       minissdpd(1) miniupnpc(3)
89

BUGS

91                                                                  MINIUPNPD(8)
Impressum