From RoboWiki
A VPN, or Virtual Private Network, is a technology for network security that Penn State uses to secure its wireless network. Because of this, a VPN client (a piece of software that allows you to log into the system using your student account) is required. One can obtain the needed client from wireless.psu.edu, a site which can be accessed through the wireless network without using the vpn.
[edit] 64-bit Windows Users:
If you have 64-bit Windows, you will not be able to install the vpn client needed. However, there is a new wireless network being setup across the campus that does not require the vpn client: for instruction, visit ITS' website.
Also, there is a workaround for 64 bit windows (which can also work in 32 bit, if you would like to not install the vpn):
- On the Start Menu, select Network option, and then select Network and Sharing Center.
- On the left hand side, choose Set up a connection or network.
- In the Set up a connection or network window, scroll down and select Connect to a workplace.
- Select the first option: Use my Internet Connection (VPN)
- Input the following two pieces of information:
- Internet Address: mobility.up.psu.edu
- Destination Name: pennstate
- In addtion, select Don't Connect Now.
- Input your Penn State Access ID and password, then select Create.
- Select Close.
- . Back under the Network and Sharing Center, select Manage network connections.
- Right-click on the pennstate connection and select Properties and Security.
- Under the Security tab, choose Advanced and select Settings.
- Data encryption should be set to Require encryption.
- Make sure to check Unencrypted password (PAP) and Microsoft CHAP.
- Select OK.
- Select Yes.
- Select the Network tab.
- At the top under Type of VPN and choose the pull down option L2TP IPsec VPN.
- Select IPsec Setting.
- Select preshared for authentication and insert pennstate as the key.
- Select OK twice.
- Back under your network connections, right-click the pennstate connection and create a shortcut to the desktop. Be sure to close all the networking related windows.
- Connect via wireless. Select the pennstate wireless network from the available wireless networks in the lower left hand corner.
- Double-click on the pennstate connection on the desktop.
- Enter your Penn State Access ID and password, and select connect.
[edit] Linux Installation:
The best way to use VPN on linux is to connect via a program called vpnc. To install this, use your distribution's standard package mananger. For example:
On Red Hat or other yum-based systems:
sudo yum install vpnc.i386
On Ubuntu or other apt-based systems:
sudo apt-get install vpnc
On Arch or other pacman-based systems:
sudo pacman -S vpnc
In order to connect, first use your wireless manager to connect to the wireless network "Pennstate", then run vpnc as a super/root user:
sudo vpnc
and use the following settings to connect to the standard Penn State Wireless network:
To Connect
IPSec gateway address: mobility.up.psu.edu
IPSec ID: pennstate
IPSec secret: pennstate
username for mobility.up.psu.edu: your penn state email address, without "@psu.edu"
password for mobility.up.psu.edu: the password you use to log into the computer labs
To Disconnect:
sudo vpnc-disconnect
To Pre-Configure:
Edit /etc/vpnc/default.conf with your favorite editor to show:
IPSec gateway mobility.up.psu.edu IPSec ID pennstate IPSec secret pennstate Xauth username <your penn state email address, without "@psu.edu"> Xauth password <your password for angel>
Then, run
sudo vpnc
in a terminal, and it should connect automatically.
NOTE: When connecting to the vpn, connect to the "Pennstate" wireless network, NOT the "psu" wireless network!
