Fwd: Unable to get Bird 2 to listen on the BGP socket
Ah, seems that I were mistaken. I needed to use /128 prefix for the addresses and it works now as expected. On 05/09/2020 16.18, Ondrej Zajicek wrote:
On Sat, Sep 05, 2020 at 02:29:34PM +0300, Skyler Mäntysaari wrote:
Hi,
My bird version is 2.0.7, running on aarch64 with 5.7.16 kernel using raspberrypi kernel tree for BCM2711. The exact same behavior happens if the source is built from the bird ebuild in the Gentoo portage tree, or directly from source.
show interfaces: https://dpaste.com/GRHNJS2D3 Hi
Seems to me like misconfiguration:
wg1 up (index=7) PtP Multicast AdminUp LinkUp MTU=1340 fe80:10::2/127 (Preferred, opposite fe80:10::3, scope link)
as213021_hel_node: Waiting for fe80:10::1%wg1 to become my neighbor
You have fe80:10::2/127 prefix on wg1, which contains fe80:10::2 and fe80:10::3, but waiting for fe80:10::1, which is outside of the range (it would be in fe80:10::0/127 network).
participants (1)
-
Skyler Mäntysaari