37 Commits

Author SHA1 Message Date
jow
ebe91cc5fe [packages] miniupnpd: properly handle multiple internal interfaces in hotplug helper (#9538)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27151 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-06-09 17:04:06 +00:00
cshore
0d8889ce49 [net] Firewall: miniupnpd: Fixed miniupnpd attaching to shell when extra logging enabled. Fixed duplicated log messages when doing extra logging and removed unnecessary eval.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26478 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-05 10:30:33 +00:00
cshore
4a9c9eafc0 [net] IP Addresses and Names: Fixed using single IP addresses instead of always required n.n.n.n/n even for single IP's.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26206 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-17 19:06:27 +00:00
cshore
dddaecff07 [net] IP Addresses and Names: miniupnpd: Added rule to allow high ports be default. This fixes miniupnpd default to config so that it works as expected after installed and enabled. Also added comments for the UI, and removed the example config file as it is no longer needed.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26205 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-17 17:50:33 +00:00
cshore
2e6131a3a1 [net]: miniupnpd: Added enable_upnp option and port option to default and example uci config files
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25959 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-08 18:32:09 +00:00
cshore
a8ec4b8bf4 [net] miniupnpd: Changed secure mode uci option back to secure_mode from accidentally used enable_secure
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25958 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-08 18:32:07 +00:00
cshore
1919981338 [net] miniupnpd: In config file corrected int_address to int_addr
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25957 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-08 16:09:59 +00:00
cshore
4a81d0e598 [net] miniupnpd: Corrected ip_mask to int_addr in upnpd config file too. Thanks jow.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25955 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-08 15:01:26 +00:00
cshore
c890475ae7 [net] miniupnpd: Corrected local ip_mask to int_address. Thanks jow for pointing this out.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25954 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-08 14:57:42 +00:00
cshore
a5d6c75e01 [net] miniupnpd: Added uci setting of allow/deny rules, amongst other things. This involved switching to the use of /var/etc/miniupnpd.conf that is generated on the fly, instead of command-line parameters.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25953 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-08 14:49:40 +00:00
cshore
3cf6801729 [net] miniupnpd: Added uci option notify_interval and presentation_url
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25902 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-06 19:14:11 +00:00
cshore
5022084a20 [net] miniupnpd: Added uci configuration option to set uuid. A uuid is automatically generated and added to the configuration file on the first boot of miniupnpd with no uuid. This closes: #6634. Current behaviour (non-unique UUID by way of no UUID being configured) can be obtained by using a uuid of 'nocli' (for no command line [uuid])
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25901 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-06 18:57:14 +00:00
cshore
5823187e08 [net] miniupnpd: Added model_number and serial_number uci options for the root desc xml
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25900 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-06 18:57:09 +00:00
cshore
0c07ec43b5 [packages] miniupnpd: Added uci option config_file, which allows the user to specify that miniupnpd should use the specified file as the configuration file instead of /etc/miniupnpd.conf or none if no /etc/miniupnpd.conf present
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25899 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-06 18:57:06 +00:00
cshore
5bd0514866 [packages] miniupnpd: Added uci option use_system_uptime which defaults to true to maintain current behaviour, which is to use system update instead of miniupnpd daemon uptime. If false miniupnpd daemon uptime is used
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25898 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-06 18:57:03 +00:00
cshore
22ed7e56ed [packages] miniupnpd: Added option to change port. Default set to 5000 as before, port 'auto' set to result in a random port being used.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25897 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-06 18:56:59 +00:00
cshore
fe8c92d99d [packages] miniupnpd: Add uci option for manually specified external IP
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25896 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-06 18:56:54 +00:00
jow
a7b34e2b1e [packages] miniupnpd: restart daemon if internal iface is ifup'd
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25593 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-19 19:11:11 +00:00
jow
b838faf06b [packages] miniupnpd: add option to enable NAT-PMP (#8747)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25251 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-01-30 00:56:41 +00:00
jow
3593966dfe [package] miniupnpd: fix iptables rule order (#7965)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23096 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-19 15:50:48 +00:00
jow
79db0b36c2 [packages] miniupnpd: rework firewall integration, should be much more robust now
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23065 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-15 02:57:50 +00:00
jow
afd0c20a5f [packages] miniupnpd: bump to v1.4 (#6266)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@18641 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-04 23:11:05 +00:00
florian
95ebc986e1 [package] do not ignore enabled option in init script, bump release number (#6072)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@18491 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-23 00:35:38 +00:00
jow
755c953329 [packages] miniupnpd:
- use firewall hotplug calls to configure rules
	- properly clean and rebuild rules on restart
	- cope with ifdown/ifup events on external iface (#4669)
	- bump pkg revision


git-svn-id: svn://svn.openwrt.org/openwrt/packages@17680 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-23 00:48:24 +00:00
jow
16cc5381f9 packages/net/miniupnpd: implement option for "secure" mode and enable it by default
git-svn-id: svn://svn.openwrt.org/openwrt/packages@14175 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-01-25 14:59:25 +00:00
jow
2b7175b8ee packages/net/miniupnpd:
- rewrite firewall to actually forward
	- fix bandwidth calculation
	- swap upload and download rate
	- make init and hotplug scripts less verbose
	- bump package revision


git-svn-id: svn://svn.openwrt.org/openwrt/packages@14038 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-01-14 23:18:45 +00:00
jow
8217fca3a6 miniupnpd:
- restart miniupnpd on hotplug event if it is enabled but not running
	- remove duplicate scan_interfaces


git-svn-id: svn://svn.openwrt.org/openwrt/packages@13743 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-12-25 03:46:04 +00:00
jow
3b70e33939 miniupnpd:
- better integration with uci firewall
	- add options to configure external and internal interface
	- trigger add/remove of upnp rules with hotplug
	- use start-stop-daemon in initscript
	- drop miniupnpd iptables heler scripts


git-svn-id: svn://svn.openwrt.org/openwrt/packages@13742 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-12-25 03:25:13 +00:00
nico
993231d821 [packages] fix miniupnpd initscript: no need to include /var/state/network anymore, bump revision number
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12677 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-23 23:23:52 +00:00
nbd
61d7ef8ac1 remove enabled flag from miniupnpd config - the rc.common enable/disable is enough
git-svn-id: svn://svn.openwrt.org/openwrt/packages@10250 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-25 11:24:38 +00:00
nbd
453d325a54 use . /var/state/network instead of config_load to avoid a CONFIG_SECTIONS reset
git-svn-id: svn://svn.openwrt.org/openwrt/packages@7953 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-13 00:44:41 +00:00
nbd
81bc388fb4 fix miniupnpd handling of dynamic interfaces (#2075)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@7950 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-12 21:25:41 +00:00
nbd
74d184a552 clean up miniupnpd package and update to latest version (resync with x-wrt)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5728 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-08 18:36:31 +00:00
pavlov
b95525d225 sync with r1585 from xwrt. kamikaze integration finished by thepeople. thanks
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5692 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-05 06:24:30 +00:00
pavlov
93d1d4f213 fix for init script per xwrt:r1461
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5675 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-29 02:55:22 +00:00
pavlov
0a265811e3 update based on db90h's changes to the whiterussian package. note: this still needs to be converted to uci for kamikaze, so WiP.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5672 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-29 02:02:11 +00:00
pavlov
e39ddf3b6d miniupnpd ported to kamikaze from xwrts whiterussian package
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5653 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-26 23:44:09 +00:00