This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| vpn [2022/09/05 12:22] – venemans | vpn [2025/10/07 08:46] (current) – jansen | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ===== Sterrewacht ===== | ===== Sterrewacht ===== | ||
| - | There is a new OpenVPN server that allows you to connect your personal computer/ | + | There is a new OpenVPN server that allows you to connect your personal computer/ |
| For OpenVPN you will need a special '' | For OpenVPN you will need a special '' | ||
| Line 15: | Line 15: | ||
| ===== Sterrewacht ===== | ===== Sterrewacht ===== | ||
| - | ==== DNS problem work-around ==== | ||
| - | Recently, some people working from home have been reporting problems when trying to connect to Sterrewacht (or even all Leiden Universtity) computers, especially people renting apartments with DUWO. There is likely a problem with the DNS (domain name server) of the local internet provider. To bypass this problem, Sterrewacht users can activate the STRW VPN. For this to work, users with an existing VPN client (.ovpn) file need to make a small change. From the OpenVPN program or app, select to edit the configuration file. In the editor that appears, replace the text '' | + | ==== Split VPN connections ==== |
| + | Users are provided with two VPN client setup files (.ovpn files). | ||
| + | Usually, the one with '' | ||
| - | ==== Split VPN connections ==== | + | This allows access such as: |
| + | * Intranet | ||
| + | * [[generic: | ||
| + | * [[linux: | ||
| + | * Remote desktop protocol (RDP) to selected machines | ||
| + | * [[general_software: | ||
| - | The provided | + | ==== Full VPN ==== |
| - | In these cases, you can tweak your '' | + | The other VPN client file redirects all internet traffic over the Observatory VPN. This is useful if you need to be seen externally as part of the university network, e.g. to access some journal sites, or to be seen as being in The netherlands while you are abroad. |
| + | |||
| + | There are however situations in which it is unnecessary or even discouraged to tunnel a connection via our VPN. Imagine, for instance, how inefficient it is to tunnel a videoconference through a VPN tunnel. | ||
| + | |||
| + | ==== Tweaking your setup ==== | ||
| + | |||
| + | In special | ||
| === Example: Only Leiden University IPs via VPN === | === Example: Only Leiden University IPs via VPN === | ||
| Line 35: | Line 47: | ||
| pull-filter ignore " | pull-filter ignore " | ||
| route 132.229.0.0 255.255.0.0 vpn_gateway | route 132.229.0.0 255.255.0.0 vpn_gateway | ||
| - | route 132.229.224.4 255.255.255.255 net_gateway | + | route 132.229.216.4 255.255.255.255 net_gateway |
| </ | </ | ||
| + | |||
| + | It is possible to add more such '' | ||