Web Hosting Directory | Web Hosting Resources | Webmaster Resources | Domain Tools | Search Engine Marketing | Forums
  Signup
Today: 1,129   Yesterday: 1,240   Max: 1,872   Total: 364,529   Current Users : 15 (Member 0) 
WEB HOSTING GUIDES

WEB HOSTING RESOURCES
 
What is sysctl and how can I use it secure my server?

Sysctl is read/write system parameters used to configure runtime kernel parameters. We will configure sysctl to disable broadcast ping responses (prevent ping attacks), enable IP Spoofing protection and also enable TCP SYN Cookie protection.


## Use text editor to edit /etc/sysctl.conf
bash# nano /etc/sysctl.conf

## Edit or modify the following parameters
# Disable ping response
net.ipv4.icmp_echo_ignore_broadcasts = 1
#net.ipv4.icmp_echo_ignore_all = 1
# Enable IP spoofing protection, turn on Source Address Verification
net.ipv4.conf.all.rp_filter = 1
# Enable TCP SYN Cookie Protection
net.ipv4.tcp_syncookies = 1

##To apply the To apply the changes, perform the following command as a root user.
bash# sysctl -p

 
 
What is your major source of website traffic?
 
 
 
 
 
 

ADVERTISEMENT

Cheap Web HostingBudget Web HostingEcommerce Web Hosting
Link to UsLink ExchangeAdvertisePrivacy PolicyTerms Of ServiceAbout UsContact UsSitemap
Copyright © 2006 - 2008 Broadband Media, Inc. All rights reserved.