Ask the Community
Groups
OpenVPN - How to remove the OpenVPN configuration from an appliance - Connect IT Community | Kaseya
<main> <article class="userContent"> <h2 data-id="summary"><strong>SUMMARY</strong></h2> <p>OpenVPN - How to remove the OpenVPN configuration from an appliance</p> <h2 data-id="issue"><strong>ISSUE</strong></h2> <p></p> <h3 data-id="purpose">Purpose</h3> <p>How to remove the OpenVPN configuration from an appliance</p> <h3 data-id="applies-to">Applies To</h3> <p>All Appliances with OpenVPN configured</p> <h2 data-id="resolution"><strong>RESOLUTION</strong></h2> <p></p> <p><span style="font-size: medium;"><b>For CENTOS 7: </b></span>We are currently seeing cases where this does not work for CentOS7. Please contact L2 to see if there is a resolution. When one exists, this will be updated to reflect it. For CentOS6.x system you can use the instructions below<br><br>** Warning - This is a total removal of OpenVPN, not to be used for a partial reset or troubleshooting tunnel issues following successful replication setup **<br><br>** Should only be performed by users comfortable with Linux and command line **<br><br>Stop OpenVPN service:</p> <blockquote class="blockquote"> <p>service openvpn stop</p> </blockquote> <p>Disable OpenVPN service from boot time startup:</p> <blockquote class="blockquote"> <p>chkconfig openvpn off</p> </blockquote> <p>Remove OpenVPN configuration files:</p> <blockquote class="blockquote"> <p>cd /etc/openvpn/</p> <p>ls -rlasth /etc/openvpn/</p> <p>rm -rf /etc/openvpn/*<br><br>ls -rlasth /etc/openvpn/</p> </blockquote> </article> </main>