#17153: miniupnpd stops creating port mappings
-----------------------+---------------------------------------
 Reporter:  clayman@…  |      Owner:  developers
     Type:  defect     |     Status:  new
 Priority:  normal     |  Milestone:  Attitude Adjustment 12.09
Component:  packages   |    Version:  Trunk
 Keywords:             |
-----------------------+---------------------------------------
 TP-Link TL-WR941N/ND v2
 OpenWrt Barrier Breaker r41702 / LuCI Trunk (svn-r10459)

 After some uptime miniupnpd stops creating port mappings.
 System log shows nothing at moment of failure.


 {{{
 # cat /etc/config/upnpd

 config upnpd 'config'
         option download '1024'
         option upload '512'
         option external_iface 'wan'
         option internal_iface 'lan'
         option port '5000'
         option upnp_lease_file '/var/upnp.leases'
         option uuid '01346f87-2b74-453c-8abc-fe1effcb23c7'
         option enable_natpmp '0'
         option log_output '1'

 config perm_rule
         option action 'allow'
         option ext_ports '1024-65535'
         option int_addr '0.0.0.0/0'
         option int_ports '1024-65535'
         option comment 'Allow high ports'

 config perm_rule
         option action 'deny'
         option ext_ports '0-65535'
         option int_addr '0.0.0.0/0'
         option int_ports '0-65535'
         option comment 'Default deny'
 }}}


 {{{
 # netstat -a -n
 Active Internet connections (servers and established)
 Proto Recv-Q Send-Q Local Address           Foreign Address         State
 tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN
 tcp        0      0 0.0.0.0:53              0.0.0.0:*               LISTEN
 tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN
 tcp        0    100 192.168.1.1:22          192.168.1.4:57472
 ESTABLISHED
 tcp        0      0 192.168.1.1:80          192.168.1.4:57516
 ESTABLISHED
 tcp        0      0 192.168.1.1:80          192.168.1.4:57561
 ESTABLISHED
 tcp        0      0 :::5000                 :::*                    LISTEN
 tcp        0      0 :::53                   :::*                    LISTEN
 tcp        0      0 :::22                   :::*                    LISTEN
 udp        0      0 0.0.0.0:53              0.0.0.0:*
 udp        0      0 0.0.0.0:67              0.0.0.0:*
 udp        0      0 0.0.0.0:1900            0.0.0.0:*
 udp        0      0 192.168.1.1:39643       0.0.0.0:*
 udp        0      0 :::546                  :::*
 udp        0      0 :::547                  :::*
 udp        0      0 :::53                   :::*
 udp        0      0 :::54593                :::*
 udp        0      0 :::1900                 :::*
 udp        0      0 :::5351                 :::*
 raw        0      0 :::58                   ::%4434572:*            58
 raw        0      0 :::58                   ::%4434572:*            58
 raw        0      0 :::58                   ::%4434572:*            58
 }}}

 Ready to provide any required additional information.

--
Ticket URL: <https://dev.openwrt.org/ticket/17153>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to