This shows you the differences between two versions of the page.
|
latest_docs:2_tunnel_server:1._installation [2011/08/31 12:34] ktrippelvitz [Ubuntu] |
latest_docs:2_tunnel_server:1._installation [2012/07/12 11:27] (current) |
||
|---|---|---|---|
| Line 11: | Line 11: | ||
| </code> | </code> | ||
| + | ==== Debian Squeeze ==== | ||
| + | |||
| + | If you are installing this on Debian Squeeze, you will need to add a pin for OpenVPN due to a bug in the squeeze version of OpenVPN (See FAQ T36).\\ | ||
| + | \\ | ||
| + | Open up ///etc/apt/preferences// and add the following: | ||
| + | <code> | ||
| + | Package: * | ||
| + | Pin: release o=Debian,a=stable | ||
| + | Pin-Priority: 900 | ||
| + | |||
| + | Package: * | ||
| + | Pin: release o=Debian,a=testing | ||
| + | Pin-Priority: 400 | ||
| + | |||
| + | Package: openvpn | ||
| + | Pin: release o=Debian,a=testing | ||
| + | Pin-Priority: 900 | ||
| + | </code> | ||
| + | |||
| + | Also add the testing repository to your sources.list: | ||
| + | <code> | ||
| + | deb http://ftp.nl.debian.org/debian/ testing main | ||
| + | deb-src http://ftp.nl.debian.org/debian/ testing main | ||
| + | </code> | ||
| + | |||
| + | Now we are ready to start the SURFids tunnel server installation. We can now use apt-get to install. | ||
| + | <code> | ||
| + | apt-get update | ||
| + | apt-get install surfids-tunnel | ||
| + | </code> | ||
| + | |||
| + | Continue to Step 1. | ||
| ==== Debian Lenny ==== | ==== Debian Lenny ==== | ||