Skip to content

Commit 5bb58cd

Browse files
author
Michał Gryczka
committed
images corrected, openvpn LP title updated
1 parent 948d6bf commit 5bb58cd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/content/blog/top_3_reasons_to_replace_openvpn_access_server.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The Edge Components that must be exposed to the public internet, the VPN gateway
5050

5151
The communication between the components is designed to prevent lateral movement from public (proxy, gateway) to private (core) network segments. This can be achieved in several ways on the network level, e.g. through separate VLANs or multiple firewalls.
5252

53-
![Defguard architecture: Segmented, isolated control-plane and edge components](/public/images/blog/openvpn_vs_defguard_top_3/defguard_architecture.png)
53+
![Defguard architecture: Segmented, isolated control-plane and edge components](/images/blog/openvpn_vs_defguard_top_3/defguard_architecture.png)
5454

5555
Segmented approach significantly reduces the attack surface and makes the whole system more resilient. It also has other benefits like robust scalability that we’re discussing in the Scalability chapter.
5656

@@ -64,7 +64,7 @@ This can be a serious problem when onboarding users with multiple devices, like
6464

6565
Defguard shows you all connected users and devices in a simple and beautiful way along with essential information about users' activity. It also empowers users to add new devices via [enrollment and onboarding workflows](https://docs.defguard.net/help/enrollment).
6666

67-
![Comparison of OpenVPN Access Server and Defguard: Defguard VPN Locations Overview](/public/images/blog/openvpn_vs_defguard_top_3/VPN%20Overview.png)
67+
![Comparison of OpenVPN Access Server and Defguard: Defguard VPN Locations Overview](/images/blog/openvpn_vs_defguard_top_3/VPN%20Overview.png)
6868

6969

7070
### Access Control - application based ACLs vs ACLs enforced on firewall
@@ -79,7 +79,7 @@ This opens a lot of possibilities as you can have multiple gateways each running
7979

8080
Moreover Defguard Access Control Lists allow you to define rules based on groups, users and network devices. This way you end up with less rules and more control.
8181

82-
![Defguard Access Control Lists: Unified management of firewall rules across multiple gateways](/public/images/blog/openvpn_vs_defguard_top_3/firewall_rule_acl.png)
82+
![Defguard Access Control Lists: Unified management of firewall rules across multiple gateways](/images/blog/openvpn_vs_defguard_top_3/firewall_rule_acl.png)
8383

8484

8585
Overall, while OpenVPN Access Server will serve its purpose when it comes to creating single SSL VPN based access for your organization, it lacks a modern technology stack that guarantees maximum resilience to errors, separation of concerns (data plane / control plane) and essential device and user management tools that you need in order to have ultimate secure access.

src/pages/openvpn.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import HomeSection from "../components/home/HomeSection.astro";
1010
import FeatureCapsules from "../pages/_home/components/FeatureCapsules.astro";
1111
import TrustedBy from "../pages/_home/components/TrustedBy.astro";
1212
13-
const title = "OpenVPN to WireGuard Migration: Replace OpenVPN with Faster Enterprise VPN";
13+
const title = "OpenVPN Access Server Alternative: Top 3 Reasons to Switch to Defguard";
1414
const description = "Migrate from OpenVPN to WireGuard with Defguard. Get 3x faster VPN speeds, native MFA, zero-touch enrollment, and Active Directory integration. Free 14-day trial for enterprise teams.";
1515
const url = "https://defguard.net/openvpn/";
1616
const publishedDate = "2024-01-15";
@@ -93,9 +93,9 @@ const faqEntries = [
9393

9494
<main id="openvpn-migration" class="with-sidebar-nav">
9595
<header id="hero">
96-
<h1>OpenVPN to WireGuard Migration: Faster Enterprise VPN with Native MFA</h1>
96+
<h1>Best OpenVPN Access Server Alternative</h1>
9797
<p class="description">
98-
Replace OpenVPN with Defguard—a modern WireGuard® VPN that's 3x faster with native multi-factor authentication, zero-touch enrollment, and Active Directory integration. Self-hosted for complete data control.
98+
Defguard provides better performance, security, and enterprise features.
9999
</p>
100100
<div class="cta-buttons">
101101
<AstroButton text="See the Difference" link={{ href: "#comparison-interactive", target: "_self" }} />

0 commit comments

Comments
 (0)