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)
- Host: GitHub
- URL: https://github.com/githubfoam/strongswan-host-2-host-sandbox
- Owner: githubfoam
- License: gpl-3.0
- Created: 2020-02-16T12:17:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-16T22:12:50.000Z (over 5 years ago)
- Last Synced: 2025-02-05T07:49:40.298Z (8 months ago)
- Topics: ipsec, strongswan, vpn
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.origcat< 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~~~~