home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / comms_networking / udp_relay / ReadMe < prev    next >
Encoding:
Text File  |  1997-08-05  |  1.3 KB  |  41 lines

  1. udp_relay
  2. v0.10 (05 Aug 1997)
  3. -----------------------------------------------------------------------------
  4.  
  5. udp_relay can be used in place of a masquerading firewall to allow computers
  6. inside a local network to access outside Internet resources (such as xpilot).
  7.  
  8. To use it, simply place udp_relay on the RISC OS gateway machine (in a
  9. taskwindow), and execute the following command
  10.  
  11.     *udp_relay <local host> <remote host> <port>
  12.  
  13. where <local host> is a machine on your network that wants access to Internet
  14. resources, and where <remote host> is the machine it will initially try to
  15. contact, and port is the port it will initially try to contact.
  16.  
  17. e.g. to play xpilot on machine `chris', via gateway `phoenix', where `chris'
  18.      is running RiscBSD
  19.  
  20.     [on `phoenix']
  21.     *TaskWindow "udp_relay chris xpilot.usa.net 15345"
  22.  
  23.     [on `chris']
  24.     chris$ xpilot -join phoenix
  25.  
  26.  
  27. e.g. to send remote OSCLI commands to machine `badger.usa.net' from an
  28.      internal machine `chris', via gateway `phoenix'
  29.  
  30.     [on `phoenix']
  31.     *TaskWindow "udp_relay chris badger.usa.net 8805"
  32.  
  33.     [on `chris']
  34.     *roscli phoenix "Echo A message from chris!"
  35.  
  36. You can recompile the (ugly) sources, but you need OSLib. This program
  37. is only a stopgap before I get the proper CopySocks event-driven
  38. multiple-host-handling module out, which will be soon.
  39.  
  40. Chris Rutter,
  41. 5th August 1997.