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

Re: EdgeRouter X LAN Failover Config

$
0
0

vb543 wrote:

...

firewall {
    all-ping enable
    broadcast-ping disable
    group {
        network-group PRIVATE_LANS {
            description "Non-Routeable Private Subnets"
            network 10.0.0.0/8
            network 172.16.0.0/12
            network 192.168.0.0/16
        }
    }
    ipv6-receive-redirects disable
    ipv6-src-route disable
    ip-src-route disable
    log-martians enable
    modify WAN_FAILOVER {
        rule 1 {
            action accept
            description "Exclude private subnets from load balancing"
            destination {
                group {
                    network-group PRIVATE_LANS
                }
            }
        }
        rule 10 {
            action modify
            modify {
                lb-group FAILOVER
            }
        }
    }

 


Try without rule 1


Viewing all articles
Browse latest Browse all 60861

Trending Articles