Skip to content

Commit

Permalink
Merge branch 'develop' into aws
Browse files Browse the repository at this point in the history
  • Loading branch information
91pavan authored Jun 27, 2017
2 parents a5308a8 + 1690563 commit 0c7f4d1
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions Connecting_on_cloud.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Connecting to your instance on the cloud

If you're using EC2 or any other cloud provider as a means to test out red-pnda, then chances are you might not be able to connect to the PNDA console through an elastic IP.
If you're using EC2 or any other cloud provider as a means to test out red-pnda, then the chances are you might not be able to connect to the PNDA console through an elastic IP.

Here are the steps to overcome the limitation:
Here are the steps to overcome this limitation:

* ssh to your cloud instance with a '-D' flag
* ssh to your cloud instance with the '-D' and '-q' flags
* '-q' sets the logging to quiet and suppresses any error messages

ssh -i /path/to/your/key.pem -D 8888 [email protected]
ssh -i /path/to/your/key.pem -q -D 8888 [email protected]

* Download FoxyProxy extension for your browser. Please use the following links to download

Expand All @@ -26,7 +27,8 @@ Then click on the first selection and then click on 'Edit Selection'

Click 'OK'. Make sure the extension is enabled, you should see a blue indicator to the right of your address bar!

* Type the private IP of your ec2 instance in the browser and behold, Magic!
* Type the private IP of your cloud instance in the browser and you should see the PNDA console up and running!
* Magic!

## Security Group setting

Expand All @@ -51,5 +53,4 @@ Custom TCP Rule | TCP | 3000-3001 | ::/0
Custom TCP Rule | TCP | 10900 | 0.0.0.0/0
Custom TCP Rule | TCP | 10900 | ::/0
Custom TCP Rule | TCP | 9092 | 0.0.0.0/0
Custom TCP Rule | TCP | 9092 | ::/0

Custom TCP Rule | TCP | 9092 | ::/0

0 comments on commit 0c7f4d1

Please sign in to comment.