Closed Routhinator closed 1 year ago
Found a clue in the comments section on https://www.map59.com/ubiquiti-udm-running-bgp/ which the How To I found was based on...
Disqus ate my first comment, so I'll shorthand it: FRR appears preinstalled on UDM SE 3.1.15. Using the script deleted zebra, which the UDM software needs for some of its functions. However, disabling the script and restoring the root partition placed back FRR 8.1 and my existing BGP setup appears to be working fine with that.
That gets me somewhere... so I'll need to restart from scratch given that context and see if I am successful this time.
Would be good to get these directions into a markdown doc in a repo somewhere (maybe this one?) so that it can be contributed to and updated by the community - right now it's a matter of chasing breadcrumbs from multple outdated how tos, reddit posts and UI forum posts :)
OK, reflashed my firmware, and then reworked the bootscript with the fact that FRR is already installed in mind:
#!/bin/bash
# Check state
FRR_SERVICE_ENABLED=$(systemctl is-enabled frr)
# If FRR is not enabled, then enable and start it
if [ "${FRR_SERVICE_ENABLED}" != "enabled" ]; then
echo "FRR systemd unit was not enabled, enabling and starting..."
systemctl enable frr
systemctl start frr
# Install other nice-to-haves for config editing
apt-get -y install --reinstall nano
fi
Maybe we'll get this out of the box soon?
Hi folks,
I'm on a UDM SE which doesn't use containers.
I'm using this excellent repo as advised in this How To for BGP setup on the UDM SE:
https://0xem.ma/posts/MetalLB-UDM-SE/
BGP is working! That's all setup and I see my routes, and I can hit everything from inside the network:
However.. I now need to open up a port forward, and when I try to make a change to the UDM SE configuration I get this error:
..obviously support is not going to support this config.
Checking journalctl output at the time of the error, I see:
For some reason something is looking for the
/usr/sbin/zebra
binary for this config update and I'm not sure what. I'm guessing it's a byproduct of updates since the how to was written or it's an oversight as this configuration change wasn't tested. Unfortunately the original author's blog has no comment section.. so reaching out here in hopes someone can point me to where i need to look.Any help would be greatly appreciated.
Current versions of things: UDM SE Firmware: UDM SE v3.1.16 Network Application: Network 7.5.176