Good evening everyone, I'm trying to configure my QNAP TS-451D2 as a NUT server, so that the UPS in use can power a second NAS (set as a slave).
Unfortunately, when I set the IP address of the master UPS, the slave tells me that the IP is "not navigable."
I followed these instructions: https://www.qnap.com/it-it/how-to/faq/article/how-do-i-set-up-multiple-nas-devices-using-one-ups
But I can't get much out of it.
Should I perhaps install some applications in VMs or containers?
And if so, what would you recommend?
Thank you so much!
Using NUT with a QNAP NAS and other devices - NAS
[SOLVED] - NUT Client configuration -> help needed for shutdown Proxmox host | Proxmox Support Forum
Any QNAP user using Windows NUT Server?
Using QNAP NAS as UPS Server - change nut username
Videos
I am aware QNAP units support both UPS Master & Slave mode. I'd like to configure QNAP unit in UPS slave mode, but this requires a network server, therefore I am looking for a NUT server for Windows...... any idea?
I'm having problems connecting my OPNsense device as a NUT client to a QNAP NAS that acts as a UPS server. I've installed the os-nut plugin. My configuration is:
QNAP IP: 192.168.1.115 and OPNsense LAN IP was added to UPS Client Notification List (on the QNAP NAS)
OPNsense:
General Nut Settings:
Enable Nut: (checked)
Service Mode: netclient
Name: qnapups
Listen Address: 127.0.0.1
UPS Type: Netclient
Enable: (checked)
IP Address: 192.168.1.115
Port: 3493
Username: admin
Password: 123456
Contents of /usr/local/etc/nut/upsmon.conf:
MONITOR qnapups@192.168.1.115 1 admin 123456 slave
SHUTDOWNCMD "/usr/local/etc/rc.halt"
POWERDOWNFLAG /etc/killpower
I can't connect to the UPS and Nut Diagnostics/UPS Status panel is empty.
Broadcast message from the console:
Communications with UPS qnapups@192.168.1.115:3493 lost
UPS qnapups@192.168.1.115:3493 is unavailable
From the log:
upsmon[64406]: UPS [qnapups@192.168.1.115:3493]: connect failed: Write error: Broken pipe
The MONITOR statement (in upsmon.conf) is the exact same as the one for the nut client on a Raspberry Pi, which does connect to the QNAP NAS.
Anyone have any ideas on what I'm missing with my configuration?