2024年8月16日 星期五

要查詢校內網路中某台機器的 MAC 位址,可以使用以下方法:

 for ip in 192.168.1.{1..254}; do ping -c 1 $ip; done

arp -a

沒有留言:

張貼留言

注意:只有此網誌的成員可以留言。