<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Unable to reach ip alias on remote pfsense through ipsec tunnel]]></title><description><![CDATA[<p dir="auto">Hi all</p>
<p dir="auto">I have two pfSense 2.5.2 boxes connected via ipsec. On the first box i have an ip alias 10.10.15.1/32 and on this alias is a webserver running at tcp port 80 and 443 - it's the webserver from pfBlockerNG-devel. My goal is to reach the webserver on 10.10.15.1 from the right side (10.0.2.0/24). This is my schema below.</p>
<p dir="auto"><img src="/assets/uploads/files/1627038111072-drawing1.png" alt="Drawing1.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">My host 10.0.2.99 can ping my ip alias 10.10.15.1, i can see the traffic flowing on 10.0.2.254</p>
<pre><code>[2.5.2-RELEASE][admin@gw-ch-003]/root: tcpdump -i igb1 icmp
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on igb1, link-type EN10MB (Ethernet), capture size 262144 bytes
13:05:19.379149 IP 10.0.2.99 &gt; 10.10.15.1: ICMP echo request, id 1, seq 1466, length 40
13:05:19.395672 IP 10.10.15.1 &gt; 10.0.2.99: ICMP echo reply, id 1, seq 1466, length 40
13:05:20.385170 IP 10.0.2.99 &gt; 10.10.15.1: ICMP echo request, id 1, seq 1467, length 40
13:05:20.401283 IP 10.10.15.1 &gt; 10.0.2.99: ICMP echo reply, id 1, seq 1467, length 40
13:05:21.388536 IP 10.0.2.99 &gt; 10.10.15.1: ICMP echo request, id 1, seq 1468, length 40
13:05:21.409268 IP 10.10.15.1 &gt; 10.0.2.99: ICMP echo reply, id 1, seq 1468, length 40
13:05:22.393433 IP 10.0.2.99 &gt; 10.10.15.1: ICMP echo request, id 1, seq 1469, length 40
13:05:22.405288 IP 10.10.15.1 &gt; 10.0.2.99: ICMP echo reply, id 1, seq 1469, length 40
</code></pre>
<p dir="auto">Interesting is, i can not see the traffic on the other side (interface with 10.0.0.254).</p>
<p dir="auto">More interesting is, if i issue a telnet to 10.10.15.1 on port 80 from 10.0.2.99 to check if i can reach the http server, then i do not get any response.</p>
<pre><code>[2.5.2-RELEASE][admin@gw-ch-003]/root: tcpdump -i igb1 src 10.0.2.99 and port 80
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on igb1, link-type EN10MB (Ethernet), capture size 262144 bytes
13:10:09.328352 IP 10.0.2.99.62984 &gt; 10.10.15.1.http: Flags [S], seq 959874038, win 64320, options [mss 1340,nop,wscale 8,nop,nop,sackOK], length 0
13:10:10.339211 IP 10.0.2.99.62984 &gt; 10.10.15.1.http: Flags [S], seq 959874038, win 64320, options [mss 1340,nop,wscale 8,nop,nop,sackOK], length 0
13:10:12.352183 IP 10.0.2.99.62984 &gt; 10.10.15.1.http: Flags [S], seq 959874038, win 64320, options [mss 1340,nop,wscale 8,nop,nop,sackOK], length 0
13:10:16.359187 IP 10.0.2.99.62984 &gt; 10.10.15.1.http: Flags [S], seq 959874038, win 64320, options [mss 1340,nop,wscale 8,nop,nop,sackOK], length 0
</code></pre>
<p dir="auto">Interesting is, i also can not see the traffic on the other side at (interface with 10.0.0.254)...</p>
<p dir="auto">Additional facts:</p>
<ul>
<li>There are no firewall rules preventing the communication.</li>
<li>The webserver is reachable from any host on the left side (10.0.0.0/24).</li>
<li>The ping response comes from the ip alias on the other side (if i change the ip alias to another address, then the ping does not answer anymore).</li>
</ul>
<p dir="auto">Wtf? Any idea?</p>
<p dir="auto">Best regards<br />
Tom</p>
]]></description><link>https://forum.netgate.com/topic/165338/unable-to-reach-ip-alias-on-remote-pfsense-through-ipsec-tunnel</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Apr 2026 17:27:26 GMT</lastBuildDate><atom:link href="https://forum.netgate.com/topic/165338.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 23 Jul 2021 11:14:36 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Unable to reach ip alias on remote pfsense through ipsec tunnel on Fri, 23 Jul 2021 13:08:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jknott">@<bdi>jknott</bdi></a><br />
The traffic goes through the IPSec tunnel because the networks are defined in IPSec phase 2.</p>
]]></description><link>https://forum.netgate.com/post/993589</link><guid isPermaLink="true">https://forum.netgate.com/post/993589</guid><dc:creator><![CDATA[TomTheOne]]></dc:creator><pubDate>Fri, 23 Jul 2021 13:08:38 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to reach ip alias on remote pfsense through ipsec tunnel on Fri, 23 Jul 2021 12:30:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tomtheone">@<bdi>tomtheone</bdi></a></p>
<p dir="auto">Have you set up routing to that alias?  Otherwise, the computer on the right has no idea how to reach it and will try to use the default route.</p>
]]></description><link>https://forum.netgate.com/post/993575</link><guid isPermaLink="true">https://forum.netgate.com/post/993575</guid><dc:creator><![CDATA[JKnott]]></dc:creator><pubDate>Fri, 23 Jul 2021 12:30:49 GMT</pubDate></item></channel></rss>