id: 12665 nodeId: 12665 type: General point: 109.0 linkPoint: .0 maker: cella permission: linkable made at: 2020.03.24 05:09 edited at: 2020.04.06 06:11
|
how to scan local IP addresses
$ ifconfig
// find local IP address of my machine at en1: section, like inet 172.30.1.5
$ ping 172.30.1.255
// broadcast
$ arp -a
// list of up machines and local IP addresses appear
Return to
how to scan local IP addresses