Community discussions

MikroTik App

Search found 3 matches

by banshee3891
Sat Aug 26, 2023 4:28 am
Forum: General
Topic: WAN Load Balancing between 2 ISPs - one with CGNAT and another in bridge mode (real IPV4 address) [SOLVED]
Replies: 17
Views: 13784

Re: WAN Load Balancing between 2 ISPs - one with CGNAT and another in bridge mode (real IPV4 address) [SOLVED]

Thank you, I was able to successfully use this for the PPPoE client (that gave dynamic IP) by modifying the 'default' PPP profile using the following script under the 'On Up' section:
/ip route
set [find where comment~"ISP 2"] gateway=$"remote-address"
by banshee3891
Fri Aug 18, 2023 5:51 pm
Forum: General
Topic: WAN Load Balancing between 2 ISPs - one with CGNAT and another in bridge mode (real IPV4 address) [SOLVED]
Replies: 17
Views: 13784

Re: WAN Load Balancing between 2 ISPs - one with CGNAT and another in bridge mode (real IPV4 address) [SOLVED]

How should I go about when I receive dynamic IP and gateway addresses from the PPPoE Client? Unlike the DHCP client (under advanced) there's no option to use a script for the PPPoE client.
by banshee3891
Wed Jul 05, 2023 6:54 am
Forum: General
Topic: WAN Load Balancing between 2 ISPs - one with CGNAT and another in bridge mode (real IPV4 address) [SOLVED]
Replies: 17
Views: 13784

Re: WAN Load Balancing between 2 ISPs - one with CGNAT and another in bridge mode (real IPV4 address) [SOLVED]

Thank you rextended! This worked as intended with CGNATed LTE WAN (after setting up passthrough) as a backup.