55
edits
No edit summary |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 19: | Line 19: | ||
** Source port: (the port you want forwarded to the proxy - eg 1337) | ** Source port: (the port you want forwarded to the proxy - eg 1337) | ||
** Destination: <blank> | ** Destination: <blank> | ||
* Ensure Dynamic is selected as the type and then click Add | * Ensure Dynamic is selected as the type and '''then click Add''' | ||
[[Image:Proxy_putty.png]] | [[Image:Proxy_putty.png|center|frame|How to configure PuTTY to be a SOCKS proxy]] | ||
* Click the Open button to connect, and enter your username/password. | * Click the Open button to connect, and enter your username/password. | ||
* Tell Firefox (or anything else) to use localhost 1337 as its HTTP proxy. You should now be browsing via RedBrick! | * Tell Firefox (or anything else) to use localhost 1337 as its HTTP proxy. You should now be browsing via RedBrick! | ||
[[Image:Http_proxy.png]] | [[Image:Http_proxy.png|center|frame|How to configure Firefox to use PuTTYs proxy]] | ||
'''OpenSSH for Windows''' | '''OpenSSH for Windows''' | ||
| Line 38: | Line 38: | ||
Where : | Where : | ||
* - | * -D specifies you want to link a dynamic port | ||
* 1337 is the local port (on your machine) you want to communicate on. | * 1337 is the local port (on your machine) you want to communicate on. | ||
* login.redbrick.dcu.ie is the server you want to open the SSH connection to | * login.redbrick.dcu.ie is the server you want to open the SSH connection to | ||
==Port forwarding for IRC== | ==Port forwarding for IRC== | ||
If you want to connect to RedBrick IRC with your own client you will need to use port forwarding to do this. | |||
The process is the same as the above, just using different addresses and port configurations. | The process is the same as the above, just using different addresses and port configurations. | ||
| Line 79: | Line 52: | ||
remote port: 6667 | remote port: 6667 | ||
So, | So for this it is instead using a local forward. So unlike the dynamic forward, instead set the option to be local, and add the destination as being irc.redbrick.dcu.ie:6667 | ||
On CLI this is: | |||
ssh -L 6667:irc.redbrick.dcu.ie:6667 username@login.redbrick.dcu.ie | |||
Now, just tell your | Now, just tell your IRC client that your IRC server is localhost :) | ||
[[Category:HowTo]] | [[Category:HowTo]] | ||