Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-updates > by-pkgid > 089c2a9bd5c4c7d29319ed88551fed0e > files > 10

openconnect-7.08-1.mga6.x86_64.rpm


	<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  <head>
    <title>OpenConnect VPN client.</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="description" content="VPN client compatible with Cisco AnyConnect SSL VPN" />
    <meta name="keywords" content="OpenConnect, AnyConnect, Cisco, VPN, SSLVPN, SSL VPN" />
    <link href="./styles/main.css" rel="styleSheet" type="text/css" />
    <link href='http://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css' />
 </head>
 
<body>
   <div id="logo" align="right">	
     <img src="./images/openconnect.png" height="96px" alt="OpenConnect" />
   </div>
   <div id="main">



	
	
	
	<div id="menu1">

	<span class="nonsel">
<a href="index.html"><span>Home</span></a>
</span>

	<span class="nonsel">
<a href="features.html"><span>Features</span></a>
</span>

	<span class="sel">
<a href="building.html"><span>Getting Started</span></a>
</span>

	<span class="nonsel">
<a href="mail.html"><span>Mailing List / Help</span></a>
</span>

	<span class="nonsel">
<a href="contribute.html"><span>Contribute</span></a>
</span>

	<span class="nonsel">
<a href="anyconnect.html"><span>Protocols</span></a>
</span>

	<span class="nonsel">
<a href="http://www.infradead.org/ocserv/"><span>VPN Server</span></a>
</span>

	<p>OpenConnect VPN client</p>

	</div>

	
	<div id="menu2">

        <span class="nonsel">
<a href="building.html"><span>Building</span></a>
</span>

        <span class="nonsel">
<a href="vpnc-script.html"><span>vpnc-script</span></a>
</span>

	<span class="sel">
<a href="connecting.html"><span>Connecting</span></a>
</span>

	<span class="nonsel">
<a href="manual.html"><span>Manual</span></a>
</span>

	</div>

	
	     <div id="textbox">
       <div id="text">
	</div>


    	<h1>Connecting to the VPN</h1>

<p>Once you have <a href="building.html">installed</a> OpenConnect and checked that you have a
<a href="vpnc-script.html">vpnc-script</a> which will set up the routing and DNS for it, using OpenConnect
 is very simple. As root, run the following command:
 <ul>
   <li><tt>openconnect https://vpn.mycompany.com/</tt></li>
 </ul>
    </p>

<p>That should be it, if you have a password-based login. If you use
certificates, you'll need to tell OpenConnect where to find the
certificate with the <tt>-c</tt> option.</p>

<p>You can provide the certificate either as the file name of a PKCS#12 or PEM file,
or if OpenConnect is built against a suitable version of GnuTLS you can provide the
certificate in the form of a PKCS#11 URL:
<ul>
  <li><tt>openconnect -c certificate.pem https://vpn.mycompany.com/</tt></li>
  <li><tt>openconnect -c pkcs11:id=X_%b04%c3%85%d4u%e7%0b%10v%08%c9%0dA%8f%3bl%df https://vpn.mycompany.com/</tt></li>
</ul>
</p>

<p>You might need to steal the
certificate from your Windows certificate store using a tool like <a href="http://www.isecpartners.com/application-security-tools/jailbreak.html">Jailbreak</a>.</p>
<p>
To start with, you can ignore anything you see in the <a href="technical.html">technical</a>
page about needing to patch OpenSSL or GnuTLS so that DTLS works — you
can survive without it, although DTLS will make your connections much
faster if you're experiencing packet loss between you and the VPN
server. But you can worry about that later.
</p>

	      </div>
   </div>
  </body>
</html>