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
36 local_port
37 - port tcppm accepts connection
38
39 remote_host
40 - IP address of the host connection is forwarded to
41
42 remote_port
43 - remote port connection is forwarded to
44
46 Any TCP based application can be used as a client. Use internal_ip and
47 local_port as a destination in client application. Connection is for‐
48 warded to remote_host:remote_port
49
51 Report all bugs to 3proxy@3proxy.ru
52
54 3proxy(8), proxy(8), ftppr(8), socks(8), pop3p(8), udppm(8), sys‐
55 logd(8),
56 http://3proxy.ru/
57
59 3proxy is designed by Vladimir 3APA3A Dubrovin (3proxy@3proxy.ru)
60
61
62
633proxy 0.8 January 2016 tcppm(8)