search for: firewall_status

Displaying 2 results from an estimated 2 matches for "firewall_status".

2019 Feb 11
4
Samba and ufw
Louis, Followed your instructions so far. Take a look at the output of the various steps. I'm down to removing items form /etc/ufw. I'm not sure what I should delete. I know some of the files are backups generated after some rules were deleted. Please tell me what is safe to delete before I procede further. martin at radio:~$ sudo apt-get remove --purge ufw gufw Reading package
2019 Feb 12
0
Samba and ufw
...ll that crap and start write a > "iptables.sh" which is even for a datacenter firewall doing NAT and > firewalling in front of a /24 network no rocket science > > also looking what rules are currently active is a no-brainer > > [root at firewall:~]$ cat /usr/local/bin/firewall_status > #!/bin/bash > > IPTABLES="/sbin/iptables" > DEFAULT_COLOR_START="\e[36m" > DEFAULT_COLOR_STOP="\e[0m" > > function firewall_status > { > # Ausgabemodus > if [ "$1" != "short" ]; then > VERBOSE="--verbose...