VPN
From CTSWiki
| |
Contents |
[edit]
Configuration Information about CSE VPN
[edit]
Windows Users: Connecting to the CSEvpn group
- Go to http://www.cts.wustl.edu/cts/vpn/vpnclient-windows.zip and download.
- Make sure that you uninstall any personal firewall, except tiny version 4.5.x before attempting to install the client software above.
- Double click the zip file and extract it.
- Double click and install vpnclient-win-is-4.0.2.A-k9.exe.
- After installing you will need to reboot your machine.
- After the machine comes back up, you will find the executable listed in Start ; All Programs; Cisco Systems VPN Client
- Click on “VPN Client”.
- Click on “New”
- You should now have a screen that allows you to enter in some information.
- Host à motel-6.cec.wustl.edu
- Name à cse
- Password à csevpn
- Confirm Password à csevpn
- Click on “Save”.
- In the Vpn Client window double click on “CSE VPN”
- You will get a box asking for a username and password. They are your CSE username and password in the form:
- Username: lacy
- Password: xyzpass (note: this is your windows password and not your unix password)
- Click ok. After it is authenticated and working, you should have a little yellow lock in the lower right task bar.
[edit]
Notes for the linux users
- You will want to grab this http://www.cts.wustl.edu/cts/vpn/vpnclient-linux.zip
- There is an example PCF file called “cecvpn.pcf” open it and change as needed, and then save as csevpn.
- To use, run: “vpnclient connect csevpn &”
- If you run iptables or ipchains, you will need the following added: iptables -A INPUT -i eth0 -p udp -s 0/0 -d 128.252.21.15 --sport 500 --dport 500 -m state --state NEW,ESTABLISHED,RELATED -j ACCEPT
- This is of course the most specific you could get with the rule, modify as you see fit. Obviously, you need to modify if you are using ipchains.
- Lastly, if there are any problems with any of this, e-mail bugs@cse.wustl.edu
[edit]
Notes for the MacOSX users
- You will want to grab this http://www.cts.wustl.edu/vpn/vpnclient-darwin.zip
- Once the client is installed, start it up by double clicking on it
- Choose New and fill in the following:
- Connection Entry = CSE
- Description = “Whatever you would like”
- motel-6.cec.wustl.edu
Under Group Authentication fill in the following:
- Name = cse
- Password = csevpn
- Confirm Password = csevpn
- Click on Save
- Now that will appear as a Connection Entry. Double click on it to begin the session.
- It will prompt you for a username and password. They are your CSE username and password in the form:
- Username: lacy
- Password: xyzpass
- Click ok. After it has authenticated and working, you should have a yellow lock to the left of the Connection Entry
This is a set of instructions that have been tailored for CSE purposes. Thanks to CEC for helping to get this setup and working. For additional information, you can also look at http://www.cec.wustl.edu/summer03/secure/firewall2.html
