Difference between revisions of "Vpn linux"
Jump to navigation
Jump to search
(→Notes) |
|||
Line 47: | Line 47: | ||
=== Notes === | === Notes === | ||
[nl] | [nl] | ||
− | * In /etc/ppp/options staat default "idle 600". Een VPN connectie wordt verbroken als ze 600 seconden niet | + | * In /etc/ppp/options staat default "idle 600". Een VPN connectie wordt verbroken als ze 600 seconden niet wordt gebruikt |
− | wordt gebruikt | ||
* Met /sbin/ifconfig kun je zien het ppp0 interface bestaat | * Met /sbin/ifconfig kun je zien het ppp0 interface bestaat | ||
+ | * Gebruik /usr/sbin/traceroute www.sciencedirect.com om te zien of VPN gebruikt wordt voor toegang tot de betreffende site | ||
* Om al de verbindingen via vpn te laten lopen zie: | * Om al de verbindingen via vpn te laten lopen zie: | ||
[/nl] | [/nl] | ||
[en] | [en] | ||
* The configuration file /etc/ppp/options contains by default "idle 600". A VPN connection is disconnected if it is idle for 600 seconds | * The configuration file /etc/ppp/options contains by default "idle 600". A VPN connection is disconnected if it is idle for 600 seconds | ||
+ | * Use /sbin/ifconfig to check wether the ppp0 interface exists | ||
+ | * Use /usr/sbin/traceroute www.sciencedirect.com to check wether VPN is used for access to this site | ||
* To use VPN for all connections see: | * To use VPN for all connections see: | ||
[/en] | [/en] |
Revision as of 00:10, 15 August 2009
Configuring a PPTP VPN connection in Linux
To configure a PPTP VPN connection in Linux you need at least the following:
- Read science.ru.nl instead of sci.kun.nl. Pictures are before the DNS rename!!!
- An internet connection
- A provider with GRE support (default)
- A cabel/ADSL router (if applicable) with GRE support (default)
- A username and password
See [1] and/or [2] for installation instructions for the various Linux distributions.
PPTP VPN in openSuSE 11.1
- Install the "pptp" package using YaST
- Become root using the "su" command
- Create a ppp0 interface with the following command:
pptpsetup --create radboud --server vpn-srv.science.ru.nl --username USERNAME --encrypt --start
- For each website you want to access through VPN give a "route" command. E.g. for access to www.sciencedirect.com:
route add -net www.sciencedirect.com netmask 255.255.255.255 dev ppp0
Notes
- The configuration file /etc/ppp/options contains by default "idle 600". A VPN connection is disconnected if it is idle for 600 seconds
- Use /sbin/ifconfig to check wether the ppp0 interface exists
- Use /usr/sbin/traceroute www.sciencedirect.com to check wether VPN is used for access to this site
- To use VPN for all connections see: