RV042 won't load balance

Good morning everyone,
I've had the RV042 router for some time. I currently have it setup with two internet connections. One from Speakeasy.net and the other from comcast. My problem is that, even though I have "weighted round robin" load balancing turned on, the only connection that ever works for downloading or uploading stuff is the speakeasy connection. The only time the comcast connection turns on is when there's a problem with the speakeasy connection.
I tried configuring it to prefer the comcast connection by setting the maximum download speed at 50Mb/s and the speakeasy max at 15Mb/s and I get nothing. I have it set to load balancing mode and it is not simply set to the fail over mode. Is there a way to get both of my connections working in an alternating fashion? I would like the router to know that if it's downloading movies of a *sensitive type* on the speakeasy connection, to use my comcast connection to continue my work because it has no load on it at the time.

Hello,
Many thanks for the screen shots and updates.  A couple of thoughts.
The load balancing ought to load balance by sending more out of the one link than the other.
If I understand you correctly, it is not using the second connection except only when the primary is down. It appears you have this configured correctly.
For outgoing traffic I would expect to see some load balancing, although load balancing is not usually a perfect ratio ... but in your case you are not seeing anything.
For incoming traffic, this should depend based on the outgoing address.  For example, if the WAN 1 interface was used, then the packets would be using the NAT'ed address of WAN1 and as such these packets should return via this interface.
Do you have any 1-to-1 NAT configured?  I am wondering if this could skew the results by favoring one outgoing port and not the other. 
Can you please check again to verify that there is in fact no load balancing what-so-ever?  Many thanks in advance for your efforts.
For the failover however, you should probably use the other option which is to 'remove the connection' when down.  The setting you have now will not remove the connection.
As for preferring one interface over another for downloads and the like, you can try protocol bindings.  Example, lets say that your downloads occur on port 80.  If you do not use port 80 for your work, you can bind these to the alternate WAN connection.  Just a thought ... and this might allow you to 'direct' some traffic for recreational and the others for biz.
When using port binding, failover will still work.
I noticed a newer version of code, dated July 30 2009.  This has a different date but appears to be the same version #.  The link to the downloads is here:
http://tools.cisco.com/support/downloads/pub/Redirect.x?mdfid=282413304
Have a good night, Happy Thanksgiving too.
Andrew Lee Lissitz

Similar Messages

  • Cisco RV042 - Dual Wan Load Balancing - Secure Site (HTTPS) Trouble

    PID VID :
    RV042 V03
    Firmware Version :
    v4.0.0.07-tm (Aug 19 2010 19:19:50)
    Ever since I setup my RV042 with load balancing using the Dual Wan system I have had trouble staying connected to some secure sites. After doing some searching I found that the potential issue is the IP change mid session.
    "http://www.broadbandreports.com/forum/r25537589-Cisco-RV042-can-not-use-load-balancing-for-some-web-sites"
    Although my interface is significantly different I was able to find the same area in my RV042 admin area however, it doesn't seem to work.
    System Management
    > Dual Wan
    In Wan 1 & Wan 2 I have HTTPS and HTTPS Secondary all forwarded to use Wan 2 under Protocol Binding
    This however has not managed to do anything at all for my network and every computer conneceted experiences the same HTTPS irregularities at some websites.
    I'm sure I must be doing something wrong, but I don't know what it is.
    Both incoming connections are from the same service provider although the plans are different.
    Any help with this would greatly help me stop losing my mind trying to fight with my website control panel for 10 minutes to just login and get something done.
    Thanks

    Any ideas or advice from anyone?

  • Apache plug-in won't load balance requests evenly on cluster

    I can't seem to get the Apache plug-in to actually do round-robin load balancing
    of HTTP
    requests. It does random-robin, as I like to call it, since the plug-in will usually
    hit all the
    servers in the cluster but in a random fashion.
    I've got three managed servers:
    192.168.1.5:8001 (WL6 on Linux) 192.168.1.2:8001 (WL6 on Linux) 192.168.1.7:8001
    (WL6 on Linux)
    Admin server on 192.168.1.7:7000 (WL6 on W2k)
    My Apache server is 1.3.9 (RedHat SSL) on 192.168.1.52.
    The log file for each servers has something like this:
    ####<Apr 19, 2001 1:18:54 AM MDT> <Info> <Cluster> <neptune> <cluster1server1>
    <main> <system> <> <000102> <Joined cluster cluster1 at address 225.0.0.5 on port
    8001>
    ####<Apr 19, 2001 1:19:31 AM MDT> <Info> <Cluster> <neptune> <cluster1server1>
    <ExecuteThread: '9' for queue: 'default'> <> <> <000127> <Adding
    3773576126129840579S:192.168.1.2:[8001,8001,7002,7002,8001,7002,-1]:192.168.1.52
    to the cluster> ####<Apr 19, 2001 1:19:31 AM MDT> <Info> <Cluster> <neptune>
    <cluster1server1> <ExecuteThread: '11' for queue: 'default'> <> <> <000127> <Adding
    -6393447100509727955S:192.168.1.5:[8001,8001,7002,7002,8001,7002,-1]:192.168.1.52
    to the cluster>
    So I believe I have correctly created a cluster, although I did not bother to
    assign
    replication groups for HTTP session replication (yet).
    The Apache debug output indicates it knows about all three servers and I can see
    it
    doing the "random-robin" load balancing. Here is the output:
    Thu Apr 19 00:20:53 2001 Initializing lastIndex=2 for a list of length=3 Thu Apr
    19
    00:20:53 2001 Init Srvr# [1] = [192.168.1.2:8001] load=1077584792 isGood=1077590272
    numSk ip=134940256 Thu Apr 19 00:20:53 2001 Init Srvr# [2] = [192.168.1.5:8001]
    load=1077584792 isGood=1077590272 numSk ip=134940256 Thu Apr 19 00:20:53 2001
    Init Srvr# [3] = [192.168.1.7:8001] load=1077584792 isGood=1077590272 numSk
    ip=134940256 Thu Apr 19 00:20:53 2001 INFO: SSL is not configured Thu Apr 19
    00:20:53 2001 Now trying whatever is on the list; ci->canUseSrvrList = 1 Thu Apr
    19
    00:20:53 2001 INFO: New NON-SSL URL Thu Apr 19 00:20:53 2001 general list: trying
    connect to '192.168.1.7'/8001 Thu Apr 19 00:20:53 2001 Connected to 192.168.1.7:8001
    Thu Apr 19 00:20:53 2001 INFO: sysSend 320 Thu Apr 19 00:20:53 2001 INFO:
    Reader::fill(): first=0 last=0 toRead=4096 Thu Apr 19 00:21:06 2001 parsed all
    headers
    OK Thu Apr 19 00:21:06 2001 Initializing lastIndex=1 for a list of length=3 Thu
    Apr 19
    00:21:06 2001 ###Response### : Srvr# [1] = [192.168.1.5:8001] load=1077584792
    isGood=1077 546628 numSkip=1077546628 Thu Apr 19 00:21:06 2001 ###Response###
    : Srvr# [2] = [192.168.1.2:8001] load=1077584792 isGood=1077 546628
    numSkip=1077546628 Thu Apr 19 00:21:06 2001 ###Response### : Srvr# [3] =
    [192.168.1.7:8001] load=1077584792 isGood=1077 546628 numSkip=1077546628 Thu Apr
    19 00:21:06 2001 INFO: Reader::fill(): first=0 last=0 toRead=4096
    Basically, the lastIndex=XXX appears to be random. It may do round-robin for 4
    or 5
    connections but then always it resorts to randomly directing new connections.
    This is what the configuration looks like using the plug-in's
    /weblogic?__WebLogicBridgeConfig URL:
    Weblogic Apache Bridge Configuration parameters:
    WebLogic Cluster List:
    1.Host: '192.168.1.2' Port: 8001 Primary
    General Server List:
    1.Host: '192.168.1.2' Port: 8001
    2.Host: '192.168.1.5' Port: 8001
    3.Host: '192.168.1.7' Port: 8001
    DefaultFileName: ''
    PathTrim: '/weblogic'
    PathPrepend: '' ConnectTimeoutSecs:
    '10' ConnectRetrySecs: '2'
    HungServerRecoverSecs: '300'
    MaxPostSize: '0'
    StatPath: false
    CookieName: JSESSIONID
    Idempotent:
    ON FileCaching:
    ON ErrorPage: ''
    DisableCookie2Server: OFF
    Can someone please help to shed some light on this? I would be really grateful,
    thanks!
    Jeff

    Right - it means that the only configuration which can do perfect round-robin is a
    single plugin (non-Apache, or single-process Apache) - all others essentially do random
    (sort of, but it can skew test results during first N requests).
    Robert Patrick <[email protected]> wrote:
    Dimitri,
    The way Apache works is that is spawns a bunch of child processes and the parent process
    that listens on the port delegates the processing of each request to one of the child
    processes. This means that the load-balancing dome by the plugin before the session ID is
    assigned does not do perfect round-robining because there are multiple copies of the plugin
    loaded in the multiple child processes. This situation is similar to the one you would get
    by running multiple proxy servers on different machines with the NES/iPlanet and IIS
    plugins.
    As I pointed out in my response to Jeff, attempting to address this problem with IPC
    machanisms would only solve the single machine problem and most people deploy multiple
    proxy servers to avoid a single point of failure...
    Hope this helps,
    Robert
    Dimitri Rakitine wrote:
    Hrm. This is strange - I thought that all the information nesessary for a
    'sticky' load-balancing (primary/secondary) is contained in the cookie/session info,
    so, the particular plug-in implementation should not make any difference. For
    load-balancing - statistically, given large enough sampling base, Apache plug-in
    should perform just a well as NS one (unless apache is somehow misconfigured and
    calls fork() for each new request).
    Jeff Calog <[email protected]> wrote:
    Robert,
    Thanks for the sanity reply, you are definitely right. I used Netscape 3.0 on
    Win2k and it did perfect round-robin load balancing to my servers.
    <raving>
    BEA - ARE YOU LISTENING? STOP TELLING PEOPLE YOUR APACHE PLUG-IN IS A VIABLE
    LOAD BALANCING SOLUTION! It's worthless for load balancing!
    </raving>
    In some tests, as many as 90% of my connections/requests would be sent to a single
    server. There should be something in the release notes like "By the way, the
    Apache plug-in is only advertised as doing round-robin load balancing, in reality
    it doesn't work worth a darn".
    I'm surprised they don't used shared memory or some other technique (pipes, sockets,
    signals, writing to /tmp, anything) for interprocess communication to fix that.
    Jeff
    Robert Patrick <[email protected]> wrote:
    Yes, the problem lies in the fact that Apache uses multiple processes
    instead of
    multiple threads to process requests. Therefore, you end up with multiple
    processes all
    with the WebLogic plugin loaded into them (and they cannot see one another)...
    Hopefully, Apache 2.0 when it comes out will allow the plugin to do a
    better job...
    Jeff Calog wrote:
    I can't seem to get the Apache plug-in to actually do round-robin loadbalancing
    of HTTP
    requests. It does random-robin, as I like to call it, since the plug-inwill usually
    hit all the
    servers in the cluster but in a random fashion.
    I've got three managed servers:
    192.168.1.5:8001 (WL6 on Linux) 192.168.1.2:8001 (WL6 on Linux) 192.168.1.7:8001
    (WL6 on Linux)
    Admin server on 192.168.1.7:7000 (WL6 on W2k)
    My Apache server is 1.3.9 (RedHat SSL) on 192.168.1.52.
    The log file for each servers has something like this:
    ####<Apr 19, 2001 1:18:54 AM MDT> <Info> <Cluster> <neptune> <cluster1server1>
    <main> <system> <> <000102> <Joined cluster cluster1 at address 225.0.0.5on port
    8001>
    ####<Apr 19, 2001 1:19:31 AM MDT> <Info> <Cluster> <neptune> <cluster1server1>
    <ExecuteThread: '9' for queue: 'default'> <> <> <000127> <Adding
    3773576126129840579S:192.168.1.2:[8001,8001,7002,7002,8001,7002,-1]:192.168.1.52
    to the cluster> ####<Apr 19, 2001 1:19:31 AM MDT> <Info> <Cluster><neptune>
    <cluster1server1> <ExecuteThread: '11' for queue: 'default'> <> <><000127> <Adding
    -6393447100509727955S:192.168.1.5:[8001,8001,7002,7002,8001,7002,-1]:192.168.1.52
    to the cluster>
    So I believe I have correctly created a cluster, although I did notbother to
    assign
    replication groups for HTTP session replication (yet).
    The Apache debug output indicates it knows about all three serversand I can see
    it
    doing the "random-robin" load balancing. Here is the output:
    Thu Apr 19 00:20:53 2001 Initializing lastIndex=2 for a list of length=3Thu Apr
    19
    00:20:53 2001 Init Srvr# [1] = [192.168.1.2:8001] load=1077584792 isGood=1077590272
    numSk ip=134940256 Thu Apr 19 00:20:53 2001 Init Srvr# [2] = [192.168.1.5:8001]
    load=1077584792 isGood=1077590272 numSk ip=134940256 Thu Apr 19 00:20:532001
    Init Srvr# [3] = [192.168.1.7:8001] load=1077584792 isGood=1077590272numSk
    ip=134940256 Thu Apr 19 00:20:53 2001 INFO: SSL is not configured ThuApr 19
    00:20:53 2001 Now trying whatever is on the list; ci->canUseSrvrList= 1 Thu Apr
    19
    00:20:53 2001 INFO: New NON-SSL URL Thu Apr 19 00:20:53 2001 generallist: trying
    connect to '192.168.1.7'/8001 Thu Apr 19 00:20:53 2001 Connected to192.168.1.7:8001
    Thu Apr 19 00:20:53 2001 INFO: sysSend 320 Thu Apr 19 00:20:53 2001INFO:
    Reader::fill(): first=0 last=0 toRead=4096 Thu Apr 19 00:21:06 2001parsed all
    headers
    OK Thu Apr 19 00:21:06 2001 Initializing lastIndex=1 for a list oflength=3 Thu
    Apr 19
    00:21:06 2001 ###Response### : Srvr# [1] = [192.168.1.5:8001] load=1077584792
    isGood=1077 546628 numSkip=1077546628 Thu Apr 19 00:21:06 2001 ###Response###
    : Srvr# [2] = [192.168.1.2:8001] load=1077584792 isGood=1077 546628
    numSkip=1077546628 Thu Apr 19 00:21:06 2001 ###Response### : Srvr#[3] =
    [192.168.1.7:8001] load=1077584792 isGood=1077 546628 numSkip=1077546628Thu Apr
    19 00:21:06 2001 INFO: Reader::fill(): first=0 last=0 toRead=4096
    Basically, the lastIndex=XXX appears to be random. It may do round-robinfor 4
    or 5
    connections but then always it resorts to randomly directing new connections.
    This is what the configuration looks like using the plug-in's
    /weblogic?__WebLogicBridgeConfig URL:
    Weblogic Apache Bridge Configuration parameters:
    WebLogic Cluster List:
    1.Host: '192.168.1.2' Port: 8001 Primary
    General Server List:
    1.Host: '192.168.1.2' Port: 8001
    2.Host: '192.168.1.5' Port: 8001
    3.Host: '192.168.1.7' Port: 8001
    DefaultFileName: ''
    PathTrim: '/weblogic'
    PathPrepend: '' ConnectTimeoutSecs:
    '10' ConnectRetrySecs: '2'
    HungServerRecoverSecs: '300'
    MaxPostSize: '0'
    StatPath: false
    CookieName: JSESSIONID
    Idempotent:
    ON FileCaching:
    ON ErrorPage: ''
    DisableCookie2Server: OFF
    Can someone please help to shed some light on this? I would be reallygrateful,
    thanks!
    Jeff
    Dimitri--
    Dimitri

  • Default WAN in RV042 Load Balancing

    If I choose the RV042 mode as load balancer and bind some protocol to specific WANs, what will happen to the protocols that I didn't bind to any specific WAN? will they go to WAN1 by default?
    Thanks

    Hi,
    When Load Balance is enabled, RV042 will dispatch (using weighted Round Robin) incoming sessions to WAN1 and WAN2 according to the ratio of the WAN bandwidth. A session is defined by a TCP connection or a UDP stream with certain timeout.
    I found this in the users guide.   
    *  Dual WAN. There are two functions provided for users – Smart Link Backup and Load Balance..
    *  If Smart Link Backup is selected, you only need to choose which WAN port is the primary and then the other will be the backup. See Figure 6-22. 
    *  If Load Balance is selected, there will be two main choices:
    •    By Traffic – Intelligent Balancer (Auto) and user defined. See Figure 6-23.  First, choose the Max. Bandwidth of Upstream (64K/128K/256K/384K/512K/1024K/1.5M/2M/2.5M or above) and Downstream (512K/1024K/1.5M/2M/2.5M or above) for WAN1 and WAN2, as provided by your ISP.
    •    Intelligent Balancer (Auto): When choosing Intelligent Balancer, it will automatically compute the maximum bandwidth of WAN1 and WAN2 by using Weighted Round Robin to balance the loading. If (upstream / downstream / upstream or downstream) bandwidth is excessive (30%, 40%, 50%, 60%, 70%, 80%, 90%), bring up the second link.  When there is an inactivity time-out (None/10min/20min/30min/40min/50min/60min), the second link will be terminated.
    Adding to this is the operation of Network Service Detection (NSD), which allows RV042 to ping the liveliness of the default gateway of the WAN port or a specified Host. The retry timeout and retry count will affect how long RV042 determines the WAN is down. By default the detection time is
    (Retry timeout) + (Retry count) * (5 sec)  // the 5 sec is hard coded (which is about 1 minute)

  • FRM-92101: Load Balancing Forms 10g with Web Cache

    Hi,
    I´m having some problems with Oracle Forms and Webcache 10g and I was wondering if you
    could help.
    Machines: (Pentium IV 2.6 GHz; 2GB RAM; 80GB HD)
    A. Red Hat Linux AS 2.1
    Oracle AS 10g - Infrastructure Installation
    B. Windows 2000 Server - Service Pack 4
    Oracle AS 10g - BI and Forms Installation (Using Infrastructure on machine A)
    C. Windows 2000 Server - Service Pack 4
    Oracle AS 10g - BI and Forms Installation (Using Infrastructure on machine A)
    I didn´t apply any Patchsets of Oracle AS 10g. My current version is 9.0.4.0 .
    Goal:
    Use Oracle Webcache 10g on machine B for Load Balancing an Oracle Forms Application
    on machines B and C.
    Facts:
    The Oracle AS 10g installation on the 3 machines was made without problems.
    The Forms Applications are running without problems on both Forms servers in machine B and C.
    Symptoms:
    I´m getting the following error when I try to acces the forms application through Webcache:
    FRM-92101: There was a failure in the forms server during startup.
    This could happen due to invalid configuration.
    Please look in the web-server log file for details.
    But, this error happens ONLY when BOTH OC4J_BI_Forms instances (machines B and C) are
    running.
    When just one of the OC4J_BI_Forms is running everything works fine.
    Webcache Configuration:
    I´ve followed Metalink note 207668.1: Configuring Web Cache as a Load Balancer for Application Servers
    step by step to make the configuration of the following components:
    1. Configuration of the origin servers
    2. Configuration of Site definitions
    3. Configuration of Site to server mapping
    After that, I´ve follwed the Metalink note 229900.1: Integrating and using Web Cache with Forms 9i for Load Balancing
    step by step to make the configuration of the following components:
    4. Session Binding
    Then I try to test the Load Balancing and I got the error FRM-92101 when both OC4J_BI_Forms
    instance were running.
    I´ve searched Metalink and found note 268830.1: Webcache Won't Load Balance 2 Forms Instances.
    Following the note instructions I did the following changes:
    Added these lines at the end of HTTPD.conf (machine B):
    CookieTracking On
    CookieName myformscookie1
    Added these lines at the end of HTTPD.conf (machine C):
    CookieTracking On
    CookieName myformscookie2
    In Webcache configuration:
    I´ve Changed the default session binding from JSESSIONID to "ANY SET COOKIE" for the
    site's session binding.
    But even after these changes I´m getting FRM-92101 error on the same conditions.
    How can I solve this problem ?
    Thank you in advance.
    Marcus Santos.
    ([email protected])

    Just ran into this problem last Tuesday, Nov.30 and applied the changes today.
    My configuration is similar to yours: 9.0.4 web cache on machine A, 9.0.4 10gAS forms and reports standalone on machine B and C (not a cluster, no infra).
    I appended the Cookie lines you mentioned in httpd.conf located in $ORACLE_HOME/Apache/Apache/conf in both machines B and C.
    One important thing you may have missed. After changing httpd.conf in each 9iAS instance, you need to make the change known to dcmctl so issue:
    dcmctl updateConfig -ct ohs
    Then do the following for each 9iAS instance and it should be ready for webcache:
    dcmctl stop
    dcmctl start
    Setup Any-set-Cookie in webcache instead of JSESSIONID and the whole thing should now work. You can run a form through machine A which will load balance to either machine B or C (which can both be up). Then, try shutting down 9iAS on machine B or C and run a form again. They now all work.
    HTH,
    Raffy

  • FRM-92101: Load Balancing Forms 10g with Webcache

    Hi,
    I´m having some problems with Oracle Forms and Webcache 10g and I was wondering if you
    could help.
    Machines: (Pentium IV 2.6 GHz; 2GB RAM; 80GB HD)
    A. Red Hat Linux AS 2.1
    Oracle AS 10g - Infrastructure Installation
    B. Windows 2000 Server - Service Pack 4
    Oracle AS 10g - BI and Forms Installation (Using Infrastructure on machine A)
    C. Windows 2000 Server - Service Pack 4
    Oracle AS 10g - BI and Forms Installation (Using Infrastructure on machine A)
    I didn´t apply any Patchsets of Oracle AS 10g. My current version is 9.0.4.0 .
    Goal:
    Use Oracle Webcache 10g on machine B for Load Balancing an Oracle Forms Application
    on machines B and C.
    Facts:
    The Oracle AS 10g installation on the 3 machines was made without problems.
    The Forms Applications are running without problems on both Forms servers in machine B and C.
    Symptoms:
    I´m getting the following error when I try to access the forms application through Webcache:
    FRM-92101: There was a failure in the forms server during startup.
    This could happen due to invalid configuration.
    Please look in the web-server log file for details.
    But, this error happens ONLY when BOTH OC4J_BI_Forms instances (machines B and C) are
    running.
    When just one of the OC4J_BI_Forms is running everything works fine.
    Webcache Configuration:
    I´ve followed Metalink note 207668.1: Configuring Web Cache as a Load Balancer for Application Servers
    step by step to make the configuration of the following components:
    1. Configuration of the origin servers
    2. Configuration of Site definitions
    3. Configuration of Site to server mapping
    After that, I´ve follwed the Metalink note 229900.1: Integrating and using Web Cache with Forms 9i for Load Balancing
    step by step to make the configuration of the following components:
    4. Session Binding
    Then I try to test the Load Balancing and I got the error FRM-92101 when both OC4J_BI_Forms
    instance were running.
    I´ve searched Metalink and found note 268830.1: Webcache Won't Load Balance 2 Forms Instances.
    Following the note instructions I did the following changes:
    Added these lines at the end of HTTPD.conf (machine B):
    CookieTracking On
    CookieName myformscookie1
    Added these lines at the end of HTTPD.conf (machine C):
    CookieTracking On
    CookieName myformscookie2
    In Webcache configuration:
    I´ve Changed the default session binding from JSESSIONID to "ANY SET COOKIE" for the
    site's session binding.
    But even after these changes I´m getting FRM-92101 error on the same conditions.
    How can I solve this problem ?
    Thank you in advance.
    Marcus Santos.
    ([email protected])

    Did you ever Get this to work?
    I am having some problems trying to load balance with Oracle Forms, Discover and reports Oracle Application Server Release 10g (9.0.4.0.2) and I was wondering if you could help. Has any one ever got this to work consistently? We are an ERP product written mostly in forms (904) and are trying to implement are largest customer there performance issue so we need the load balancing to work. Will also accept other recommendation as cost effective as solutions.
    Site 1:
    A: SERVER –
    •     Host as1.xyzco.local
    •     Version 10.1.2.0.2
    •     Installation Type Identity Management and Metadata Repository
    •     Oracle Home E:\oracle\inf_1012
    •     Farm as1db.xyzco.net
    o     HTTP_Server
    o     Internet Directory
    o     OC4J_SECURITY
    o     Single Sign-On:orasso
    o     Management
    B SERVER –
    •     Host as2. xyzco.local
    •     Version 9.0.4.0.2
    •     Installation Type Business Intelligence and Forms
    •     Oracle Home E:\oracle\mid_904
    •     Farm as2db. xyzco.net
    o     Discoverer
    o     Forms
    o     home
    o     HTTP_Server
    o     OC4J_BI_Forms
    o     Reports Server
    o     Web Cache
    o     Management
    C SERVER –
    •     Host as3. xyzco.local
    •     Version 9.0.4.0.2
    •     Installation Type Business Intelligence and Forms – Discoverer and Reports
    •     Oracle Home E:\oracle\mid_904
    •     Farm as2db. xyzco.net
    o      Discoverer
    o     Forms
    o     home
    o     HTTP_Server
    o     OC4J_BI_Forms
    o     Reports Server
    o     Web Cache
    o     Management
    All servers Are:
    •     Windows 2003 Standard Server with current service packs
    •     Xeon Dual Processor with 4GB ram
    •     Raid 0 drives 2 for OS and 2 for Oracle
    Daniel Brody
    [email protected]

  • Load balance on routers LAN and WAN

    Hi ;
    I have a setup where i need to implement load balance on 2 routers in both sides ,LAN and WAN , and there is ASA in the LAN side , my question is that when do load blance in LAN side using GLBP how the 2 ASA's will act on this because they will have only 1 default gateway IP address .
    Thanks

    Not Harbi
    Not entirely sure i understand the question but i'll try to answer based on a few assumptions.
    It sounds like you have a pair of ASA devices on the LAN side. Assuming they are in active / failover then they will appear as one IP address to the routers - a VRRP address. When the ASA arps out for the default gateway address they will get one of the virtual mac addresses back from the AVG.
    They will send traffic to that mac address ie. they won't load balance.
    The load balancing aspect comes in when another host on the LAN then arps out for the default gateway and the AVG assigns it a different virtual mac address tied to a different router. But as the ASA pair always appear as one host entity they will always be tied to one of the routers at any one time.
    Hope this covers what you were asking
    Jon

  • Load balancing on cisco rv042

    Hi friends,
    This is regarding I am facing issue with configuring the load balancing in cisco rv042 .I had configured the load balancing between dual wan of leased line and adsl coonection but loadbalancing is not working fine kindly help me on this

    If i close one link it takes 20 seconds of downtime and then ping goes without loses.
    In the end i decided to go with PBR, since the deadline for our project was surpassed.
    I set up acl that matched every other 32 adress block:
        10 permit ip 192.168.100.32 0.0.0.31 any 
        20 permit ip 192.168.100.96 0.0.0.31 any 
        30 permit ip 192.168.100.160 0.0.0.31 any 
        40 permit ip 192.168.100.224 0.0.0.31 any
        50 deny ip any any
    Set a route map that sends that traffic trough one of the interfaces (Gi0/1) and let routing do the rest:
    track 1 interface dialer 0 line-protocol
    ip route 0.0.0.0 0.0.0.0.0 Dialer0 track 1
    ip route 0.0.0.0 0.0.0.0.0 GigabitEthernet0/1 10
    Its not exactly what i wanted but its close enough:) 
    Thanks for your advices.

  • RV042 load balancing problem

    We have two network connections coming into the office. One is a private WAN and the other is an internet WAN. We have a RV042 Router configured for load balancing. On Wan1 we have our private WAN which includes Exchange, and 6 VPNs. On WAN2 we have a Public IP, and workers from home. Both connections are 5Mg T1s and both have the ability to reach the internet but only wan2 has a public IP (76.x.x.x) were as WAN1 has a private IP. (10.x.x.x).
    Now were the problem lies is our new web based Payroll system does not support load balancing. We have to shutdown one side when we want to do payroll (turn load balancing off.)
    Now is there a way to make our payroll computers only use one side? modify host file maybe? Or force a certain MAC address to only use WAN1 OR is there a better router that can Accomplish this?
    Any help would be appreciated
    Peter Labelle

    I ran in to this problem at a client where we had an RV042.  Different scenario though.  We had 2 static IP from 2 different ISP's.  We had an accounting program that used HTTPS on port 443 hosted at a different location.  We had to bind outgoing port 443 to WAN1 to prevent disconnect problems.  This caused a problem in case that internet connection went down.
    What we did was create a service on the RV042 for TCP port 4433 and binded the traffic to WAN2.  On the side hosting the accounting package we created a rule in that router to translate all public port 4433 requests to internal 443 requests.
    On the workstations we had to leave 2 desktop shortcuts one that pointed to 443 and one to 4433.  That way if one link doesn't work they can just use the second link.
    It's not the best solution but at least it works until they ok a swap out to a router that supports better binding.
    I'm not provided this as a solution but maybe it can spark an idea of a workaround.
    I know a company called Xincom use to make a dual wan router that was decently priced that supported strict binding per internal ip address.  The build quality wasn't the best and they use to die all the time but maybe their new units are better.  When they worked though they were very good and I never had a problem.       

  • RV042 load balancing and OWA

    I have a rv042 router with two internet connections. I have setp the WAN1 and WAN2 and set the load balance mode.
    Surfing on internet is then not a problem and I checked that I was using the two internet connection.
    However if I try to connect to my corporate (OWA) outlook web access i am looping on the first page where I should provide my credentials.
    I know that most of the load balancer could be set up with a sticky bit to keep the session on the same WAN connection, but reading the documentation, googling and searching on this community I do not find any help.
    Does someone have an idea and could help me.
    Thanks in advance.

    Hello,
    i've have a RV042 too, and i have the same problem.
    Loadbalance work for every single request, so every website get requests from both connection even if there is a single user browsing.
    Website side, some requests are "logged in" (if request came from the same IP the user logged in), but not if request come from the other wan (because IP mismatch). I've experienced many problems with many websites, not only OWA, not only requesting me to log-in continously, but also server-side crash because server session get lost in the middle of transactions.
    Protocol Binding is NOT the solution, since it will require to bind all HTTP to just one connection (this way, where is loadbalance?) and if that wan fails over you get lost of connectivity.
    Right now I didn't found any solution to use loadbalancing correctly, the right way to do would be that the RV042 remember the association CLIENT/SERVER->WAN, so that once i client connect to a server the router whould use only that one WAN, and when a WAN fails the table get cleared to restart balancing requests on remaining WANs.
    Hope to see this function on next firmware..

  • RV042 - Load Balancing question

    Hi, I have the RV042 (firmware 1.3.13.02-tm) in Load Balancing mode. When I do a speedtest, the result is the total bandwidth available on my 2 connections, i.e. 8-9,000 Kbit/Sec (each line is approx 4,500 Kbit/Sec). When I stream from Netflix, the bandwidth throughput is about 4-4,5000 Kbit/Sec. Should not the RV042 stream Netflix as the combined speed between WAN 1 and 2, i.e. at 8-9,000?

    Load balance permits more available bandwidth. It may effective double the speed because the requests have more pipe available to utilize but not because it increases the over all speed of your connection. If your connections are 5 mbit they remain 5 mbit.
    -Tom
    Please mark answered for helpful posts

  • RV042 v3 load balancing MTU setting?

    RV042 v3 on firmware: 4.2.1.02
    Wan 1 is connected to a PPPoE dsl line via a modem in bridge mode using LLC
    Wan 2 is connected to a PPPoA dsl line via a modem in bridge mode using VC-MUX. (this is a Draytek modem that bridges PPPoE to PPPoA)
    The connection on both Wan ports of the RV is set to PPPoE
    What is the ideal MTU setting for both Wan ports in the above configuration?
    Thanks for any feedback

    Juan Ignacio Del Rosario wrote:Correct me if im wrong.when we understand the rules of traffic (outgoing and ingoing traffic), the server(in the internet) which we requested to will reply only on the ip address that we used for the request right? if thats the case, if i control the outside traffic i can also say that the incoming traffic will be destined to the ip address that i used to make a request.example:when I create traffic comes out in the WAN 1. my requested page (facebook.com) will also comes-in in WAN 1.is that considered in Load balancing?
    Yes, traffic will return to the same public IP (WAN) that originated it.  I thought your OP and maybe due to the 1st response you wanted to also protocol bind the inbound traffic too which isn't necassary as you've descibed here but if you initiate traffic from the internet to your LAN you just have to pick the correct public IP. 
    Which direction do you want this to work?  Are clients on this LAN initiating RD connections to hosts through the internet or are you wanting to connect to hosts on this LAN from the internet? 

  • RV042 Load Balancing not working correctly?

    We have an RV042 on firmware version 1.3.13.02 and 2 ISPs:
    WAN1 = Telepacific T1
    1.5Mbps down and 1.5Mbps up
    WAN2 = AT&T U-Verse
    12Mbps down and 5Mbps up
    I have it set to Load Balance, Primary WAN = WAN2
    Network Service Detection enabled, only pinging the Remote Host of 4.2.2.2 and set to Generate Log
    Bandwidth is set to:
    WAN1 = 1000Kbps upstream & downstream
    WAN2 = 5040Kbps upstream & 12000Kbps downstream
    It seems to pick WAN1 a lot of the time.  Do I have something setup wrong?

    Ok, so what do you recommend? To setup binding for ports important to direct over say… WAN1 (my fast access) shall I also keep the bandwidth management set up as is, example:
    For me it’s confusing because this config appears to be clear to me that has to control traffic the way I want .
    Thanks for your response.
    H Aragon
    De: jasbryan
    Enviado el: lunes, 20 de febrero de 2012 03:18 p.m.
    Para: HECTOR MANUEL ARAGON
    Asunto: - Re: RV042 Load Balancing not working correctly?
    Home
    Re: RV042 Load Balancing not working correctly?
    created by jasbryan in Small Business Routers - View the full discussion

  • RV042 v3 Cable/DSL Load Balancing Issue

    I am attempting to load balance 2 ISP connections:
    WAN 1- Comcast Cable 1500 MTU
    WAN 2- Verizon DSL 1492 MTU
    Both connections come up and load balancing is occuring.
    After WAN2 DSL is connected to the RV042, web browsing on LAN devices periodically and randomly times out. This oocurs when accessing varous sites including sights on the LAN such as device web configuration pages for the RV042 and the DSL modem. Repeated browser reload commands will bring the pages up. This happens on devices connected by wire and connected wirelessly to the RV042 via an access point. It looks like what an MTU issue would appear and I've dropped the Cable MTU configuration down to 1492 which doesn't resolve the issue. Summarily it appears that after DSL is connect to WAN2, the RV042 starts to choke on web page routing.
    Any thoughts would be appreciated.

    marksbond wrote:Do they share the same switch?
    No, the WAN ports are separate from the LAN (switch) ports.
    I do know that although the DSL modem is configured in the bridge mode,  it's web configuration page remains accessible at 192.168.1.1 if it is accessed directly from a PC while both are off of the network. This is also the address of the RV042 when accessed from the LAN side.
    That could be the problem.  Have you tried changing IP address on the modem?
    I have a similar situation, but I haven't enabled the modem in bridge mode.  The modem is used also as AP, so I gave it an address on a different network, disabled DHCP, and connected it from switch to switch on the RV.  Yes, 2 cables from the modem switch to the RV, one to the WAN2 port, another to the switch.  I also gave the modem a second IP, one in the LAN space, that way I can configure and have general access to its Web interface from the LAN.  There's probably a better solution.
    I did note in another discussion that Network Service Detection should not be enabled on WAN2 as it is a bridged PPPoE connection. I should note that the only devices connected to the LAN when this issue is occurring are a wireless access point with 2 or 3 clients and a PC wired to the RV042.
    There are differences between modems, some can be accessed when they are in bridge mode, some not.  But sending pings shouldn't work, the RV is configured to connect to a modem and use pppoe to the ISP, no modem IP defined anywhere (from the RV point of view) so there is no way to send a ping when the IP address is unknown.

  • RV042 Load balancing function

    I have Rv042 so I need it to make load balancing for 2 ADSL lines.
    The 2 ADSL modems working as a router (not bridge) so I connect ADSL1 (adsl router) to Internet1 in RV042 and ADSL2 to internet2/DMZ .
    In the RV042 configuration I make WAN1 and WAN to obtain the ip automatically from the DHCP which are enabled in the ADSL routers.
    Also in RV042 the DHCP is enable to assign ip address to the LAN.
    from a PC try to access the internet I can't.
    I did the same scenario with QNO FQR8010 it's working but with RV042 it's not.
    What is the problem.
    Note: I need the ADSL routers to still work as routers.
    Regards.
    [email protected]

    Try this:
    Required ports to use Google Talk
    Print
    If you're having trouble connecting to Google Talk through your firewall or proxy, it may be because some necessary ports are blocked.
    In order to connect to Google Talk and start sending IMs, you'll need to enable TCP connections to talk.google.com on port 5222, or on port 443.
    If you'd like to make calls or transfer files through Google Talk, you need to:
    Enable UDP connections to anywhere on any port; or
    Enable TCP connections to anywhere on port 443.
    If you're behind a public or corporate network that is blocking these ports or protocols, please contact your local network administrator for further instructions.
    From Google Q&A

Maybe you are looking for