-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from pndaproject/aws
Update readme
- Loading branch information
Showing
4 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# 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. | ||
|
||
Here are the steps to overcome the limitation: | ||
|
||
* ssh to your cloud instance with a '-D' flag | ||
|
||
ssh -i /path/to/your/key.pem -D 8888 [email protected] | ||
|
||
* Download FoxyProxy extension for your browser. Please use the following links to download | ||
|
||
[Chrome](https://chrome.google.com/webstore/detail/foxyproxy-standard/gcknhkkoolaabfmlnjonogaaifnjlfnp?hl=en) | ||
|
||
[Firefox](https://addons.mozilla.org/en-US/firefox/addon/foxyproxy-standard/) | ||
|
||
* Click on the FoxyProxy Icon, you should see this window | ||
|
||
<img src="images/foxyproxy_1.png" alt="FoxyProxy" width="300" height="200"/> | ||
|
||
Then click on the first selection and then click on 'Edit Selection' | ||
|
||
* Configure the FoxyProxy extension to look like this: | ||
|
||
<img src="images/foxyproxy.png" alt="FoxyProxy" width="400" height="300"/> | ||
|
||
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! | ||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters