Connecting to Munin VM's
Using Firefox
If you are developing and making changes to either Elgg, Trac or Django, you will need to use a vm in munin. For security purposes and ease of administration, these virtual machines are not public to the outside world. You will need to use a proxy to connect to them.
- Connect to nome.eecs.oregonstate.edu and setup a proxy: ssh -D 5000 cedenoj@nome.eecs.oregonstate.edu
- Download foxproxy for firefox: https://addons.mozilla.org/en-US/firefox/addon/2464
- In Foxproxy, under General: set it to enabled, and use whatever name you prefer
- In Foxproxy, under Proxy Details:
- set it to Manual Proxy Configuration
- Host = localhost
- Port=5000 (or whatever you used in the first ssh command
- Check Socks proxy
- Select SOCKS v4/4a
- In Foxproxy, under URL Patterns:
- Click on Add a new Pattern
- Click on Enabled
- Set the pattern name to whatever you want
- Set the URL pattern to '*.eecs.oregonstate.edu/*'
- Uncheck the 'case sensitive' option
- Set the URL Inclusion to whitelist
- The Pattern Contains Wildcards
- Right click on the bottom right corner of firefox and click on FoxProxy?
- Select Use proxies based on their pre-defined patterns and priorities
Using a Shell
- Connect to nome.eecs.oregonstate.edu ssh cedenoj@nome.eecs.oregonstate.edu
- Connect to the munin vm ssh username@munin-vm#.eecs.oregonstate.edu
Using VPN When out of Campus
If you are out of campus and are having trouble connecting to the servers, you can try using a VPN connection.
- Go to http://oregonstate.edu/net/security/vpn/ and download a VPN client
- Create a new VPN connection using the information presented on the webpage
- Save that VPN connection information for future use

