This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
ipprot [2015-02-10 12:08] uls [-M] |
ipprot [2015-07-15 15:31] (current) uls [Installation] |
||
|---|---|---|---|
| Line 7: | Line 7: | ||
| and connects to a destination port and ip address. All traffic is | and connects to a destination port and ip address. All traffic is | ||
| transparently forwarded to the destination and returned back to the source. | transparently forwarded to the destination and returned back to the source. | ||
| + | |||
| + | The ipprotd is part of the [[uls:agents:linux]]. | ||
| + | |||
| <!-- http://graphviz-dev.appspot.com/ --> | <!-- http://graphviz-dev.appspot.com/ --> | ||
| Line 66: | Line 69: | ||
| <code bash> | <code bash> | ||
| - | ipprotd [-p inport[@listen_host]] [-h out_host] [-P out_port[@out_host]] | + | ipprotd [-p inport[@listen_host]] [-h out_host] [-P out_port[@out_host]] [-b buffsize] |
| - | [-f data_log_file] [-l|-L] [-s] [-z|-j] [-t secs] [-M] [-u cmd] | + | [-f data_log_file] [-l|-L] [-s] [-z|-j] [-t secs] [-M] [-u[T] cmd] |
| [-c connection_log_file] [-C connection_log_format] | [-c connection_log_file] [-C connection_log_format] | ||
| [-r client_ip1 [-r client_ip2 ...]] | [-r client_ip1 [-r client_ip2 ...]] | ||
| - | [-D] [-Dp pid_file] | + | [-D|-Dp pid_file] |
| [-?|-v] | [-?|-v] | ||
| </code> | </code> | ||
| Line 79: | Line 82: | ||
| Have also a look at the [[ipprot#Examples]]. | Have also a look at the [[ipprot#Examples]]. | ||
| + | |||
| + | |||
| + | === -b <buffsize> === | ||
| + | |||
| + | The default buffer size is 300000 Bytes, that may be to large for some szenarios, | ||
| + | e.g. a client may expect a specific or maximum amount of bytes. | ||
| + | Then specify a smaller <buffsize> in Bytes (the buffer is always placed in memory). | ||
| Line 436: | Line 446: | ||
| ==== Installation ==== | ==== Installation ==== | ||
| - | Download the executable {{:uls:ipprotd.zip?linkonly|}}, unpack it and verify the | + | The ipprotd is part of the [[uls:agents:linux]]. |
| - | correct checksum: | + | |
| - | + | ||
| - | <code bash> | + | |
| - | $ unzip ipprotd.zip | + | |
| - | $ sha1sum ipprotd | + | |
| - | ba5b8cba70281c10053d4a16662cd37e7788cba6 ipprotd | + | |
| - | </code> | + | |
| - | + | ||
| - | Place it in directory ''/usr/local/bin'' or ''/usr/bin''. Check if it works (be sure that the directory is in your PATH): | + | |
| - | + | ||
| - | <code bash> | + | |
| - | $ ipprotd -? | + | |
| - | </code> | + | |
| - | + | ||
| - | should give you the help page. | + | |
| - | + | ||
| - | Here are the {{:ipprot:ipprot_2.5.zip?linkonly|sources}}. | + | |