README.bcrelay 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. BCrelay v0.5 by Richard de Vroede <r.devroede@linvision.com>
  2. Original program by: TheyCallMeLuc(at)yahoo.com.au
  3. -------------------------------------------------------------------------------
  4. Index
  5. 1. License
  6. 2. What is it?
  7. 3. Usage
  8. 4. Contact
  9. -------------------------------------------------------------------------------
  10. 1. License
  11. This program is free software; you can redistribute it and/or
  12. modify it under the terms of the GNU General Public License
  13. as published by the Free Software Foundation; either version 2
  14. of the License, or (at your option) any later version.
  15. This program is distributed in the hope that it will be useful,
  16. but WITHOUT ANY WARRANTY; without even the implied warranty of
  17. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  18. GNU General Public License for more details.
  19. You should have received a copy of the GNU General Public License
  20. along with this program; if not, write to the Free Software
  21. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  22. Your copy is available at: http://www.gnu.org/licenses/gpl.html
  23. -------------------------------------------------------------------------------
  24. 2. What is it?
  25. A broadcast packet repeater. This packet repeater (currently designed
  26. for udp packets) will listen for broadcast packets. When it receives
  27. the packets on the incoming interface, it will then re-broadcast them
  28. to the outgoing interface.
  29. -------------------------------------------------------------------------------
  30. 3. Usage
  31. Usage: /usr/sbin/bcrelay [options], where options are:
  32. [-d] [--daemon] Run as daemon.
  33. [-h] [--help] Displays this help message.
  34. [-i] [--incoming] Defines from which interface broadcasts will be
  35. relayed.
  36. [-o] [--outgoing] Defines to which interface broadcasts will be
  37. relayed.
  38. [-s] [--ipsec] Defines an ipsec tunnel to be relayed to.
  39. Since ipsec tunnels terminate on the same
  40. interface, we need to define the broadcast
  41. address of the other end-point of the
  42. tunnel. This is done as ipsec0:x.x.x.255
  43. [-v] [--version] Displays the BCrelay version number.
  44. Logs and debugging go to syslog as DAEMON.
  45. Interfaces can be specified as regexpressions, ie. ppp[0-9]+
  46. -------------------------------------------------------------------------------
  47. 4. Contact
  48. All comments, patches, improvements can be mailed to me, or the
  49. mailing list. If it makes sense, I will update this package.
  50. Richard de Vroede : r.devroede@linvision.com
  51. Original author : TheyCallMeLuc@yahoo.com.au
  52. Poptop Mailinglist : poptop-server@lists.sourceforge.net
  53. Official Poptop website : http://www.poptop.org
  54. SourceForge Poptop website : http://sourgeforge.net/projects/poptop
  55. -------------------------------------------------------------------------------