<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How to set vpn client system connection using cli?]]></title><description><![CDATA[<p dir="auto">Hello<br />
We have a working Pfsense openvpn server,  with clients connecting many different ways.  So far client set up is done using a gui on client end.</p>
<p dir="auto">What I need to do is get a non gui  Debian system to work using cli only.  We are using version debian version: 2.3.2-7~bpo70+2</p>
<p dir="auto">I assume a Pfsense  'Standard Configuration Archive ' will be used.</p>
<p dir="auto">Could someone please point me to documentation or threads etc  on how to set  vpn client system connection ?</p>
<p dir="auto">best regards, Rob Fantini</p>
]]></description><link>https://forum.netgate.com/topic/80363/how-to-set-vpn-client-system-connection-using-cli</link><generator>RSS for Node</generator><lastBuildDate>Fri, 05 Jun 2026 22:55:44 GMT</lastBuildDate><atom:link href="https://forum.netgate.com/topic/80363.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 25 Feb 2015 13:49:27 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to set vpn client system connection using cli? on Wed, 25 Feb 2015 14:42:28 GMT]]></title><description><![CDATA[<p dir="auto">OK I found this link: https://help.ubuntu.com/lts/serverguide/openvpn.html#openvpn-simple-client-configuration  which gave me the clues to set up.</p>
<pre><code>
cd /etc/openvpn

unzip  XX--udp-1194-bsdp-config.zip

ln -s  XX-udp-1194-bsdp.ovpn client.conf

service openvpn start

</code></pre>
<p dir="auto">It asks for a name and password , I'll figure out how to store that next.</p>
<p dir="auto">then check connection with:</p>
<pre><code>
ifconfig tun0

</code></pre>
]]></description><link>https://forum.netgate.com/post/522921</link><guid isPermaLink="true">https://forum.netgate.com/post/522921</guid><dc:creator><![CDATA[robfantini]]></dc:creator><pubDate>Wed, 25 Feb 2015 14:42:28 GMT</pubDate></item></channel></rss>