Luke
December 5, 2019, 4:00pm
#1
A new server has been installed under Windows.
The backups work, however, the error message “ERROR: Sending broadcast failed! (ipv6)” is displayed continuously in the log (several times per second).
tbsky
December 6, 2019, 12:00am
#2
maybe your ip address is not static enough like mine?
if you have static interface than you can bond broadcast to that interface.
Hi:
test it but it seems can not work. I need to bond ip address, or better urbackup can keep tracking the current ip addresses, not just adding it to broadcast list but forget deleting. for example to reproduce the behavior:
let BROADCAST_INTERFACES=“br0”
[root@backup]# ip addr add 1.1.1.1/24 dev br0
[root@backup]# sleep 60
[root@backup]# ip addr del 1.1.1.1/24 dev br0
[root@backup]# tail -1 /var/log/urbackup.log
2019-11-07 08:55:28: ERROR: Sending broadcast failed!