-
Notifications
You must be signed in to change notification settings - Fork 13
/
vpc.html
118 lines (118 loc) · 5.45 KB
/
vpc.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
---
layout: default
class: aws
title: Pritunl - Multi-Cloud VPC Peering
header_class: header-top
---
<section class="promo promo-short section offset-header abstract0">
<div class="promo-short-background-img"></div>
<div class="container">
<div class="row">
<div class="overview col-md-12 col-sm-12 col-xs-12">
<h2 class="title">Multi-Cloud VPC Peering</h2>
<p class="summary">
Interconnect VPC networks using IPsec across AWS, Google Cloud and Oracle Cloud to provide reliable peering with automatic failover that can scale horizontally
</p>
<img class="promo-short-img" src="img/aws_dark.png" alt="Amazon AWS"/>
</div>
</div>
</div>
</section>
<section class="features feature-simple section">
<div class="container">
<div class="row">
<h2 class="title text-center">Reliable VPC Networking</h2>
<div class="item col-md-6 col-md-offset-3 col-sm-12 col-xs-12">
<div class="img-overlay-box">
<img class="feature" src="img/vpc_peering.png" alt=""/>
</div>
</div>
</div>
<div class="row">
<div class="item feature-desc col-md-10 col-md-offset-1 col-sm-12 col-xs-12">
<p>Interconnect your VPC networks and provide remote access in minutes. Pritunl can handle both small and large use cases on AWS without any complicated configuration.</p>
</div>
</div>
<div class="row">
<h2 class="title text-center">Cloud Providers</h2>
<div class="item col-md-6 col-md-offset-3 col-sm-12 col-xs-12">
<div class="img-overlay-box">
<a href="https://docs.pritunl.com/docs/aws" target="_blank"><img class="feature" src="img/aws.png" alt="AWS"/></a>
</div>
</div>
</div>
<div class="row">
<div class="item col-md-6 col-md-offset-3 col-sm-12 col-xs-12">
<div class="img-overlay-box">
<a href="https://docs.pritunl.com/docs/google-cloud" target="_blank"><img class="feature" src="img/google_cloud.png" alt="Google Cloud"/></a>
</div>
</div>
</div>
<div class="row">
<div class="item col-md-6 col-md-offset-3 col-sm-12 col-xs-12">
<div class="img-overlay-box">
<a href="https://docs.pritunl.com/docs/azure-link" target="_blank"><img class="feature" src="img/azure.png" alt="Azure"/></a>
</div>
</div>
</div>
<div class="row">
<div class="item col-md-6 col-md-offset-3 col-sm-12 col-xs-12">
<div class="img-overlay-box">
<a href="https://docs.pritunl.com/docs/oracle-cloud" target="_blank"><img class="feature" src="img/oracle_cloud.png" alt="Oracle Cloud"/></a>
</div>
</div>
</div>
<div class="row">
<div class="item feature-desc col-md-10 col-md-offset-1 col-sm-12 col-xs-12">
<p>Full support with automated routing table management and failover available for AWS, Google Cloud, Azure and Oracle Cloud.</p>
</div>
</div>
<div class="row">
<h2 class="title text-center">AWS Integration</h2>
<div class="item col-md-6 col-md-offset-3 col-sm-6 col-sm-offset-3 col-xs-10 col-xs-offset-1">
<img class="img-saml" src="img/aws_settings.png" alt=""/>
</div>
</div>
<div class="row">
<div class="item feature-desc google-desc col-md-10 col-md-offset-1 col-sm-12 col-xs-12">
<p>Pritunl integrates with the AWS API to provide automated and dynamic configuration of the VPC. This allows complex and redundant VPN configurations without the need for manual management.</p>
</div>
</div>
<div class="row">
<h2 class="title text-center">Dynamic VPC Routing</h2>
<div class="item col-md-6 col-md-offset-3 col-sm-6 col-sm-offset-3 col-xs-10 col-xs-offset-1">
<img class="img-saml" src="img/aws_route.png" alt=""/>
</div>
</div>
<div class="row">
<div class="item feature-desc google-desc col-md-10 col-md-offset-1 col-sm-12 col-xs-12">
<p>Pritunl will dynamically adjust the VPC routing table to handle instance failures. When an instance fails over to a backup instance the routing table will be automatically updated.</p>
<a class="title btn btn-lg scrollto" href="http://docs.pritunl.com/docs/aws-route-advertisement" target="_blank">AWS Tutorial <i class="fa fa-star"></i></a>
</div>
</div>
<div class="row">
<h2 class="title text-center">DNS Mapping</h2>
<div class="item title dns-mapping-title col-md-12 col-sm-12 col-xs-12">
user0.organization0.vpn
</div>
</div>
<div class="row">
<div
class="item dns-mapping-item feature-desc col-md-10 col-md-offset-1 col-sm-12 col-xs-12">
<p>All connected users and devices are mapped to a dns domain with their username and organization name.</p>
</div>
</div>
<div class="row">
<h2 class="title text-center">DNS Forwarding</h2>
<div class="item title dns-forwarding-title col-md-12 col-sm-12 col-xs-12">
search.user.org.vpn -> search.node.consul
</div>
</div>
<div class="row">
<div
class="item dns-mapping-item feature-desc col-md-10 col-md-offset-1 col-sm-12 col-xs-12">
<p>Forward dns queries to a dns server on a remote network such as a consul server on an AWS VPC.</p>
</div>
</div>
</div>
</section>