1

How to check all ip in a same series using command in windows

I need to check the all my ip list on the same series . How can I check the list of ips

Windows Add a comment
jacob
asked Nov 06 2019
edited Nov 06 2019

Answer

1

Use the following command

arp -a

Internet Address Type
192.168.7.1 dynamic
192.168.7.6 dynamic
192.168.7.7 dynamic
192.168.7.11 dynamic
192.168.7.16 dynamic
192.168.7.20 dynamic
192.168.7.101 dynamic

Add a comment
linuxhelp
asked Nov 06 2019
Post your Answer