Gemeinsame Systemgruppe IfI/b-it

You are here: aktuelles » en » pvm » internet

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:pvm:internet [2017-07-13 16:03] – created gottwalden:pvm:internet [2020-06-30 12:52] (current) – external edit 127.0.0.1
Line 1: Line 1:
-===Internet Access===+ ===Internet Access===
  
-Internet access will be available by using our VPN. To get a vpn account please follow the [[en:vpn:linux|VPN installation guide]]. +Internet access outside of the Institut of Informatics or the B-IT is not provided currently.
-==VPNC==+
  
-The vpn client required to access our network is already preinstalledOpen the commandline and enter the following commands to start a VPN connection:+For WWW downloads etc. you can use our web-proxy at ''**web-proxy.cs.uni-bonn.de**'', protocol **TCP**, port ''**3128**''.
  
- <code>~$ sudo vpnc 
-[sudo] password for ptw: enterYourAccountPassword 
  
- Enter username for 131.220.242.5: enterYourUserName 
- 
- Enter password for ptw@131.220.242.5: enterYourVPNPassword 
- 
- VPNC started in background (pid: 1337)</code> 
- 
-To verify that your VPN connection is up and running: 
- 
- 
-<code> 
-~$ ifconfig -a 
-tun0     Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00   
-         inet addr:131.220.243.228  P-t-P:131.220.243.228  Mask:255.255.255.255 
-         UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1412  Metric:1 
-         RX packets:0 errors:0 dropped:0 overruns:0 frame:0 
-         TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 
-         collisions:0 txqueuelen:500   
-         RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)</code> 
-==Static Routes== 
- 
->Important: Please consider the notes below about the network connectivity of your PVM. 
-> 
->Once your VPN connection is up and running you may experience loss of connectivity to your VM. This occurs because the main IP Address will change to the VPN Address. 
- 
-To avoid a loss of connectivity we preconfigured static routes in: 
- 
-/etc/network/interfaces 
-<code>... 
-  up route add -net 131.220.4.0/24   gw 10.5.5.1 dev eth0 
-  up route add -net 131.220.5.0/24   gw 10.5.5.1 dev eth0 
-  up route add -net 131.220.8.0/24   gw 10.5.5.1 dev eth0 
-  up route add -net 131.220.240.0/24 gw 10.5.5.1 dev eth0 
-  up route add -net 131.220.152.0/24  gw 10.5.5.1 dev eth0  
-  up route add -net 131.220.155.0/24  gw 10.5.5.1 dev eth0</code> 
-   
-If you access your PVM from one of those subnets your network traffic will be routed directly and not via VPN, so that you may safely enable or disable your VPN without loosing current network connections to your PVM.