After enabling ufw and the Tiger security auditor, I see warnings saying:
The system accepts ICMP redirection messages
What are ICMP redirection messages? Should they be disabled for security purposes? If so, what is the right way to do that using the ufw firewall?
As per this article
You need to edit the file
/etc/sysctl.conf
and change
TO
Then apply the kernel parameter modifications above with:
Mind that if forwarding is disabled (we are not a router) value of net.ipvX.conf.all.accept_redirects will be ORed interface-specific value e.g. net.ipvX.conf.eth0.accept_redirects. send_redirects is always ORed.
Full fix would be then:
In order to make use of 'default' settings network interfaces must be setup again.