유닉스 OS 별로 TIME_WAIT 시간을 확인하거나 셋팅하는 명령은 다음과 같다.
1) AIX
- get : /usr/sbin/no -a | grep tcp_timewait
- set : the TCP_TIMEWAIT values to 15 seconds, run the following command:
/usr/sbin/no -o tcp_timewait = 1
2) LINUX
- set : /sbin/sysctl -w net.ipv4.vs.timeout_timewait=30
This is set TIME_WAIT for 30 seconds.
3) Solaris
Set the tcp_time_wait_interval to 30000 milliseconds as follows:
- get : /usr/sbin/ndd -get /dev/tcp tcp_time_wait_interval
- set : /usr/sbin/ndd -set /dev/tcp tcp_time_wait_interval 30000
'Unix.Linux' 카테고리의 다른 글
알리클라우드 : OSS와 CDN 활용하기 (0) | 2018.02.13 |
---|---|
폴더 및 파일 개수 확인하기 (2) | 2016.02.26 |
리눅스(Linux)에서 메일 관리하기 (0) | 2015.02.06 |
리눅스(Linux) 네임서버(bind 9)에서 로그 설정(logging) (0) | 2015.02.06 |
리눅스 특수문자 파일 삭제 (0) | 2015.02.02 |
댓글