Quantcast
Viewing all articles
Browse latest Browse all 60861

Re: EdgeRouter - WAN Failover configurations

I resolved #1 by:

# show firewall group
network-group 3G_MODEM {
description "3G Modem Netowkrs"
network 192.168.8.0/24
}

# show firewall modify
modify WAN_FAILOVER_POLICY {
rule 10 {
action modify
destination {
group {
network-group 3G_MODEM
}
}
modify {
table main
}
}
rule 20 {
action modify
modify {
lb-group WAN_FAILOVER
}
}
}

# show protocols static route
route 192.168.8.0/24 {
next-hop 192.168.0.254 {
description "3G Modem"
distance 2
}
}

I resolved #4 by setting up dNAT rules (made me appreciate the existence of the port-forwarding entries)

#3 I think is gonna be a project for me, but I understand how it would work.

Which leaves #2... I think I'll create a new ticket for that issue as this is getting a bit crowded.. Thanks for your help!

Viewing all articles
Browse latest Browse all 60861

Trending Articles