<div dir="ltr"><div><div>Hi all,<br><br></div>I've been trying to run pvdataserver and pvrenderserver on a computer on my network through a reverse connection back to the client running on my local machine by establishing an ssh tunnel through the GUI (command startup).<br><br>Server name="othermachine2" configuration="" resource="cdsrsrc://<a href="http://127.0.0.1//127.0.0.1" target="_blank">127.0.0.1//127.0.0.1</a>"><br>    <CommandStartup><br>      <Command exec="ssh" delay="0"><br>        <Arguments><br>          <Argument value="-R"/><br>          <Argument value="11111:<a href="http://127.0.0.1:11111" target="_blank">127.0.0.1:11111</a>"/><br>          <Argument value="-l"/><br>          <Argument value="pai"/><br>          <Argument value="othermachine"/><br>          <Argument value="/home/pai/pvds.sh"/><br>        </Arguments><br>      </Command><br>      <Command exec="ssh" delay="0"><br>        <Arguments><br>           <Argument value="-R"/><br>           <Argument value="22221:<a href="http://127.0.0.1:22221" target="_blank">127.0.0.1:22221</a>"/><br>           <Argument value="-l"/><br>           <Argument value="pai"/><br>           <Argument value="othermachine"/><br>           <Argument value="/home/pai/pvrs.sh"/><br>        </Arguments><br>      </Command><br>    </CommandStartup><br>  </Server><br><br></div><div>pvdataserver ends up running and connecting to my client. But then the second command block doesn't appear to run to set up the render server, maybe because of whatever is making the terminal stop being interactive after it prints the "client connected" message. I want to be able to create a second tunnel to run pvrenderserver from a different port, but the above doesn't work. Suggestions?<br><br></div><div>Thanks,<br></div><div>Krishna Pai<br></div></div>