술텀뱅이 블로그

Kernel Parameter 구성 본문

OS/Linux

Kernel Parameter 구성

우럭망둥이 2011. 3. 7. 14:02

- Kernel Parameter 구성 (0=Off, 1=On)

# sysctl -w net.ipv4.conf.all.accept_redirects=0
: ICMP Redirect Off

# sysctl -w net.ipv4.icmp_echo_ignore_broadcasts=1
: ICMP Broadcast Off(Smurf Attack 차단)

# sysctl -w net.ipv4.conf.all.accept_source_route=0
: Routing 경로 지정 기능 Off

# sysctl -w net.ipv4.icmp_echo_ignore_addl=1
: ICMP Echo Request Off(Ping 차단)

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

Linux root 접속 허용  (2) 2011.03.07
Linux 파일 속성  (1) 2011.03.07
AIX, Linux 에 DB2 설치  (0) 2011.03.07
vsftp 사용자 차단 설정  (1) 2010.09.12
Linux NAT를 이용한 포트포워딩  (2) 2010.09.12
Comments