I need to run a complex BGP-based VPN with Azure (all routes learned, except for the BGP peers) and the originating opnsense has multiple NICs. FRR plugin seems randomly pick one CARP for listening. I need to specify the one being used for BGP peering listener but the webUI for FRR plugin doesn't seem to have an option for that "-l" option from FRR? how to make this work? thank you!
It's open source ... ;)
Wasnt this introduced? Hit advanced in General?
there is no such option in general->show_advanced
https://github.com/opnsense/plugins/issues/2540
They did it with outbound nat
that's cool. Changed that now. Should be good. Thank you!