Re: [pfSense Support] Dual WAN failover not working

2009-01-09 Thread sai
On Fri, Jan 9, 2009 at 1:14 AM, Veiko Kukk  wrote:
> Veiko Kukk wrote:
>>
>> Hi!
>>
>> I have dual pfsense 1.2.1, LAN interface, WAN and OPT1, last two are
>> different ISP's. I have configured 3 carp interfaces and gateway failover
>> for load balancer. I only need failover, not load balancing. Tried with one
>> and two failover pools with no success. When WAN isp is disconnected, no
>> switching to OPT1 isop occurs, thought i can see in logs that OPT1 is
>> considered working: "slbd[23449]: ICMP poll succeeded for xxx.xxx.115.18,
>> marking service UP and the same is indicated by web interface "Online" as
>> well.
>> Still no traffic goes out through OPT1!?
>> I hope somebody can help me with this, as I understand there must be
>> people who have similar and working setup and pfsense should have that
>> ability.
>
> Please, somebody confirm this bug or help me solve possible
> misconfiguration, I really need to have wan failover.
>
> ---
> Veiko
>
>

provide a network diagram with ip addresses and maybe screen shots of
the web interface.

sai

-
To unsubscribe, e-mail: support-unsubscr...@pfsense.com
For additional commands, e-mail: support-h...@pfsense.com

Commercial support available - https://portal.pfsense.org



Re: [pfSense Support] Dual WAN failover not working

2009-01-09 Thread Chris Buechler
On Fri, Jan 9, 2009 at 4:14 AM, Veiko Kukk  wrote:
>
> Please, somebody confirm this bug or help me solve possible
> misconfiguration, I really need to have wan failover.
>

It's not a bug.  you have something configured wrong, and not nearly
enough info for anybody to tell what.

-
To unsubscribe, e-mail: support-unsubscr...@pfsense.com
For additional commands, e-mail: support-h...@pfsense.com

Commercial support available - https://portal.pfsense.org



Re: [pfSense Support] Dual WAN failover not working

2009-01-09 Thread Veiko Kukk

Veiko Kukk wrote:

Hi!

I have dual pfsense 1.2.1, LAN interface, WAN and OPT1, last two are 
different ISP's. I have configured 3 carp interfaces and gateway 
failover for load balancer. I only need failover, not load balancing. 
Tried with one and two failover pools with no success. When WAN isp is 
disconnected, no switching to OPT1 isop occurs, thought i can see in 
logs that OPT1 is considered working: "slbd[23449]: ICMP poll succeeded 
for xxx.xxx.115.18, marking service UP and the same is indicated by web 
interface "Online" as well.

Still no traffic goes out through OPT1!?
I hope somebody can help me with this, as I understand there must be 
people who have similar and working setup and pfsense should have that 
ability.


Please, somebody confirm this bug or help me solve possible 
misconfiguration, I really need to have wan failover.


---
Veiko


-
To unsubscribe, e-mail: support-unsubscr...@pfsense.com
For additional commands, e-mail: support-h...@pfsense.com

Commercial support available - https://portal.pfsense.org



Re: [pfSense Support] Dual WAN failover too sensitive

2007-10-10 Thread Bill Marquette
Yikes, we certainly never tested for satellite latencies.  The fping
command line we use is:
/usr/local/sbin/fping -B1.5 -t400 -r3 -q
This should give us successive tries of:
400ms timeout
600ms timeout
900ms timeout
1350ms timeout

I'll have to check what the fping exit code is if it's missing one of
it's pings.  It does look like the logic changed a hair (incorrectly I
believe) from the original code, it's entirely possible that a bug was
introduced.

Do me a favor, run this at your command line.

/usr/local/sbin/fping -B 1.5 -t400 -r3 
echo $?

--Bill

On 10/10/07, Craig Drown <[EMAIL PROTECTED]> wrote:
> Hi,
> we have 2 Wan connections for outgoing failover.
> The preferred connection is a VSAT. If we put the monitor address as
> the locat satellite modem it doesn't really tell us if the gateway in
> Singpore is working. If we put an ip address in Singpore it seems to
> change over when the connection is in fact fine (latency is c. 600ms)
> Can the slbd settings be altered at all (WRAP running 1.2rc2).
> Thanks.
> Cheers,
> Craig
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [pfSense Support] dual WAN failover

2005-09-25 Thread Matt Fanady
Bummerthanks for the quick response!


-M@


-Original Message-
From: Bill Marquette [mailto:[EMAIL PROTECTED] 
Sent: Sunday, September 25, 2005 8:44 AM
To: support@pfsense.com
Subject: Re: [pfSense Support] dual WAN failover

On 9/25/05, Matt Fanady <[EMAIL PROTECTED]> wrote:
>
>
>
> Hello,

> I've got a PC with 3 identical NIC's in it.  I have a landline internet
> connection and a satellite internet connection.  I would like to use
PFsense
> to use the landline when it's up, and then fail over to the satellite if
the
> landline goes down.  So far, I have added my static IP address for the
opt1
> interface and included the gateway for that internet connection.  Can
> someone push me in the right direction for the next step?

In short, multi-wan failover isn't supported at this time

http://wiki.pfsense.com/wikka.php?wakka=ReleaseTimeline
Show Stoppers for release version 1
 SLBD outgoing LB monitoring

What I do is have an identical set of rules for the second wan already
configured but disabled and ready to go.  It's annoying, but we're
just not there yet.

--Bill

PS. if you haven't found it yet,
http://wiki.pfsense.com/wikka.php?wakka=OutgoingLoadBalancing
is useful.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [pfSense Support] dual WAN failover

2005-09-25 Thread Bill Marquette
On 9/25/05, Matt Fanady <[EMAIL PROTECTED]> wrote:
>
>
>
> Hello,

> I've got a PC with 3 identical NIC's in it.  I have a landline internet
> connection and a satellite internet connection.  I would like to use PFsense
> to use the landline when it's up, and then fail over to the satellite if the
> landline goes down.  So far, I have added my static IP address for the opt1
> interface and included the gateway for that internet connection.  Can
> someone push me in the right direction for the next step?

In short, multi-wan failover isn't supported at this time

http://wiki.pfsense.com/wikka.php?wakka=ReleaseTimeline
Show Stoppers for release version 1
 SLBD outgoing LB monitoring

What I do is have an identical set of rules for the second wan already
configured but disabled and ready to go.  It's annoying, but we're
just not there yet.

--Bill

PS. if you haven't found it yet,
http://wiki.pfsense.com/wikka.php?wakka=OutgoingLoadBalancing
is useful.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]