An open API service indexing awesome lists of open source software.

https://github.com/githubfoam/strongswan-host-2-host-sandbox

strongswan IPsec VPN tunnel Pre-shared Keys (PSK)
https://github.com/githubfoam/strongswan-host-2-host-sandbox

ipsec strongswan vpn

Last synced: 6 months ago
JSON representation

strongswan IPsec VPN tunnel Pre-shared Keys (PSK)

Awesome Lists containing this project

README

          

#IPSec VPN Host to Host (without NAT)

WEST
~~~~

vagrant@west-01:
sudo cp /etc/ipsec.conf /etc/ipsec.conf.orig

cat< east-01.local: ESP(spi=0xcbb690a7,seq=0x45), length 1440
18:48:56.337787 IP west-01.local > east-01.local: esp
18:48:56.337805 IP west-01.local > east-01.local: esp
18:48:56.337870 IP east-01.local > west-01.local: ESP(spi=0xc45ce6ae,seq=0x45), length 1440
18:48:56.337923 IP east-01.local > west-01.local: esp
18:48:56.337933 IP east-01.local > west-01.local: esp
18:48:57.362834 IP west-01.local > east-01.local: ESP(spi=0xcbb690a7,seq=0x46), length 1440
18:48:57.362876 IP west-01.local > east-01.local: esp
18:48:57.362880 IP west-01.local > east-01.local: esp
18:48:57.363036 IP east-01.local > west-01.local: ESP(spi=0xc45ce6ae,seq=0x46), length 1440
18:48:57.363152 IP east-01.local > west-01.local: esp
18:48:57.363178 IP east-01.local > west-01.local: esp
^C
12 packets captured
12 packets received by filter
0 packets dropped by kernel

~~~~