2 * Default / example configuration file
3 * For more info see documentation in /usr/doc/portfwd
10 tcp /* TCP connections */
13 * Connections on port 12000 from subnet localhost/24 and
14 * ports in the range 0-5000 are forwarded to 127.0.0.1:23.
15 * Anything else goes to localhost:80.
19 localhost/24:+5000 => 127.0.0.1:23;
24 * On port 11000, connections from address localhost, any
25 * port, are forwarded to 127.0.0.1:telnet.
28 11000 { localhost => 127.0.0.1:telnet };
29 20080 { localhost => 127.0.0.1:80 }
35 * All packets on port 10000 are forwarded to 127.0.0.1:11000.
38 10000 { => 127.0.0.1:11000 }