VPN setup on Linux
The following instructions are for Ubuntu. Other distros may require a slightly different procedure.
- Open the System menu and go to Preferences -> Network Connections
- Click on the VPN tab and on the Add button
- Select Point-to-Point Tunnelling Protocol (PPTP) and click Create
- Type RAL PPTP in the Connection name field
- Type vpn.rl.stfc.ac.uk as the gateway
- Put your federal ID in the User name entry
- Type CLRC in the NT Domain field.
- Click on the Advanced button and tick the "Use Point-to-Point encryption (MPPE)" option
- Click on Save to close the Advanced window, and Apply to finalize the VPN creation
- Go to System -> Settings -> Network
- Select Automatic proxy configuration
- Enter http://wwwcache.rl.ac.uk/proxy.pac and close the window.
- Now the VPN connection is available by clicking on the Connection button on the top bar and choosing VPN Connections -> RAL PPTP
- Type your federal password when prompted
Note: you might need to explicitly allow inbound connections using the GRE protocol on your local firewall. For SL6 something like
iptables -A INPUT --protocol gre -s vpn.rl.stfc.ac.uk -j ACCEPT
should work.
--
federico melaccio - 2015-01-22