<rdf:RDF
    xmlns:s='http://snipsnap.org/rdf/snip-schema#'
    xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
    xml:base='http://javatelnet.org/rdf'>
    <s:Snip rdf:ID='mrelayd'
         s:name='mrelayd'
         s:cUser='leo'
         s:oUser=''
         s:mUser='leo'>
        <s:content>__relayd/mrelayd__{note:Both relay demons impose a security risk. Always clear their use with your administrator.} &#xA;&#xA;All Java __Applets have several security restrictions__ that prevent a random applet from doing damage on your computer or on the network. Due to this reason it is not possible to open a [telnet]/[ssh] connection to any other machine then the one the applet was downloaded from (the webserver).&#xA;&#xA;Sometimes your application is not running on the webserver, in these cases you need some kind of forwarder. Any program, tool or firewall configuration that forwards connections going to a specified port on the webserver to your real targethost and port will do.&#xA;&#xA;We have supplied to simple tools that establish that portforwarding. They run on the webserver  (~~you will need permission from its system administrator~~).&#xA; &#xA;__Single Relay Demon__&#xA;&#xA;The first one is the single relaydemon. It can have just one targethost and -port (but it can be used by multiple users at the same time).&#xA;&#xA;It is started on the webserver host by running:&#xA;&#xA;{code}./relayd ~~&lt;localport&gt; &lt;targethost&gt; &lt;targetport&gt;~~{code}&#xA;&#xA;In the applet you only set the parameter Socket.port to ~~&lt;localport&gt;~~. ~~&lt;targethost&gt;~~ and ~~&lt;targetport&gt;~~ are the host where the application is.&#xA;~~&lt;localport&gt;~~ can be choosen freely and should be above 1024.&#xA; &#xA;__Multiple Relay Demon__&#xA;&#xA;This one allows multiple users going to multiple targets (only needed if you have more than one access point). If you have just one targethost and targetport, the single relay demon above works as well!&#xA;&#xA;It is started on the webserver host by running:&#xA;&#xA;{code}./mrelayd{code}&#xA;&#xA;It listens on port 31415 by default.&#xA;&#xA;In the __[applet.conf]__ you have to change the parameters:&#xA;{code}&#xA;Socket.host  to the target host you want to connect to.&#xA;Socket.port   to the target port you want to connect to.&#xA;Socket.relay  to the webserver address.&#xA;Socket.relayPort to 31415.&#xA;{code}&#xA;</s:content>
        <s:mTime>2005-11-10 14:23:57.074</s:mTime>
        <s:cTime>2005-11-10 14:23:57.074</s:cTime>
        <s:comments
             rdf:type='http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag'/>
        <s:snipLinks>
            <rdf:Bag>
                <rdf:li rdf:resource='#relayd'/>
                <rdf:li rdf:resource='http://javatelnet.org/rdf#Plugin Socket'/>
                <rdf:li rdf:resource='http://javatelnet.org/rdf#Using the Connection Relay Daemon'/>
                <rdf:li rdf:resource='#Download'/>
                <rdf:li rdf:resource='#applet.conf'/>
                <rdf:li rdf:resource='#snipsnap-search'/>
                <rdf:li rdf:resource='#snipsnap-index'/>
                <rdf:li rdf:resource='#download'/>
                <rdf:li rdf:resource='#SSH'/>
                <rdf:li rdf:resource='#Telnet'/>
                <rdf:li rdf:resource='#telnet'/>
                <rdf:li rdf:resource='#leo'/>
                <rdf:li rdf:resource='http://javatelnet.org/rdf#Installing as a local Telnet/SSH Application'/>
                <rdf:li rdf:resource='#jordi'/>
            </rdf:Bag>
        </s:snipLinks>
        <s:attachments
             rdf:type='http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag'/>
    </s:Snip>
</rdf:RDF>
