OPNsense Forum

Archive => 22.7 Legacy Series => Topic started by: thorstenrood on January 12, 2023, 09:47:51 PM

Title: need to configure the "listen" CARP address on FRR plugin
Post by: thorstenrood on January 12, 2023, 09:47:51 PM
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!
Title: Re: need to configure the "listen" CARP address on FRR plugin
Post by: Patrick M. Hausen on January 12, 2023, 09:58:56 PM
It's open source ... ;)
Title: Re: need to configure the "listen" CARP address on FRR plugin
Post by: mimugmail on January 13, 2023, 07:40:41 AM
Wasnt this introduced? Hit advanced in General?
Title: Re: need to configure the "listen" CARP address on FRR plugin
Post by: thorstenrood on January 14, 2023, 02:23:45 AM
there is no such option in general->show_advanced
Title: Re: need to configure the "listen" CARP address on FRR plugin
Post by: mimugmail on January 14, 2023, 06:41:40 AM
https://github.com/opnsense/plugins/issues/2540

They did it with outbound nat
Title: Re: need to configure the "listen" CARP address on FRR plugin
Post by: thorstenrood on January 14, 2023, 10:15:04 PM
that's cool. Changed that now. Should be good. Thank you!