Displaying 2 results from an estimated 2 matches for "default_color_stop".
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
...g 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"
>  fi
>  # Alle geladenen Tabellen sortiert durchlaufen
>  for table in `cat /proc/net/ip_tables_names | sort`
>...