Differences between version 2 and previous revision of PortForwarding.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Monday, July 28, 2003 6:05:37 pm | by DavidHallett | Revert |
Older page: | version 1 | Last edited on Thursday, July 24, 2003 7:17:39 pm | by DavidHallett | Revert |
@@ -17,4 +17,6 @@
iptables --table nat -A PREROUTING -p tcp --dport <incoming port> -i eth0 -j REDIRECT --to-ports <local port>
Then I saved the configuration so that things work after, heaven forbid, a reboot!
/etc/init.d/iptables save
+----
+UserSubmittedNotes