<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Set Up IPsec-based VPN with Strongswan on Debian and Ubuntu	</title>
	<atom:link href="https://www.tecmint.com/setup-ipsec-vpn-with-strongswan-on-debian-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/setup-ipsec-vpn-with-strongswan-on-debian-ubuntu/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 10 Apr 2025 17:13:55 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Kusala Tech		</title>
		<link>https://www.tecmint.com/setup-ipsec-vpn-with-strongswan-on-debian-ubuntu/comment-page-1/#comment-2294484</link>

		<dc:creator><![CDATA[Kusala Tech]]></dc:creator>
		<pubDate>Thu, 10 Apr 2025 17:13:55 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=36102#comment-2294484</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/setup-ipsec-vpn-with-strongswan-on-debian-ubuntu/comment-page-1/#comment-1429044&quot;&gt;Rigacci.Org&lt;/a&gt;.

+1 - It looks like this may be a gap in the documentation from iterations over the past few years if I had to guess. We had to install charon-systemd as well :)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/setup-ipsec-vpn-with-strongswan-on-debian-ubuntu/comment-page-1/#comment-1429044">Rigacci.Org</a>.</p>
<p>+1 &#8211; It looks like this may be a gap in the documentation from iterations over the past few years if I had to guess. We had to install charon-systemd as well :)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Nir Dothan		</title>
		<link>https://www.tecmint.com/setup-ipsec-vpn-with-strongswan-on-debian-ubuntu/comment-page-1/#comment-2029181</link>

		<dc:creator><![CDATA[Nir Dothan]]></dc:creator>
		<pubDate>Sun, 25 Jun 2023 11:04:13 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=36102#comment-2029181</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/setup-ipsec-vpn-with-strongswan-on-debian-ubuntu/comment-page-1/#comment-2027602&quot;&gt;Gunjan&lt;/a&gt;.

I think it&#039;s because of ufw firewall.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/setup-ipsec-vpn-with-strongswan-on-debian-ubuntu/comment-page-1/#comment-2027602">Gunjan</a>.</p>
<p>I think it&#8217;s because of ufw firewall.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gunjan		</title>
		<link>https://www.tecmint.com/setup-ipsec-vpn-with-strongswan-on-debian-ubuntu/comment-page-1/#comment-2027602</link>

		<dc:creator><![CDATA[Gunjan]]></dc:creator>
		<pubDate>Mon, 19 Jun 2023 11:01:49 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=36102#comment-2027602</guid>

					<description><![CDATA[My tunnel seems to work both ways but after some time, I&#039;m not able to SSH any of the two machines. looks like it is due to the NAT setting we have added!! 

Can anyone else faced the same issue where they are not able to SSH the machines.]]></description>
			<content:encoded><![CDATA[<p>My tunnel seems to work both ways but after some time, I&#8217;m not able to SSH any of the two machines. looks like it is due to the NAT setting we have added!! </p>
<p>Can anyone else faced the same issue where they are not able to SSH the machines.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mal		</title>
		<link>https://www.tecmint.com/setup-ipsec-vpn-with-strongswan-on-debian-ubuntu/comment-page-1/#comment-2025084</link>

		<dc:creator><![CDATA[Mal]]></dc:creator>
		<pubDate>Sun, 11 Jun 2023 05:51:16 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=36102#comment-2025084</guid>

					<description><![CDATA[For those trying to make this work in AWS and ipsec status is stuck on &quot;&lt;strong&gt;connecting&lt;/strong&gt;&quot;, the above guide will not work. After a full day of tearing my hair out and going down all kinds of rabbit holes.

I discovered a post on serverfault by a user named Michael, about EIPs not being bound to system stack in EC2 instances. The EC2 doesn&#039;t know about its own public EIP, so the config fails. You&#039;ll need to add additional parameters, according to the below. Left is the system you&#039;re working on, and right is the remote system.
&lt;pre&gt;
left=10.10.10.10         # instance private IP of local system
leftsourceip=10.10.10.10 # instance private IP of local system
leftid=203.x.x.x         # elastic IP of local system
leftsubnet=10.x.x.x/xx

rightsubnet=10.x.x.x/xx
right=198.x.x.x          # elastic IP of remote system
&lt;/pre&gt;
https://serverfault.com/questions/699741/strongswan-vpn-tunnel-between-two-aws-instances-wont-connect

Also, strongswan service is now &lt;strong&gt;strongswan-starter&lt;/strong&gt;.]]></description>
			<content:encoded><![CDATA[<p>For those trying to make this work in AWS and ipsec status is stuck on &#8220;<strong>connecting</strong>&#8220;, the above guide will not work. After a full day of tearing my hair out and going down all kinds of rabbit holes.</p>
<p>I discovered a post on serverfault by a user named Michael, about EIPs not being bound to system stack in EC2 instances. The EC2 doesn&#8217;t know about its own public EIP, so the config fails. You&#8217;ll need to add additional parameters, according to the below. Left is the system you&#8217;re working on, and right is the remote system.</p>
<pre>
left=10.10.10.10         # instance private IP of local system
leftsourceip=10.10.10.10 # instance private IP of local system
leftid=203.x.x.x         # elastic IP of local system
leftsubnet=10.x.x.x/xx

rightsubnet=10.x.x.x/xx
right=198.x.x.x          # elastic IP of remote system
</pre>
<p><a target="_blank" href="https://serverfault.com/questions/699741/strongswan-vpn-tunnel-between-two-aws-instances-wont-connect" rel="nofollow ugc">https://serverfault.com/questions/699741/strongswan-vpn-tunnel-between-two-aws-instances-wont-connect</a></p>
<p>Also, strongswan service is now <strong>strongswan-starter</strong>.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: ip-fresh		</title>
		<link>https://www.tecmint.com/setup-ipsec-vpn-with-strongswan-on-debian-ubuntu/comment-page-1/#comment-1891966</link>

		<dc:creator><![CDATA[ip-fresh]]></dc:creator>
		<pubDate>Wed, 05 Oct 2022 12:02:41 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=36102#comment-1891966</guid>

					<description><![CDATA[Hi, 

Thank you for this tutorial.

I just noticed a typo here:

rightsubnet – states the private subnet behind the left participant. &#060;-- I think you mean the &#034;right participant&#034;]]></description>
			<content:encoded><![CDATA[<p>Hi, </p>
<p>Thank you for this tutorial.</p>
<p>I just noticed a typo here:</p>
<p>rightsubnet – states the private subnet behind the left participant. &lt;&#8211; I think you mean the &quot;right participant&quot;</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
