This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
unix:stora [2011/02/02 07:16] ben |
unix:stora [2014/02/19 11:53] (current) ben |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | To open arbitrary ports on a NetGear Stora, edit /etc/init.d/iptables and add a variable near the top of the file called TCP_OPEN_PORTS_EXT. | + | ====== Open Port via iptables - 1 ====== |
| + | To open arbitrary ports on a NetGear Stora (if you don't like UPnP), edit /etc/init.d/iptables and add a variable near the top of the file called TCP_OPEN_PORTS_EXT. | ||
| <code> | <code> | ||
| Line 18: | Line 19: | ||
| fi | fi | ||
| </code> | </code> | ||
| + | |||
| + | |||
| + | ====== Open Port via iptables - 2 ====== | ||
| + | |||
| + | This can also be accomplished by editing /etc/iptables/config... doh. | ||
| + | |||
| + | ====== Packages for ARM ====== | ||
| + | |||
| + | Apparently Drobo has the same armv5tejl architecture, [[http://www.droboports.com/app-repository/|so many pre-compiled binaries (like netcat) are available for the Stora here]]. | ||