<?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[Concentrator or something else?]]></title><description><![CDATA[<p dir="auto">I have a network where remote users have to access resources. They don't really need a VPN, at least, they don't need direct access to the local LAN but they need a way to get to services and servers, similar to regular rules but without having to constantly update the IPs.</p>
<p dir="auto">Some users would have access to services on servers while some users would have direct ssh/etc access to servers on the LAN.<br />
I was told that pfsense could act as a 'concentrator' but I'm not sure that's what I need.<br />
One more kind of user would be remote Linux servers that should be given access to the local LAN as if they were on the LAN.</p>
<p dir="auto">Can I do all this using the OpenVPN part of pfsense?</p>
]]></description><link>https://forum.netgate.com/topic/180592/concentrator-or-something-else</link><generator>RSS for Node</generator><lastBuildDate>Mon, 08 Jun 2026 09:21:27 GMT</lastBuildDate><atom:link href="https://forum.netgate.com/topic/180592.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 03 Jun 2023 19:17:53 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Concentrator or something else? on Tue, 06 Jun 2023 03:32:33 GMT]]></title><description><![CDATA[<p dir="auto">I confirm. Everything is working now. The packets were going back to the wrong gw.<br />
It's too bad the dashboard widget doesn't provide more information about the individual connections but I guess I can get that from some other program on the firewall like bandwidthd for example.</p>
<p dir="auto">Update: Nope, can't get that from bandwidthd.</p>
<p dir="auto">All good now.</p>
]]></description><link>https://forum.netgate.com/post/1109044</link><guid isPermaLink="true">https://forum.netgate.com/post/1109044</guid><dc:creator><![CDATA[lewis]]></dc:creator><pubDate>Tue, 06 Jun 2023 03:32:33 GMT</pubDate></item><item><title><![CDATA[Reply to Concentrator or something else? on Tue, 06 Jun 2023 02:53:41 GMT]]></title><description><![CDATA[<p dir="auto">I understand but It's pretty weird to me that the firewall is allowing everything but this host.<br />
I shared the rule output above. It's like all the other ones.<br />
I think I know why this isn't working. It's because the firewall I set this up on is not on the same network as the server is. Meaning, the servers gateway is different so it's not routing back to this firewall. I'll just move this config to the other one and it should be fine.</p>
<p dir="auto">At this point, it's not a pfsense issue so I think the post is done :).</p>
]]></description><link>https://forum.netgate.com/post/1109042</link><guid isPermaLink="true">https://forum.netgate.com/post/1109042</guid><dc:creator><![CDATA[lewis]]></dc:creator><pubDate>Tue, 06 Jun 2023 02:53:41 GMT</pubDate></item><item><title><![CDATA[Reply to Concentrator or something else? on Mon, 05 Jun 2023 22:29:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lewis">@<bdi>lewis</bdi></a> so your firewall rule is wrong on the host.. Or its not listening on 22?  Or maybe its sending it answer elsewhere?</p>
<p dir="auto">Just because you see traffic via a sniff, doesn't mean the firewall actually allows it up the stack..</p>
]]></description><link>https://forum.netgate.com/post/1109022</link><guid isPermaLink="true">https://forum.netgate.com/post/1109022</guid><dc:creator><![CDATA[johnpoz]]></dc:creator><pubDate>Mon, 05 Jun 2023 22:29:22 GMT</pubDate></item><item><title><![CDATA[Reply to Concentrator or something else? on Mon, 05 Jun 2023 21:39:04 GMT]]></title><description><![CDATA[<p dir="auto">It does. I shared it a few comments ago.</p>
<p dir="auto">The firewalld rule;<br />
rule family="ipv4" source address="10.10.10.10/32" port port="22" protocol="tcp" accept</p>
<p dir="auto">I can see the remote hitting the server but oddly, it's not allowing it. Strange.</p>
<pre><code>14:33:54.341956 IP 10.10.10.10.60188 &gt; dev09.loc.ssh: Flags [S], seq 2394177693, win 8192, options [mss 1358,nop,wscale 8,nop,nop,sackOK], length 0
14:33:57.348343 IP 10.10.10.10.60188 &gt; dev09.loc.ssh: Flags [S], seq 2394177693, win 8192, options [mss 1358,nop,wscale 8,nop,nop,sackOK], length 0
14:34:03.359242 IP 10.10.10.10.60188 &gt; dev09.loc.ssh: Flags [S], seq 2394177693, win 8192, options [mss 1358,nop,nop,sackOK], length 0
</code></pre>
]]></description><link>https://forum.netgate.com/post/1109013</link><guid isPermaLink="true">https://forum.netgate.com/post/1109013</guid><dc:creator><![CDATA[lewis]]></dc:creator><pubDate>Mon, 05 Jun 2023 21:39:04 GMT</pubDate></item><item><title><![CDATA[Reply to Concentrator or something else? on Mon, 05 Jun 2023 20:55:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lewis">@<bdi>lewis</bdi></a> Well does this 10.0.0.9 box know how to get back to this 10.10.10 network, its gateway is pfsense?</p>
<p dir="auto">Does this 10.0.0.9 box have its own firewall?</p>
]]></description><link>https://forum.netgate.com/post/1109008</link><guid isPermaLink="true">https://forum.netgate.com/post/1109008</guid><dc:creator><![CDATA[johnpoz]]></dc:creator><pubDate>Mon, 05 Jun 2023 20:55:00 GMT</pubDate></item><item><title><![CDATA[Reply to Concentrator or something else? on Mon, 05 Jun 2023 20:19:09 GMT]]></title><description><![CDATA[<p dir="auto">Yes, that's what I'm after, a rules based access to specific resources.<br />
This first user should have access to certain hosts and ports only.<br />
The split network aspect is perfect for this setup.</p>
<p dir="auto">Now, I'm still not sure why this rule is not working then. It's forwarding to the 10.0.0.9 server and I see the incoming connection but is never completes.</p>
]]></description><link>https://forum.netgate.com/post/1109003</link><guid isPermaLink="true">https://forum.netgate.com/post/1109003</guid><dc:creator><![CDATA[lewis]]></dc:creator><pubDate>Mon, 05 Jun 2023 20:19:09 GMT</pubDate></item><item><title><![CDATA[Reply to Concentrator or something else? on Mon, 05 Jun 2023 19:40:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lewis">@<bdi>lewis</bdi></a> that rule would allow specific only - nothing else would be allowed.. So for example if your trying to look up where you want to ssh via dns - dns wouldn't work.</p>
<p dir="auto">But that rule would allow that source IP to talk to that destination IP on 22 only.</p>
<p dir="auto">Keep in mind just turning off a rule wouldn't actually block anything that already had a state.</p>
]]></description><link>https://forum.netgate.com/post/1108999</link><guid isPermaLink="true">https://forum.netgate.com/post/1108999</guid><dc:creator><![CDATA[johnpoz]]></dc:creator><pubDate>Mon, 05 Jun 2023 19:40:35 GMT</pubDate></item><item><title><![CDATA[Reply to Concentrator or something else? on Mon, 05 Jun 2023 19:36:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/johnpoz">@<bdi>johnpoz</bdi></a></p>
<p dir="auto">Yes, I noticed that I have an extra/wrong rule but wasn't yet sure what to do so left it there.</p>
<p dir="auto">Do you mean like this?<br />
<img src="/assets/uploads/files/1685993707773-c501c72a-d054-4c68-8615-b270afb845ae-image.png" alt="c501c72a-d054-4c68-8615-b270afb845ae-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Since this still doesn't work, I guess I have to review rules I've made in the past on a multi network pfsense that allows traffic between nets.</p>
]]></description><link>https://forum.netgate.com/post/1108998</link><guid isPermaLink="true">https://forum.netgate.com/post/1108998</guid><dc:creator><![CDATA[lewis]]></dc:creator><pubDate>Mon, 05 Jun 2023 19:36:45 GMT</pubDate></item><item><title><![CDATA[Reply to Concentrator or something else? on Mon, 05 Jun 2023 19:28:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lewis">@<bdi>lewis</bdi></a> said in <a href="/post/1108996">Concentrator or something else?</a>:</p>
<blockquote>
<p dir="auto">Since other hosts can make it to the server's ssh, I'm not sure why this is not working.</p>
</blockquote>
<p dir="auto">You have an any rule there at the bottom so yeah anyone would be able to go anywhere..  And rule that allows 10.10.10/24 to go anywhere as well</p>
<p dir="auto">If you don't want them to get to ssh but only that .10 address, then create below your allow to ssh that specifically blocks to ssh..  or blocks all, etc.</p>
]]></description><link>https://forum.netgate.com/post/1108997</link><guid isPermaLink="true">https://forum.netgate.com/post/1108997</guid><dc:creator><![CDATA[johnpoz]]></dc:creator><pubDate>Mon, 05 Jun 2023 19:28:56 GMT</pubDate></item><item><title><![CDATA[Reply to Concentrator or something else? on Mon, 05 Jun 2023 19:34:05 GMT]]></title><description><![CDATA[<p dir="auto">I've hit a roadblock.</p>
<p dir="auto">I added a rule to allow a specific user/IP to reach a server on the 10.0.0.0 network.<br />
<img src="/assets/uploads/files/1685993036231-02b6cfb2-d1c6-42c8-9f1a-e9030aa1931d-image.png" alt="02b6cfb2-d1c6-42c8-9f1a-e9030aa1931d-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">I allowed the IP on the server itself for ssh. I can see the remote vpn user hitting the server but not getting a response.</p>
<pre><code>The firewalld rule;
        rule family="ipv4" source address="10.10.10.10/32" port port="22" protocol="tcp" accept

# tcpdump -i ens18 src host 10.10.10.10
dropped privs to tcpdump
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on ens18, link-type EN10MB (Ethernet), capture size 262144 bytes
12:20:03.468302 IP 10.10.10.10.50526 &gt; dev09.loc.ssh: Flags [S], seq 1895313320, win 8192, options [mss 1358,nop,wscale 8,nop,nop,sackOK], length 0
12:20:06.465188 IP 10.10.10.10.50526 &gt; dev09.loc.ssh: Flags [S], seq 1895313320, win 8192, options [mss 1358,nop,wscale 8,nop,nop,sackOK], length 0
12:20:12.469257 IP 10.10.10.10.50526 &gt; dev09.loc.ssh: Flags [S], seq 1895313320, win 8192, options [mss 1358,nop,nop,sackOK], length 0

</code></pre>
<p dir="auto">Since other hosts can make it to the server's ssh, I'm not sure why this is not working.</p>
]]></description><link>https://forum.netgate.com/post/1108996</link><guid isPermaLink="true">https://forum.netgate.com/post/1108996</guid><dc:creator><![CDATA[lewis]]></dc:creator><pubDate>Mon, 05 Jun 2023 19:34:05 GMT</pubDate></item><item><title><![CDATA[Reply to Concentrator or something else? on Mon, 05 Jun 2023 15:43:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lewis">@<bdi>lewis</bdi></a> said in <a href="/post/1108662">Concentrator or something else?</a>:</p>
<blockquote>
<p dir="auto">So the word 'concentrator' isn't really what this would be but pretty much a vpn server then.</p>
</blockquote>
<p dir="auto">A "concentrator" is simply a means for multiple devices to share a connection, assuming those devices only use it part time.  I first came across the term about 50 years ago, when I was a technician working in the Toronto Stock Exchange.  Concentrators were used to connect multiple stock broker terminals to a single port on a computer.  These days an Ethernet switch could be called a concentrator, when connecting a local network to an ISP.  Another name for it is "statistical multiplexer".</p>
]]></description><link>https://forum.netgate.com/post/1108918</link><guid isPermaLink="true">https://forum.netgate.com/post/1108918</guid><dc:creator><![CDATA[JKnott]]></dc:creator><pubDate>Mon, 05 Jun 2023 15:43:23 GMT</pubDate></item><item><title><![CDATA[Reply to Concentrator or something else? on Tue, 06 Jun 2023 02:55:43 GMT]]></title><description><![CDATA[<p dir="auto">I decided to use this as a reference since a split tunnel is in fact the configuration I'd like.<br />
https://www.wundertech.net/how-to-set-up-openvpn-on-pfsense/</p>
<p dir="auto">It works, I can connect and ping (in this case) the vpn tunnel IP of 10.10.10.1.</p>
<p dir="auto">The PC I'm connecting from is on a LAN that has networks 192.168.1.0/24, 192.168.254.0/24, and 10,0.0.0/24.<br />
When the vpn is disconnected, I can ping all three gateways but when the vpn is connected, I can ping two but not the 10.0.0.0/24.</p>
<p dir="auto">The thing is that the LAN network on the vpn server side is 10.0.0.0/24 and the vpn user will need access to those from the vpn connection.</p>
<p dir="auto">I suppose I have to set up some rules on pfsense now to provide access to some of those servers/services on the the lan.<br />
It's a bit unclear yet how I do that. For example, say I want to give ssh access to 10.0.0.9 on the vpn server side. I'd have to add a rule that would give either everyone or a specific user/ip access to 10.0.0.9. Would the remote user connect to 10.0.0.9 or 10.10.10,1, port 22. If that's the same, it means I'd have to use custom ports for everything.</p>
<p dir="auto">Maybe I should be using a 172.16.x.x/24 instead for the vpn server, just to prevent some confusion.<br />
I'm also assigning specific IPs to each user so I know who is who.</p>
<p dir="auto">Lots to learn, another new thing for me.</p>
]]></description><link>https://forum.netgate.com/post/1108913</link><guid isPermaLink="true">https://forum.netgate.com/post/1108913</guid><dc:creator><![CDATA[lewis]]></dc:creator><pubDate>Tue, 06 Jun 2023 02:55:43 GMT</pubDate></item><item><title><![CDATA[Reply to Concentrator or something else? on Sat, 03 Jun 2023 21:49:31 GMT]]></title><description><![CDATA[<p dir="auto">Got it. I'll try setting one up on a firewall that's not very busy and see where I get.</p>
]]></description><link>https://forum.netgate.com/post/1108677</link><guid isPermaLink="true">https://forum.netgate.com/post/1108677</guid><dc:creator><![CDATA[lewis]]></dc:creator><pubDate>Sat, 03 Jun 2023 21:49:31 GMT</pubDate></item><item><title><![CDATA[Reply to Concentrator or something else? on Sat, 03 Jun 2023 19:58:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lewis">@<bdi>lewis</bdi></a> said in <a href="/post/1108662">Concentrator or something else?</a>:</p>
<blockquote>
<p dir="auto">'concentrator' isn't really what this would be but pretty much a vpn server then.</p>
</blockquote>
<p dir="auto">They use the word to describe something that does more than just 1 vpn connection, etc.  And normally might handle multiple types of connections site2site, road warrior, etc.</p>
]]></description><link>https://forum.netgate.com/post/1108664</link><guid isPermaLink="true">https://forum.netgate.com/post/1108664</guid><dc:creator><![CDATA[johnpoz]]></dc:creator><pubDate>Sat, 03 Jun 2023 19:58:05 GMT</pubDate></item><item><title><![CDATA[Reply to Concentrator or something else? on Sat, 03 Jun 2023 19:50:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lewis">@<bdi>lewis</bdi></a> said in <a href="/post/1108660">Concentrator or something else?</a>:</p>
<blockquote>
<p dir="auto">I was told that pfsense could act as a 'concentrator' but I'm not sure that's what I need.<br />
One more kind of user would be remote Linux servers that should be given access to the local LAN as if they were on the LAN.</p>
</blockquote>
<p dir="auto">A "VPN Concentrator" is often set up near by a normal border router or border firewall<br />
it makes then sense to let there all VPN users in and don´t stress the other border units.</p>
<ul>
<li>Strong and/or fast CPU</li>
<li>Much and/or fast amount of RAM</li>
<li>Much Cores/HT without the need of PPPoE</li>
<li>QAT card, AES-NI CPU or crypto card like AHA Comtech to speed up much VPN`s<br />
massively or for an amount of many VPN users or roadwarriors.</li>
</ul>
<blockquote>
<p dir="auto">Can I do all this using the OpenVPN part of pfsense?</p>
</blockquote>
<p dir="auto">Often it makes more sense to set up a small but strong<br />
VPN server in the DMZ. Like a SoftEtherVPN Server.</p>
]]></description><link>https://forum.netgate.com/post/1108663</link><guid isPermaLink="true">https://forum.netgate.com/post/1108663</guid><dc:creator><![CDATA[Dobby_]]></dc:creator><pubDate>Sat, 03 Jun 2023 19:50:52 GMT</pubDate></item><item><title><![CDATA[Reply to Concentrator or something else? on Sat, 03 Jun 2023 19:42:34 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/johnpoz">@<bdi>johnpoz</bdi></a>,</p>
<p dir="auto">So the word 'concentrator' isn't really what this would be but pretty much a vpn server then.<br />
And it sounds like I could still use rules to control access to different things.</p>
<p dir="auto">I've done vpn setups before but they were mainly just remote access to the entire LAN, not selective services and servers.<br />
I guess I'll set one up and see how far I can get.</p>
<p dir="auto">Also, I recall that in the version before this latest, there was a memory issue with ipsec so I used to turn it off any time I'd set up a firewall. I assume this is no longer an issue.</p>
]]></description><link>https://forum.netgate.com/post/1108662</link><guid isPermaLink="true">https://forum.netgate.com/post/1108662</guid><dc:creator><![CDATA[lewis]]></dc:creator><pubDate>Sat, 03 Jun 2023 19:42:34 GMT</pubDate></item><item><title><![CDATA[Reply to Concentrator or something else? on Sat, 03 Jun 2023 19:27:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lewis">@<bdi>lewis</bdi></a> said in <a href="/post/1108660">Concentrator or something else?</a>:</p>
<blockquote>
<p dir="auto">pfsense could act as a 'concentrator'</p>
</blockquote>
<p dir="auto">Well yeah, a vpn "concentrator" is just really something that handles multiple vpn connections.  So sure pfsense could have vpn connections to multiple work locations for example for site to site stuff.  It can handle multiple types, ipsec, openvpn, wireguard, etc.</p>
<p dir="auto">So for example your client could connect via a road warrior connection into pfsense, and get to say a remote location via pfsense ipsec vpn connection to that remote site, etc.</p>
<p dir="auto">What you allow a client to connect to once they vpn into pfsense would be up to you, be it you allow them complete access to anything on the lan on any port.  or just allow them to access one server IP on port 443, etc..  user 2 might be able to connect some lan or other network of IP of yours on rdp for example.</p>
<p dir="auto">Once a client connects to your vpn, they would be able to use your networks dns and resolve www.workdomain.home.arpa that points to some servers rfc1918 IP address on your network, etc.</p>
]]></description><link>https://forum.netgate.com/post/1108661</link><guid isPermaLink="true">https://forum.netgate.com/post/1108661</guid><dc:creator><![CDATA[johnpoz]]></dc:creator><pubDate>Sat, 03 Jun 2023 19:27:57 GMT</pubDate></item></channel></rss>