Quantcast
Channel: All EdgeRouter posts
Viewing all articles
Browse latest Browse all 60861

Re: EdgeRouter X dual WAN and 1 LAN with load balancing

$
0
0

If you deleted LB group G,  change this:

 

 

    modify balance {
        rule 1 {
            action modify
            modify {lb-group G
            }
        }
    }

 

 

to read like this:

    modify balance {
        rule 1 {
            action modify
            modify {lb-group LB
            }
        }
    }

so that the balance group gets called


Viewing all articles
Browse latest Browse all 60861

Trending Articles