mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
ipsec: fix toc level
This commit is contained in:
parent
8a3147fca5
commit
c405bc3767
@ -4,9 +4,9 @@
|
|||||||
IPsec
|
IPsec
|
||||||
#####
|
#####
|
||||||
|
|
||||||
Generic Routing Encapsulation (GRE), GRE/IPsec (or IPIP/IPsec, SIT/IPsec, or any
|
:abbr:`GRE (Generic Routing Encapsulation)`, GRE/IPsec (or IPIP/IPsec,
|
||||||
other stateless tunnel protocol over IPsec) is the usual way to protect the
|
SIT/IPsec, or any other stateless tunnel protocol over IPsec) is the usual way
|
||||||
traffic inside a tunnel.
|
to protect the traffic inside a tunnel.
|
||||||
|
|
||||||
An advantage of this scheme is that you get a real interface with its own
|
An advantage of this scheme is that you get a real interface with its own
|
||||||
address, which makes it easier to setup static routes or use dynamic routing
|
address, which makes it easier to setup static routes or use dynamic routing
|
||||||
@ -26,11 +26,12 @@ what needs to be changed to make it work with a different protocol. We assume
|
|||||||
that IPsec will use pre-shared secret authentication and will use AES128/SHA1
|
that IPsec will use pre-shared secret authentication and will use AES128/SHA1
|
||||||
for the cipher and hash. Adjust this as necessary.
|
for the cipher and hash. Adjust this as necessary.
|
||||||
|
|
||||||
.. NOTE:: VMware users should ensure that VMXNET3 adapters used, e1000 adapters
|
.. NOTE:: VMware users should ensure that a VMXNET3 adapter is used. E1000
|
||||||
have known issue with GRE processing
|
adapters have known issues with GRE processing.
|
||||||
|
|
||||||
|
*************************
|
||||||
IPsec policy matching GRE
|
IPsec policy matching GRE
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^
|
*************************
|
||||||
|
|
||||||
The first and arguably cleaner option is to make your IPsec policy match GRE
|
The first and arguably cleaner option is to make your IPsec policy match GRE
|
||||||
packets between external addresses of your routers. This is the best option if
|
packets between external addresses of your routers. This is the best option if
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user