for TCP pings it is : watch -n 5 "nmap -P0 -sT -p5666 somehostname.dyndns.org"
for UDP pings it is almost the same:
watch -n 5 "nmap -P0 -sU -p5666 somehostname.dyndns.org"
for TCP pings it is : watch -n 5 "nmap -P0 -sT -p5666 somehostname.dyndns.org"
for UDP pings it is almost the same:
watch -n 5 "nmap -P0 -sU -p5666 somehostname.dyndns.org"
請先 登入 以發表留言。