GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
MINIUPNPD(8) FreeBSD System Manager's Manual MINIUPNPD(8)

miniupnpd - UPnP Internet Gateway Device Daemon

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

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

load the config from file.
interface used to connect to the internet.
address used to connect to the internet. default address of the interface will be used if not specified.
address on the LAN. -a option can by used multiple time if LAN is subdivised in several subnetworks.
port used for HTTP.
debug mode : do not go to background, output messages on console and do not filter out low priority messages.
report system uptime instead of daemon uptime to clients.
disable "secure" mode so clients can only add mappings to other IPs
enable NAT-PMP and PCP functionality.
set the uuid of the UPnP Internet Gateway Device.
serial number for the UPnP Internet Gateway Device.
model number for the UPnP Internet Gateway Device.
SSDP notify interval in seconds. Default is 900 seconds. SSDP announce messages will be broadcasted at this interval.
pid file. default is /var/run/miniupnpd.pid
download and upload bitrates reported to clients.
presentation url. default is first address on LAN, port 80.
(minimum) interval between unused rules cleaning checks.
use following syntax for permission rules :
(allow|deny) (external port range) ip/mask (internal port range)
examples :
"allow 1024-65535 192.168.1.0/24 1024-65535"
"deny 0-65535 0.0.0.0/0 0-65535"
sets the value of BOOTID.UPNP.ORG SSDP header
-1
force reporting IGDv1 in rootDesc when compiled as IGDv2 *use with care*

minissdpd(1) miniupnpc(3)


Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.