Linux system upgrade configurations

Source: Internet
Author: User

Linux system upgrade configurations

1. Disable IPV6

Vi/etc/sysconfig/network

NETWORKING_IPV6 = no # Drop

Source/etc/sysconfig/network

Vi/etc/modprobe. conf

Add alias net-pf-10 off
Alias ipv6 off

2. Disable shutdown and restart permissions for normal users (control permissions)

Vi/etc/inittab

Comment out ca: ctrlaltdel;/sbin/shutdown-t3-rnow (disable hot start)

3. User Access Control (I did not use this operation for company reasons)

Vi/etc/hosts. deny

Add; ALL: ALL access from any IP address is not allowed

Vi/etc/hosts. allow

Sshd: 192.168.2.10 allows ssh logon with an IP address of 10

4. Modify the alias file

Vi/etc/aliases

Comment out the following content: games ingres system toor manager dumper decode root may contain operator

5. Disable PIN access and enter

Echo 1>/proc/sys/net/ipv4/icmp_echo_ignore_all

Change echo 1 to echo 0 for recovery.

6. Prohibit source routing (generally prohibited)

Echo 0>/proc/sys/net/ipv4/conf/all/accept_source_route
Echo 0>/proc/sys/net/ipv4/conf/default/accept_source_route
Echo 0>/proc/sys/net/ipv4/conf/eth0/accept_source_route
Echo 0>/proc/sys/net/ipv4/conf/eth1/accept_source_route
Echo 0>/proc/sys/net/ipv4/conf/lo/accept_source_route

7. Prevent SYN Attacks

Echo 1>/proc/sys/net/ipv4/tcp_syncookies

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.