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
41 local_port
42 - port udppm accepts datagrams
43
44 remote_host
45 - IP address of the host datagrams are forwarded to
46
47 remote_port
48 - remote port datagrams are forwarded to
49
51 Any UDP based application can be used as a client. Use internal_ip and
52 local_port as a destination in client application. All datagrams are
53 forwarded to remote_host:remote_port
54
56 Report all bugs to 3proxy@security.nnov.ru
57
59 3proxy(8), proxy(8), ftppr(8), socks(8), pop3p(8), udppm(8), sys‐
60 logd(8),
61 http://3proxy.ru/
62
64 3proxy is designed by 3APA3A (3APA3A@security.nnov.ru), Vladimir
65 Dubrovin (vlad@sandy.ru)
66
67
68
693proxy 0.6 July 2009 udppm(8)