--- embedaddon/miniupnpd/miniupnpd.conf 2012/02/21 23:16:02 1.1.1.1 +++ embedaddon/miniupnpd/miniupnpd.conf 2013/07/22 00:32:35 1.1.1.2 @@ -1,6 +1,6 @@ # WAN network interface -#ext_ifname=eth0 -ext_ifname=xl1 +ext_ifname=eth1 +#ext_ifname=xl1 # if the WAN interface has several IP addresses, you # can specify the one to use below #ext_ip= @@ -8,13 +8,15 @@ ext_ifname=xl1 # LAN network interfaces IPs / networks # there can be multiple listening ips for SSDP traffic. # should be under the form nnn.nnn.nnn.nnn/nn -# HTTP is available on all interfaces +# It can also be the network interface name (ie "eth0") +# It if mandatory to use the network interface name to enable IPv6 +# HTTP is available on all interfaces. # When MULTIPLE_EXTERNAL_IP is enabled, the external ip # address associated with the subnet follows. for example : # listening_ip=192.168.0.1/24 88.22.44.13 -listening_ip=192.168.0.1/24 -listening_ip=192.168.1.1/24 -#listening_ip= +#listening_ip=192.168.0.1/24 +listening_ip=192.168.10.109/24 +#listening_ip=eth0 # port for HTTP (descriptions and SOAP) traffic. set 0 for autoselect. port=0 @@ -37,6 +39,9 @@ enable_upnp=yes # lease file location #lease_file=/var/log/upnp.leases +# name of this service, default is "`uname -s` Router" +#friendly_name=MiniUPnPd router + # bitrates reported by daemon in bits per second bitrate_up=1000000 bitrate_down=10000000 @@ -67,9 +72,12 @@ notify_interval=60 # a 600 seconds (10 minutes) interval makes sense clean_ruleset_interval=600 -# log packets in pf +# log packets in pf (default is no) #packet_log=no +# anchor name in pf (default is miniupnpd) +#anchor=miniupnpd + # ALTQ queue in pf # filter rules must be used for this to be used. # compile with PF_ENABLE_FILTER_RULES (see config.h file) @@ -83,7 +91,7 @@ clean_ruleset_interval=600 #quickrules=no # uuid : generate your own with "make genuuid" -uuid=fc4ec57e-b051-11db-88f8-0060085db3f6 +uuid=3d3cec3a-8cf0-11e0-98ee-001a6bd2d07b # serial and model number the daemon will report to clients # in its XML description