Changes

From Amahi Wiki
Jump to: navigation, search
564 bytes added ,  14:57, 15 June 2016
no edit summary
== Disconnecting Ipvanish VPN ==
As mentioned before disconnecting the VPN tunnel is a little troublesome as it doesn't disconnect in an easy way.
<br> we need to find the VPN tunnel connection and then using a Kill command stop it
 
<br> Issue the following command in your shell console
<br><code>ifconfig</code>
<br>look out for a connection named tun0 or tun1 that looks like this <POINTOPOINT,NOARP,MULTICAST>.
</p> once we have identified the connection we simply kill it by issuing the following command
<code>sudo ifconfig tun0 down</code>
<br> or
<br><code>sudo ifconfig tun1 down</code>
27

edits