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
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