@AngryAnt said in pfSense -> pfSense NUT connection issues:
Surely the destination matching should be the pfSense LAN address (192.168.1.1) and then the NAT IP (where the package is redirected to) should be 127.0.0.1 where NUT listens by default?
You saw it :
a5ca1c2f-e6ad-47be-a16b-083fa05d1f8a-image.png
@AngryAnt said in pfSense -> pfSense NUT connection issues:
Only firewall log entry related to 3493 is from a port scan on WAN by known-bad actor according to https://www.abuseipdb.com
Normally, you don't place any rules on WAN.
The default firewall for every interface, including WAN is : "silently drop". This is not a pfSense behavior, every firewall on planet earth does this.
Don't ( ^^ ) have this drop rule log, as you'll be smacked with firewall log notification.
So, normally, un check this :
41f6e255-ec55-479b-b536-6742094177ea-image.png
@AngryAnt said in pfSense -> pfSense NUT connection issues:
Also: Progress! I am unsure why my previous attempt at having LISTEN 192.168.1.1 in there was unsuccessful
A service needs to listen on an interface, and a port, using UDP and/or TCP.
and
You need on that interface (LAN) a firewall rule that allows that traffic to enter.
For your pfSense LAN, there is/was an install pass-all rule, so as soon as upsd was listening on 192.168.1.1, it would have worked.
That is : you also need to set up user auth.