1tcppm(8) Universal proxy server tcppm(8)
2
3
4
6 tcppm - TCP port mapper
7
9 tcppm -d] [-l[@]logfile]] [-iinternal_ip [-eexternal_ip local_port
10 remote_host remote_port
11
13 tcppm forwards connections from local to remote TCP port
14
16 -I Inetd mode. Standalone service only.
17
18 -d Daemonise. Detach service from console and run in the back‐
19 ground.
20
21 -t Be silenT. Do not log start/stop/accept error records.
22
23 -e External address. IP address of interface proxy should initiate
24 connections from. By default system will deside which address
25 to use in accordance with routing table.
26
27 -i Internal address. IP address proxy accepts connections to. By
28 default connection to any interface is accepted. It´s usually
29 unsafe.
30
31 -l Log. By default logging is to stdout. If logfile is specified
32 logging is to file. Under Unix, if ´@´ preceeds logfile, syslog
33 is used for logging.
34
35 -S Increase or decrease stack size. You may want to try something
36 like -S8192 if you experience 3proxy crashes.
37
39 local_port
40 - port tcppm accepts connection
41
42 remote_host
43 - IP address of the host connection is forwarded to
44
45 remote_port
46 - remote port connection is forwarded to
47
49 Any TCP based application can be used as a client. Use internal_ip and
50 local_port as a destination in client application. Connection is for‐
51 warded to remote_host:remote_port
52
54 Report all bugs to 3proxy@3proxy.ru
55
57 3proxy(8), proxy(8), ftppr(8), socks(8), pop3p(8), udppm(8), sys‐
58 logd(8),
59 http://3proxy.ru/
60
62 3proxy is designed by Vladimir 3APA3A Dubrovin (3proxy@3proxy.ru)
63
64
65
663proxy 0.8 January 2016 tcppm(8)