Advertisement
Guest User

Untitled

a guest
Jul 18th, 2013
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1.  
  2. usage:
  3. redir --lport=<n> --cport=<n> [options]
  4. redir --inetd --cport=<n>
  5.  
  6. Options are:-
  7. --lport=<n> port to listen on
  8. --laddr=IP address of interface to listen on
  9. --cport=<n> port to connect to
  10. --caddr=<host> remote host to connect to
  11. --inetd run from inetd
  12. --debug output debugging info
  13. --timeout=<n> set timeout to n seconds
  14. --syslog log messages to syslog
  15. --name=<str> tag syslog messages with 'str'
  16. --connect=<str> CONNECT string passed to proxy server
  17. Also used as service name for TCP wrappers
  18. --bind_addr=IP bind() outgoing IP to given addr
  19. --ftp=<type> redirect ftp connections
  20. where type is either port, pasv, both
  21. --transproxy run in linux's transparent proxy mode
  22. --bufsize=<octets> size of the buffer
  23. --max_bandwidth=<bit-per-sec> limit the bandwidth
  24. --random_wait=<millisec> wait before each packet
  25. --wait_in_out=<flag> 1 wait for in, 2 out, 3 in&out
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement