IT Curation 자세히보기

OS/centOS

centos7 | ping 테스트 차단

icf_ 2023. 2. 5. 11:27
상태값 확인

# sysctl -a | grep net.ipv4.icmp_echo_ignore_all

 

설정 추가

# vim /etc/sysctl.conf

 

내용 추가

net.ipv4.icmp_echo_ignore_all=1

재부팅

728x90

'OS > centOS' 카테고리의 다른 글

centOS8 | nfs 서버 생성.  (0) 2023.03.20
centos7 | https 적용, 유료 인증서  (0) 2023.02.05
centOS7 | Let's Encrypt  (0) 2022.11.30
centos7 | git ssh 접속 설정  (0) 2022.11.08
centOS7_디스크 추가 및 파일시스템 초기화  (0) 2022.10.24