1udppm(8) Universal proxy server udppm(8)
2
3
4
6 udppm - UDP port mapper
7
9 pop3p -ds] [-l[@]logfile]] [-iinternal_ip [-eexternal_ip local_port
10 remote_host remote_port
11
13 udppm forwards datagrams from local to remote UDP 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 datagrams from. By default system will deside which address to
25 use in accordance with routing table.
26
27 -i Internal address. IP address proxy accepts datagrams 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 Single packet. By default only one client can use udppm service,
36 but if -s is specified only one packet will be forwarded between
37 client and server. It allows to share service between multiple
38 clients for single packet services (for example name lookups).
39
40 -S Increase or decrease stack size. You may want to try something
41 like -S8192 if you experience 3proxy crashes.
42
44 local_port
45 - port udppm accepts datagrams
46
47 remote_host
48 - IP address of the host datagrams are forwarded to
49
50 remote_port
51 - remote port datagrams are forwarded to
52
54 Any UDP based application can be used as a client. Use internal_ip and
55 local_port as a destination in client application. All datagrams are
56 forwarded to remote_host:remote_port
57
59 Report all bugs to 3proxy@3proxy.ru
60
62 3proxy(8), proxy(8), ftppr(8), socks(8), pop3p(8), udppm(8), sys‐
63 logd(8),
64 http://3proxy.ru/
65
67 3proxy is designed by Vladimir 3APA3A Dubrovin (3proxy@3proxy.ru)
68
69
70
713proxy 0.8 January 2016 udppm(8)