You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently had a 6 hour power outage which exhausted my battery backup. When I brought the system back online, I was unable to resume my WG bridge. I get the error message below. I have tried multiple reboots, rebuilding the .conf file, and even a factory reset and restore. Nothing fixes it. Anyone got feedback on how to fix?
By logging in to, accessing, or using any Ubiquiti product, you are *
signifying that you have read our Terms of Service (ToS) and End User *
License Agreement (EULA), understand their terms, and agree to be *
fully bound to them. The use of CLI (Command Line Interface) can *
potentially harm Ubiquiti devices and result in lost access to them and *
their data. By proceeding, you acknowledge that the use of CLI to *
modify device(s) outside of their normal operational scope, or in any *
manner inconsistent with the ToS or EULA, will permanently and *
irrevocably void any applicable warranty. *
Last login: Wed Jun 12 19:41:52 2024 from 192.168.2.206
root@UDM-Pro-Home:~# wg-quick up wg0
[#] ip link add wg0 type wireguard
[#] wg setconf wg0 /dev/fd/63
[#] ip -4 address add 192.168.95.2 dev wg0
[#] ip link set mtu 1372 up dev wg0
[#] ip -4 route add 192.168.95.0/32 dev wg0
[#] ip -4 route add 192.168.20.0/24 dev wg0
[#] ip -4 route add 192.168.16.0/24 dev wg0
[#] ip -4 route add 192.168.14.0/24 dev wg0
[#] ip -4 route add 192.168.10.0/24 dev wg0
[#] ip -4 route add 192.168.1.0/24 dev wg0 ### RTNETLINK answers: File exists
[#] ip link delete dev wg0
The text was updated successfully, but these errors were encountered:
Hello,
Recently had a 6 hour power outage which exhausted my battery backup. When I brought the system back online, I was unable to resume my WG bridge. I get the error message below. I have tried multiple reboots, rebuilding the .conf file, and even a factory reset and restore. Nothing fixes it. Anyone got feedback on how to fix?
TIA
********************************* NOTICE **********************************
Last login: Wed Jun 12 19:41:52 2024 from 192.168.2.206
root@UDM-Pro-Home:~# wg-quick up wg0
[#] ip link add wg0 type wireguard
[#] wg setconf wg0 /dev/fd/63
[#] ip -4 address add 192.168.95.2 dev wg0
[#] ip link set mtu 1372 up dev wg0
[#] ip -4 route add 192.168.95.0/32 dev wg0
[#] ip -4 route add 192.168.20.0/24 dev wg0
[#] ip -4 route add 192.168.16.0/24 dev wg0
[#] ip -4 route add 192.168.14.0/24 dev wg0
[#] ip -4 route add 192.168.10.0/24 dev wg0
[#] ip -4 route add 192.168.1.0/24 dev wg0
### RTNETLINK answers: File exists
[#] ip link delete dev wg0
The text was updated successfully, but these errors were encountered: