Imported Upstream version 2.6.4
This commit is contained in:
parent
fad6ced6f6
commit
fefe62b2bd
257 changed files with 6020 additions and 1394 deletions
30
scripts/ufw/README
Normal file
30
scripts/ufw/README
Normal file
|
@ -0,0 +1,30 @@
|
|||
Uncomplicated Firewall (UFW) support
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
NUT can tightly integrate with
|
||||
link:http://en.wikipedia.org/wiki/Uncomplicated_Firewall[Uncomplicated Firewall]
|
||||
using the provided profile (nut.ufw.profile).
|
||||
|
||||
You must first install the profile on your system:
|
||||
|
||||
$ cp nut.ufw.profile /etc/ufw/applications.d/
|
||||
|
||||
To enable outside access to your local upsd, use:
|
||||
|
||||
$ ufw allow NUT
|
||||
|
||||
To restrict access to the network '192.168.X.Y', use:
|
||||
|
||||
$ ufw allow from 192.168.0.0/16 to any app NUT
|
||||
|
||||
You can also use graphical frontends, such as gui-ufw (gufw), ufw-kde
|
||||
or ufw-frontends.
|
||||
|
||||
For more information, refer to:
|
||||
|
||||
- link:http://gufw.tuxfamily.org/[UFW homepage],
|
||||
- link:https://launchpad.net/ufw[UFW project page],
|
||||
- link:https://wiki.ubuntu.com/UncomplicatedFirewall[UFW wiki],
|
||||
- UFW manual page, section APPLICATION INTEGRATION
|
||||
|
||||
|
4
scripts/ufw/nut.ufw.profile.in
Normal file
4
scripts/ufw/nut.ufw.profile.in
Normal file
|
@ -0,0 +1,4 @@
|
|||
[NUT]
|
||||
title=NUT - Network UPS Tools server
|
||||
description=NUT is a client - server system with support for UPS, PDU and PSU.
|
||||
ports=@PORT@/tcp
|
Loading…
Add table
Add a link
Reference in a new issue