Changes between Initial Version and Version 1 of Ticket #3687, comment 2


Ignore:
Timestamp:
Sep 3, 2020, 7:05:15 PM (5 years ago)
Author:
Tom Goddard

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3687, comment 2

    initial v1  
    1 Today I tried using Amazon Web Services and ssh remote port forwarding to handle a VR meeting with only outgoing connections by the participants.  I setup a Ubuntu 18.04 LTS instance on AWS (hosted in N California region).  I then used ssh remote port forwarding
     1Today I tried using Amazon Web Services and ssh remote port forwarding to handle a VR meeting with only outgoing connections by the participants.  I setup a Ubuntu 18.04 LTS instance on AWS (hosted in N California region).  This was a standard instance but in the setup for Security Groups I added a firewall rule allowing incoming port 52194 connections.  The default firewall rules only allow ssh incoming connections.  I then used ssh remote port forwarding
    22
    33ssh -N -i vr-key-private.pem -R 52194:192.168.0.169:52194 ubuntu@54.183.217.210