However, you can protect yourself for Yosemite by just running a few simple commands. I have tested this on Yosemite and it works.
- Run Terminal
- Run the command sudo vi /etc/sysctl.conf (You can use your favorite editor too)
- Type in your current user account password (This is assumed that your account has sudo privileges)
- Add in or replace the following lines and save the file:
net.inet.icmp.drop_redirect=1
net.inet.icmp.log_redirect=0
That's it. The above commands will tell Yosemite to drop all ICMP redirect packets and do not log any redirect packets since you are dropping it.
No comments:
Post a Comment