Quantcast
Viewing all articles
Browse latest Browse all 60861

Re: How to route all traffic to external ip over specific interface/gateway

So i need to add rule like this? 

 

rule 20 {
            action modify
            description "do NOT load balance destination public address"
            destination {
                group {
                    address-group ADDRv4_eth0
                }
            }
            modify {
                table main
            }

Viewing all articles
Browse latest Browse all 60861

Trending Articles