Doh! Found the issue... <virtual_server/> was closed but never opened for
whatever reason. Works now!

Thanks,

Andrew

On Tue, Dec 27, 2011 at 3:31 AM, Andrew Mitchell <
[email protected]> wrote:

> In the GUI, I do see the blank entry listed under both the "Pools" and
> "Virtual Servers" tabs. However, I do not see it in config file. I'm sorry
> Iseem to be so dense and missing this one. Any pointers and/or advise?
>
>     <load_balancer>
>         <monitor_type>
>             <name>ICMP</name>
>             <type>icmp</type>
>             <options/>
>             <descr><![CDATA[ICMP]]></descr>
>         </monitor_type>
>         <monitor_type>
>             <name>TCP</name>
>             <type>tcp</type>
>             <options/>
>             <descr><![CDATA[Generic TCP]]></descr>
>         </monitor_type>
>         <monitor_type>
>             <name>HTTP</name>
>             <type>http</type>
>             <options>
>                 <path>/</path>
>                 <host/>
>                 <code>200</code>
>             </options>
>             <descr><![CDATA[Generic HTTP]]></descr>
>         </monitor_type>
>         <monitor_type>
>             <name>HTTPS</name>
>             <type>https</type>
>             <options>
>                 <path>/</path>
>                 <host/>
>                 <code>200</code>
>             </options>
>             <descr><![CDATA[Generic HTTPS]]></descr>
>         </monitor_type>
>         <monitor_type>
>             <name>SMTP</name>
>             <type>send</type>
>             <options>
>                 <send>EHLO nosuchhost</send>
>                 <expect>250-</expect>
>             </options>
>             <descr><![CDATA[Generic SMTP]]></descr>
>         </monitor_type>
>         <lbpool/>
>         <lbaction/>
>         <lbprotocol/>
>         <virtual_server/>
>     </load_balancer>
>
> Thanks,
>
> Andrew
>
>
> On Mon, Dec 26, 2011 at 10:11 AM, Jim Pingle <[email protected]> wrote:
>
>> On 12/26/2011 7:32 AM, Andrew Mitchell wrote:
>> > redirect "" {
>> >   listen on  port
>> >   forward to <> port
>> > }
>>
>> You must have a blank entry under the Load Balancer config somewhere,
>> under Virtual Server, most likely.
>>
>> In your config.xml what does your load balancer section look like?
>> _______________________________________________
>> List mailing list
>> [email protected]
>> http://lists.pfsense.org/mailman/listinfo/list
>>
>
>
_______________________________________________
List mailing list
[email protected]
http://lists.pfsense.org/mailman/listinfo/list

Reply via email to