Upnp

From miki
Revision as of 19:22, 23 July 2011 by Mip (talk | contribs) (Created page with '== References == * [http://miniupnp.free.fr/ MiniUPnP Project] — home of ''upnpc'' == Install == * Download [http://miniupnp.free.fr/files/download.php?file=miniupnpc-1.5.…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

References

Install

  • Download miniupnpc package
  • untar it, compile and install it:
make
sudo make install

Usage

  • List redirections:
upnpc -l
  • Add a new redirections:
upnpc -a 129.19.3.106 9922 22 TCP     # Let UPNP router forward connections on 9922 to 129.19.3.106:22 (TCP)