<?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[Need help setting up LoadBalancing with only one interface]]></title><description><![CDATA[<p dir="auto">I have the following network: 192.168.1.0/24<br />
Since there is only one network I setup PFSense to only use the WAN interface<br />
WAN IP: 192.168.1.1<br />
I have 2 Web servers: 192.168.1.30 &amp; 192.168.1.40<br />
I would like to setup PFSense to load balance between them.<br />
I setup a Monitor as well as a Pool (with 192.168.1.30 &amp; 192.168.1.40 in it), as well as a Virtual Server (192.168.1.20)<br />
I setup a Virtual IP address (IP Alias for the WAN port and set it to 192.168.201.20/24).</p>
<p dir="auto">Checking the status of the load balancer shows the Pool as 100.00% and the Virtual Server as Active.<br />
If I open my browser directly to the servers (192.168.1.30 or 192.168.1.40) the servers respond but if I go to 192.168.1.20 I get nothing.</p>
<p dir="auto">What am I doing wrong?</p>
<p dir="auto">Thanks</p>
]]></description><link>https://forum.netgate.com/topic/45173/need-help-setting-up-loadbalancing-with-only-one-interface</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Apr 2026 01:00:02 GMT</lastBuildDate><atom:link href="https://forum.netgate.com/topic/45173.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 21 May 2012 22:01:10 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Need help setting up LoadBalancing with only one interface on Thu, 24 May 2012 17:54:35 GMT]]></title><description><![CDATA[<p dir="auto">Running wireshark on both sides (client and Web Server), I can see the client sending packets to the Load Balancer Address and I can see the Web Server Receiving packets from the WAN address of the PFSense box which it then tries to respond to but the client never receives them.</p>
<p dir="auto">Additional info: Client: 192.168.1.50 sends to Virtual Server (192.168.1.20). Web Server (192.168.1.30) sees packets coming from 192.168.1.1 (Load Balancer box WAN interface, not Virtual Server IP). Web Server sends packets back to 192.168.1.1, PFSense does not pass them on to client.</p>
<p dir="auto">What do I have configured wrong?</p>
]]></description><link>https://forum.netgate.com/post/338280</link><guid isPermaLink="true">https://forum.netgate.com/post/338280</guid><dc:creator><![CDATA[Daniel Rollins]]></dc:creator><pubDate>Thu, 24 May 2012 17:54:35 GMT</pubDate></item><item><title><![CDATA[Reply to Need help setting up LoadBalancing with only one interface on Wed, 23 May 2012 05:06:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/daniel">@<bdi>Daniel</bdi></a>:</p>
<blockquote>
<p dir="auto">How would the normal configuration go?</p>
</blockquote>
<p dir="auto">A more common configuration would be incoming accesses from the Internet to the IP address of the WAN interface directed to a pool of servers on another interface (and another subnet).</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/daniel">@<bdi>Daniel</bdi></a>:</p>
<blockquote>
<p dir="auto">Can I have 2 interfaces on the same network?</p>
</blockquote>
<p dir="auto">No.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/daniel">@<bdi>Daniel</bdi></a>:</p>
<blockquote>
<p dir="auto">I have a Coyote Equalizer that can do this with just one NIC and no problems but I'm trying to do a virtual solution. It will eventually be production so I would like it to be somewhat standard.</p>
</blockquote>
<p dir="auto">I don't know what you mean by "virtual solution".</p>
<p dir="auto">My question about "production" was because sometimes people setup a configuration for testing and anticipate they will need only minor tweaks to put it into "production" use. Sometimes the anticipated minor tweaks become major tweaks because the testing configuration and production configuration are not "similar enough".</p>
<p dir="auto">The configuration you have chosen needs NAT reflection enabled to work and the pfSense book said there were limitations in NAT reflection in pfSense version 1.2.3 which were unlikely to be removed in version 2.x.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/daniel">@<bdi>Daniel</bdi></a>:</p>
<blockquote>
<p dir="auto">As far as the packet capture, would you recommend wireshark on the webserver or browser system or is there a packet capture for PFSense that I should run there?</p>
</blockquote>
<p dir="auto">At different times you might to verify particular frames arrive on (or leave from) a particular interface so use the appropriate tool to get that verification. pfSense has a packet capture utility, tcpdump, and has a mechanism to request a packet capture from the GUI: <em>Diagnostics</em> -&gt; <em>Packet Capture</em></p>
]]></description><link>https://forum.netgate.com/post/337874</link><guid isPermaLink="true">https://forum.netgate.com/post/337874</guid><dc:creator><![CDATA[wallabybob]]></dc:creator><pubDate>Wed, 23 May 2012 05:06:21 GMT</pubDate></item><item><title><![CDATA[Reply to Need help setting up LoadBalancing with only one interface on Tue, 22 May 2012 22:26:49 GMT]]></title><description><![CDATA[<p dir="auto">How would the normal configuration go? Can I have 2 interfaces on the same network? I have a Coyote Equalizer that can do this with just one NIC and no problems but I'm trying to do a virtual solution. It will eventually be production so I would like it to be somewhat standard.</p>
<p dir="auto">As far as the packet capture, would you recommend wireshark on the webserver or browser system or is there a packet capture for PFSense that I should run there?</p>
]]></description><link>https://forum.netgate.com/post/337829</link><guid isPermaLink="true">https://forum.netgate.com/post/337829</guid><dc:creator><![CDATA[Daniel Rollins]]></dc:creator><pubDate>Tue, 22 May 2012 22:26:49 GMT</pubDate></item><item><title><![CDATA[Reply to Need help setting up LoadBalancing with only one interface on Tue, 22 May 2012 21:12:33 GMT]]></title><description><![CDATA[<p dir="auto">It is an unusual configuration. Are you using this configuration as a step towards a "production" configuration? (Loadbalancing would commonly involve server accesses coming into pfSense on one interface and leaving on another.)</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/daniel">@<bdi>Daniel</bdi></a>:</p>
<blockquote>
<p dir="auto">If I open my browser directly to the servers (192.168.1.30 or 192.168.1.40) the servers respond but if I go to 192.168.1.20 I get nothing.</p>
</blockquote>
<p dir="auto">A packet capture of this interaction would provide more information.</p>
]]></description><link>https://forum.netgate.com/post/337808</link><guid isPermaLink="true">https://forum.netgate.com/post/337808</guid><dc:creator><![CDATA[wallabybob]]></dc:creator><pubDate>Tue, 22 May 2012 21:12:33 GMT</pubDate></item></channel></rss>