MoinMoin Logo
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Navigation

  • Start
  • Sitemap

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

Revision 1 as of 2015-04-09 21:44:36
  • Ubuntu

Ubuntu

Debian based Linux distribution

Add port redirection with iptables

Redirect from listening tcp port 4455 to 45.

iptables -t nat -I PREROUTING --src 0/0 -p tcp --dport 4455 -j REDIRECT --to-ports 45
iptables -t nat -L -n -v
  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01