https://github.com/keks51/strongswan-example
strongswan vpn example
https://github.com/keks51/strongswan-example
strongswan vpn
Last synced: 4 months ago
JSON representation
strongswan vpn example
- Host: GitHub
- URL: https://github.com/keks51/strongswan-example
- Owner: keks51
- License: mit
- Created: 2025-04-02T19:56:05.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-06-07T16:38:58.000Z (4 months ago)
- Last Synced: 2025-06-07T17:32:39.274Z (4 months ago)
- Topics: strongswan, vpn
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
## Example of several strongswan configurations
### One server
```text
| 177.177.177.177 | === | 192.164.45.32 | -- internet
client sun
```see [sun](files/sun.md)
### Two servers
```text
| 177.177.177.177 | === | 192.164.45.32 | === | 3.14.76.25 | -- internet
client sun moon
```see [sun_moon](files/sun_moon.md)
to route traffic (which is sent to specific ip) directly from sun instead of forwarding to moon see [masquerading](files/masquarading.md).
for example request to https://whatismyipaddress.com/ should be sent from sun.### Three servers
```text
| 177.177.177.177 | === | 192.164.45.32 | === | 192.165.40.30 | === | 3.14.76.25 | -- internet
client sun1 sun2 moon
```see [two sun_moon](files/two_suns_moon.md)
to route traffic (which is sent to specific ip) directly from sun instead of forwarding to moon see [masquerading](files/masquarading.md).
for example request to https://whatismyipaddress.com/ should be sent from sun.### Troubleshooting see
[troubleshooting](files/troubleshooting.md)