PC & IT SUPPORT MADE EASY FORUM
Would you like to react to this message? Create an account in a few clicks or log in to continue.

block outgoing icmp linux mail forwarding

Go down

block outgoing icmp linux mail forwarding Empty block outgoing icmp linux mail forwarding

Post by jamied_uk 15th January 2012, 18:14

http://linuxpoison.blogspot.com/2010/01/how-to-disable-icmp-redirects-in-linux.html


this is to stop spam coming from linux box


Instruction from above site:


Disable ICMP Redirects:
In most of the Linux flavors (Debian, Ubuntu, Redhat Enterprise linux, OpenSuSe) ICMP Redirects can be dynamically disabled on the host by adding the proper entries in the /etc/sysctl.conf configuration file. Simply edit the /etc/sysctl.conf file and add the following entries:

For IPv4

net.ipv4.conf.all.accept_redirects = 1
net.ipv4.conf.all.send_redirects = 1

For Ipv6

net.ipv6.conf.all.accept_redirects = 1
net.ipv6.conf.all.send_redirects = 1


Read more: http://linuxpoison.blogspot.co.uk/2010/01/how-to-disable-icmp-redirects-in-linux.html#ixzz2GUdKi600
jamied_uk
jamied_uk
Admin

Posts : 2952
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum