We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi All,
We have deployed a containerized strongswan using "vimagick/strongswan" image. Our requirement is as below:
Problem We are facing:
We have added routes on local pods to send traffic to X.X.X.X via strongswan pod.
Can someone help us with right configurations?
Below is the config file:
config setup #charondebug="ike 3, knl 3, cfg 3, chd 3, dmn 3" charondebug="dmn 5, mgr 5, ike 5, chd 5, job 5, enc 4, knl 2, enc 5, net 2, asn 2, lib 5, esp 5, tls 2, tnc 2, imc 2, imv 2, pts 2, cfg 5" conn "ikev2" auto=start keyexchange=ikev2 ike=aes256-sha2_256-modp2048 esp=aes256-sha2_256 type=tunnel leftsourceip=%modeconfig leftcert=abc.pem right=<Public_IP_of_remote_side> rightid=%any rightsubnet=X.X.X.0/26 authby=rsasig dpddelay=5 dpdtimeout=20 dpdaction=restart closeaction=restart keyingtries=%forever
Diagram:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi All,
We have deployed a containerized strongswan using "vimagick/strongswan" image. Our requirement is as below:
Problem We are facing:
We have added routes on local pods to send traffic to X.X.X.X via strongswan pod.
Can someone help us with right configurations?
Below is the config file:
config setup
#charondebug="ike 3, knl 3, cfg 3, chd 3, dmn 3"
charondebug="dmn 5, mgr 5, ike 5, chd 5, job 5, enc 4, knl 2, enc 5, net 2, asn 2, lib 5, esp 5, tls 2, tnc 2, imc 2, imv 2, pts 2, cfg 5"
conn "ikev2"
auto=start
keyexchange=ikev2
ike=aes256-sha2_256-modp2048
esp=aes256-sha2_256
type=tunnel
leftsourceip=%modeconfig
leftcert=abc.pem
right=<Public_IP_of_remote_side>
rightid=%any
rightsubnet=X.X.X.0/26
authby=rsasig
dpddelay=5
dpdtimeout=20
dpdaction=restart
closeaction=restart
keyingtries=%forever
Diagram:
The text was updated successfully, but these errors were encountered: