This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
technical:ipsec:ipsec-tools [2023/03/27 15:13] – jc | technical:ipsec:ipsec-tools [2023/03/27 15:23] (current) – jc | ||
---|---|---|---|
Line 11: | Line 11: | ||
ip tunnel add gre0 mode gre remote < | ip tunnel add gre0 mode gre remote < | ||
ip link set gre0 up | ip link set gre0 up | ||
- | ip address < | + | ip address < |
``` | ``` | ||
# Configure ipsec.conf | # Configure ipsec.conf | ||
Line 58: | Line 58: | ||
compression_algorithm deflate; | compression_algorithm deflate; | ||
} | } | ||
+ | ``` | ||
# Copy Certificates and Key | # Copy Certificates and Key | ||
``` | ``` |