对无线网络的所有子网执行 Ping 操作
我试图通过进行小型网络可达性测试来满足我的好奇心。我想尝试从我连接到的子网 ping 学校无线网络的所有子网。因此,假设网络有 4 个子网 (a、b、c、d),并且我连接到“a”,我想尝试 ping 子网“b”、“c”和“d”中的至少 1 台计算机。完成 ping 操作后,我想连接到下一个子网 (b) 并重复此过程,直到连接到所有子网并测试所有其他子网。
我阅读了其他一些类似的帖子,很多人建议 nmap 作为一个非常强大的网络测试工具。它适用于我的情况吗?我应该如何着手完成这项任务?
I'm trying to satiate my curiosity by doing a small network reachability test. I want to try to ping all subnets of a wireless network at my school from the subnet that I am connected to. So, suppose the network has 4 subnets (a,b,c,d) and I am connected to 'a', I want to try to ping at least 1 computer in subnets 'b','c', and 'd'. Once I have finished pinging, I want to connect to the next subnet (b) and repeat this process until I've connected to all subnets and tested all the other subnets.
I read some of the other similar threads and a lot of people suggested nmap as a very robust tool for network testing. Is it applicable to my case? How should I go about doing this task?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试进行广播 ping。但大多数路由器和操作系统都会忽略该请求。您也可以尝试 ping 接入点而不是计算机节点。
You can try tp do a boardcast ping. But most routers and operating systems will ignore the request. You might also try to ping the access points instead of the computer nodes.