Return to miniupnpd.conf.sample CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / default |
1.1 ! misho 1: # WAN network interface ! 2: ext_ifname=ed0 ! 3: # if the WAN interface has several IP addresses, you ! 4: # can specify the one to use below ! 5: #ext_ip= ! 6: ! 7: # there can be multiple listening ips for receiving SSDP traffic. ! 8: # the 1st IP is also used for UPnP Soap traffic. ! 9: #listening_ip= 192.168.0.61 ! 10: listening_ip=10.0.2.1 ! 11: ! 12: # port for HTTP (descriptions and SOAP) traffic. set 0 for autoselect. ! 13: port=5555 ! 14: ! 15: # path to the unix socket used to communicate with MiniSSDPd ! 16: # If running, MiniSSDPd will manage M-SEARCH answering. ! 17: # default is /var/run/minissdpd.sock ! 18: #minissdpdsocket=/var/run/minissdpd.sock ! 19: ! 20: # enable NAT-PMP support (default is no) ! 21: #enable_natpmp=no ! 22: ! 23: # lease file location ! 24: #lease_file=/var/log/upnp.leases ! 25: ! 26: # bitrates reported by daemon in bits per second ! 27: bitrate_up=131072 ! 28: bitrate_down=524288 ! 29: ! 30: # "secure" mode : when enabled, UPnP client are allowed to add mappings only ! 31: # to their IP. (default is yes) ! 32: #secure_mode=yes ! 33: ! 34: # default presentation url is http address on port 80 ! 35: #presentation_url= ! 36: ! 37: # report system uptime instead of daemon uptime ! 38: system_uptime=yes ! 39: ! 40: # unused rules cleaning. ! 41: # never remove any rule before this threshold for the number ! 42: # of redirections is exceeded. default to 20 ! 43: #clean_ruleset_threshold=10 ! 44: # clean process work interval in seconds. default to 0 (disabled). ! 45: # a 600 seconds (10 minutes) interval makes sense ! 46: clean_ruleset_interval=600 ! 47: ! 48: # notify interval in seconds default is 30 seconds. ! 49: #notify_interval=240 ! 50: ! 51: # log packets in pf ! 52: #packet_log=no ! 53: # ALTQ queue in pf ! 54: # filter rules must be used for this to be used. ! 55: # compile with PF_ENABLE_FILTER_RULES (see config.h file) ! 56: #queue=queue_name1 ! 57: ! 58: # uuid : generated by the install a new one can be created with ! 59: # uuidgen ! 60: uuid=9db6dc04-5a13-11df-be4d-001a4b8df55b ! 61: ! 62: # UPnP permission rules ! 63: # (allow|deny) (external port range) ip/mask (internal port range) ! 64: # A port range is <min port>-<max port> or <port> if there is only ! 65: # one port in the range. ! 66: # ip/mask format must be nn.nn.nn.nn/nn ! 67: allow 1024-65535 10.0.2.0/24 1024-65535 ! 68: allow 1024-65535 10.0.2.0/24 1024-65535 ! 69: deny 0-65535 0.0.0.0/0 0-65535 ! 70: