iRAPP/RDP LOAD BALANCING SERVER FOR MAC OS X
============================================

This application distributes iRAPP and RDP connections among available
servers, allowing firewall traversal and smart load balancing using several
balancing algorithms available for use.


HOW TO INSTALL IT:

1. Extract setup package into some directory.
2. Open Terminal utility and change to the directory that contains unpacked
   files.

3. Run installation script using the following command:
   
   $ sudo sh rapproxy_mac_install

4. Create file /etc/irapp/rapproxyd.cfg and customize it using bundled
   sample /etc/irapp/rapproxyd.cfg.sample
   
5. Start iRAPP Proxy daemon process using rapproxyctl:
   
   $ rapproxyctl start -w
   
6. Check logged messages in /var/log/rapproxyd.log and syslog logs.


HOW TO SET IT UP:

1. During initial configuration, you can choose to stop iRAPP Proxy daemon
   using shell command "rapproxyctl stop -w" and relaunch it in verbose mode
   with output to console:
   
   $ /usr/sbin/rapproxyd -lc -lv
   
2. Use the following command to see available command-line options:
   
   $ /usr/sbin/rapproxyd -h
   
3. To change daemon startup rules, edit its plist file:

   /System/Library/LaunchDaemons/com.coderebel.rapproxyd.plist


HOW TO UNINSTALL IT:

1. Open Terminal utility and change to directory that has unpacked setup package files.

2. Run uninstallation script using:
   
   $ sudo sh rapproxy_mac_uninstall

====================================
http://www.coderebel.com/
Copyright (C) 2011, Code Rebel LLC
