mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-06 15:13:56 +02:00
Update StrongSwan setup docs (#1181)
This commit is contained in:
parent
54a91447bf
commit
465cbeb7e0
1 changed files with 3 additions and 1 deletions
|
@ -132,11 +132,13 @@ One common use case is to let your server access your local LAN without going th
|
||||||
|
|
||||||
conn lan-passthrough
|
conn lan-passthrough
|
||||||
leftsubnet=192.168.1.1/24 # Replace with your LAN subnet
|
leftsubnet=192.168.1.1/24 # Replace with your LAN subnet
|
||||||
rightsubnet=192.168.1.1/24 # Replac with your LAND subnet
|
rightsubnet=192.168.1.1/24 # Replace with your LAN subnet
|
||||||
authby=never # No authentication necessary
|
authby=never # No authentication necessary
|
||||||
type=pass # passthrough
|
type=pass # passthrough
|
||||||
auto=route # no need to ipsec up lan-passthrough
|
auto=route # no need to ipsec up lan-passthrough
|
||||||
|
|
||||||
|
To configure the connection to come up at boot time replace `auto=add` with `auto=start`.
|
||||||
|
|
||||||
### Other Devices
|
### Other Devices
|
||||||
|
|
||||||
Depending on the platform, you may need one or multiple of the following files.
|
Depending on the platform, you may need one or multiple of the following files.
|
||||||
|
|
Loading…
Add table
Reference in a new issue