mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-29 11:04:03 +01:00
Pretty up the output of 'show actions'
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2403 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
aaecd53a29
commit
89eaf99906
@ -21,54 +21,53 @@
|
|||||||
#
|
#
|
||||||
#ACTION
|
#ACTION
|
||||||
|
|
||||||
DropSMB #Silently Drops Microsoft SMB Traffic
|
DropSMB #Silently Drops Microsoft SMB Traffic
|
||||||
RejectSMB #Silently Reject Microsoft SMB Traffic
|
RejectSMB #Silently Reject Microsoft SMB Traffic
|
||||||
DropUPnP #Silently Drop UPnP Probes
|
DropUPnP #Silently Drop UPnP Probes
|
||||||
RejectAuth #Silently Reject Auth
|
RejectAuth #Silently Reject Auth
|
||||||
DropPing #Silently Drop Ping
|
DropPing #Silently Drop Ping
|
||||||
DropDNSrep #Silently Drop DNS Replies
|
DropDNSrep #Silently Drop DNS Replies
|
||||||
DropEdonkey # silently drop edonkey traffic
|
DropEdonkey # silently drop edonkey traffic
|
||||||
DropGnutella # silently drop gnutella traffic
|
DropGnutella # silently drop gnutella traffic
|
||||||
|
|
||||||
AllowPing #Accept Ping
|
AllowPing #Accept Ping
|
||||||
AllowFTP #Accept FTP
|
AllowFTP #Accept FTP
|
||||||
AllowDNS #Accept DNS
|
AllowDNS #Accept DNS
|
||||||
AllowSSH #Accept SSH
|
AllowSSH #Accept SSH
|
||||||
AllowWeb #Allow Web Browsing
|
AllowWeb #Allow Web Browsing
|
||||||
AllowSMB #Allow MS Networking
|
AllowSMB #Allow MS Networking
|
||||||
AllowAuth #Allow Auth (identd)
|
AllowAuth #Allow Auth (identd)
|
||||||
AllowSMTP #Allow SMTP (Email)
|
AllowSMTP #Allow SMTP (Email)
|
||||||
AllowPOP3 #Allow reading mail via POP3
|
AllowPOP3 #Allow reading mail via POP3
|
||||||
AllowICMPs #Allows critical ICMP types
|
AllowICMPs #Allows critical ICMP types
|
||||||
AllowIMAP #Allow reading mail via IMAP
|
AllowIMAP #Allow reading mail via IMAP
|
||||||
AllowTelnet #Allow Telnet Access (not recommended for use over the
|
AllowTelnet #Allow Telnet Access (not recommended for use over the Internet)
|
||||||
#Internet)
|
AllowVNC #Allow VNC viewer->server, Displays 0-9
|
||||||
AllowVNC #Allow VNC viewer->server, Displays 0-9
|
AllowVNCL #Allow VNC server->viewer in listening mode
|
||||||
AllowVNCL #Allow VNC server->viewer in listening mode
|
AllowNTP #Allow Network Time Protocol (ntpd)
|
||||||
AllowNTP #Allow Network Time Protocol (ntpd)
|
AllowRdate #Allow remote time (rdate).
|
||||||
AllowRdate #Allow remote time (rdate).
|
AllowNNTP #Allow network news (Usenet).
|
||||||
AllowNNTP #Allow network news (Usenet).
|
AllowTrcrt #Allows Traceroute (20 hops)
|
||||||
AllowTrcrt #Allows Traceroute (20 hops)
|
AllowSNMP #Allows SNMP (including traps)
|
||||||
AllowSNMP #Allows SNMP (including traps)
|
AllowPCA #Allows PCAnywhere (tm)
|
||||||
AllowPCA #Allows PCAnywhere (tm)
|
|
||||||
|
|
||||||
# Added in Debian Packaging
|
# Added in Debian Packaging
|
||||||
AllowSPAMD #Allows SpamAssassin daemon
|
AllowSPAMD #Allows SpamAssassin daemon
|
||||||
AllowSyslog #Allows syslog udp traffic
|
AllowSyslog #Allows syslog udp traffic
|
||||||
AllowAmanda # Allow connections required by the Amanda backup system
|
AllowAmanda # Allow connections required by the Amanda backup system
|
||||||
AllowLDAP # accepts LDAP traffic
|
AllowLDAP # accepts LDAP traffic
|
||||||
AllowICQ # Accepts ICQ traffic
|
AllowICQ # Accepts ICQ traffic
|
||||||
AllowBitTorrent # Accepts BitTorrent traffic
|
AllowBitTorrent # Accepts BitTorrent traffic
|
||||||
AllowSMBswat # Allows Samba Swat
|
AllowSMBswat # Allows Samba Swat
|
||||||
DropSMTP # silently drops SMTP traffic
|
DropSMTP # silently drops SMTP traffic
|
||||||
AllowCVS # accept cvs pserver traffic
|
AllowCVS # accept cvs pserver traffic
|
||||||
AllowSVN # accept Subversion traffic
|
AllowSVN # accept Subversion traffic
|
||||||
AllowMySQL # accept MySQL traffic
|
AllowMySQL # accept MySQL traffic
|
||||||
AllowPostgreSQL # accept PostgreSQL traffic
|
AllowPostgreSQL # accept PostgreSQL traffic
|
||||||
AllowRsync # accept rsync traffic
|
AllowRsync # accept rsync traffic
|
||||||
AllowDistcc # accept Distributed Compiler traffic
|
AllowDistcc # accept Distributed Compiler traffic
|
||||||
AllowEdonkey # accept edonkey traffic
|
AllowEdonkey # accept edonkey traffic
|
||||||
AllowGnutella # accept edonkey traffic
|
AllowGnutella # accept edonkey traffic
|
||||||
|
|
||||||
Drop:DROP #Common Action for DROP policy
|
Drop:DROP #Common Action for DROP policy
|
||||||
Reject:REJECT #Common Action for REJECT policy
|
Reject:REJECT #Common Action for REJECT policy
|
||||||
|
@ -7566,7 +7566,6 @@ define_firewall() # $1 = Command (Start or Restart)
|
|||||||
mv -f /var/lib/shorewall/restore-base-$$ /var/lib/shorewall/restore-base
|
mv -f /var/lib/shorewall/restore-base-$$ /var/lib/shorewall/restore-base
|
||||||
mv -f $RESTOREBASE /var/lib/shorewall/restore-tail
|
mv -f $RESTOREBASE /var/lib/shorewall/restore-tail
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user