$ ping -c1 -b 10.113.255.0
PING 10.113.255.0 (10.113.255.0) 56(84) bytes of data.
From 10.113.255.97 icmp_seq=1 Destination Host Unreachable
# 설정확인 (1 = 브로드캐스트 ICMP Echo 무시)
$ /sbin/sysctl net.ipv4.icmp_echo_ignore_broadcasts
net.ipv4.icmp_echo_ignore_broadcasts = 1
# 설정 수정 (임시 - 재부팅하면 초기화됨)
$ /sbin/sysctl -w net.ipv4.icmp_echo_ignore_broadcasts=1
# 설정 수정 (영구 - 재부팅하여도 유지)
$ vi /etc/sysctl.conf
net.ipv4.icmp_echo_ignore_broadcasts = 1
특정 포트가 열려있는지 확인
TCP Connect scan
TCP Half scan
TCP ACK scan
TCP FIN scan
TCP Null scan
Xmas tree scan
UDP scan