Displaying 6 results from an estimated 6 matches for "ipaddressofclientgoeshere".
2016 Nov 25
3
Can't get NUT slave to connect to master
...y ran that command as a few guides say that's how to establish if a
daemon is compiled with tcp wrappers:
https://www.cyberciti.biz/faq/tcp-wrappers-hosts-allow-deny-tutorial/
I haven't really used TCP wrappers before so I'm not even sure if my
hosts.allow entries are correct:
upsd : ipaddressofclientgoeshere
ups : monuser at 127.0.0.1/32 monuser at masterstaticIP monuser at slavestaticIP
If yourself or anyone could please advise if this should work or if I need
something different in my hosts.allow file
Thank you very much once again.
On 25 November 2016 at 12:00, Roger Price <roger at rogerprice...
2016 Nov 25
2
Can't get NUT slave to connect to master
...temporarily. If that still doesn't work, it's likely something else. If it does, only then screw with creating narrow rules . . .
- Tim
On November 25, 2016 6:37:02 AM CST, Roger Price <roger at rogerprice.org> wrote:
>On Fri, 25 Nov 2016, Jonah Naylor wrote:
>
>> upsd : ipaddressofclientgoeshere
>
>If it were me I would write
>
> upsd : ipaddressofclient :\
> spawn (/bin/mail -r hosts.allow at localhost\
> -s '%s@%h accepted access to %d from %c'\
> sysadmin at somedomain) & : ALLOW
>
> upsd : ALL...
2016 Nov 25
0
Can't get NUT slave to connect to master
On Fri, 25 Nov 2016, Jonah Naylor wrote:
> upsd : ipaddressofclientgoeshere
If it were me I would write
upsd : ipaddressofclient :\
spawn (/bin/mail -r hosts.allow at localhost\
-s '%s@%h accepted access to %d from %c'\
sysadmin at somedomain) & : ALLOW
upsd : ALL :\
spawn (/bin/mail -r hos...
2016 Nov 26
0
Can't get NUT slave to connect to master
...'s likely something else. If it does, only then screw with creating
> narrow rules . . .
>
> - Tim
>
> On November 25, 2016 6:37:02 AM CST, Roger Price <roger at rogerprice.org>
> wrote:
>>
>> On Fri, 25 Nov 2016, Jonah Naylor wrote:
>>
>> upsd : ipaddressofclientgoeshere
>>>
>>
>> If it were me I would write
>>
>> upsd : ipaddressofclient :\
>> spawn (/bin/mail -r hosts.allow at localhost\
>> -s '%s@%h accepted access to %d from %c'\
>> sysadmin at somedomain...
2016 Nov 25
2
Can't get NUT slave to connect to master
...llowfrom = clientIPaddresshere" line be in my monuser entry in
upsd.users on the master, or should I take that out?
Thanks once again for the help.
On 25 November 2016 at 12:37, Roger Price <roger at rogerprice.org> wrote:
> On Fri, 25 Nov 2016, Jonah Naylor wrote:
>
> upsd : ipaddressofclientgoeshere
>>
>
> If it were me I would write
>
> upsd : ipaddressofclient :\
> spawn (/bin/mail -r hosts.allow at localhost\
> -s '%s@%h accepted access to %d from %c'\
> sysadmin at somedomain) & : ALLOW
>
>...
2016 Nov 25
2
Can't get NUT slave to connect to master
Hi thanks for helping.
I don't think nut is built with TCP wrappers support, although the package
is listed as depending on libwrap...
I ran this command: ldd /sbin/upsd | grep libwrap.so
and it has returned no output.
Does this mean I have to compile from source or is there a way to add the
tcp wrapper support?
Thanks again.
On 24 November 2016 at 22:40, Roger Price <roger at