Script iptables 80to8080.sh: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

8 December 2011

  • curprev 03:4603:46, 8 December 2011imported>T1t0 636 bytes +636 Created page with "<pre> #!/bin/sh # # Network firewall config PATH=/sbin:/bin:/usr/sbin:/usr/bin; RET_CODE=0 case "$1" in start) iptables -t nat -A PREROUTING -i eth0 -p tcp --d..."