Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有这个 IP 转发工作:
无论如何,我的想法是获取 IP 表的范围并查找 IP 所属的位置。但是第一个数字不属于任何地方(所以我认为)。请帮忙。PS:我并不是真的在寻找最终答案,只是对新手的愚蠢解释。
谢谢!
如您所知,子网掩码将 IP 地址拆分为主机位和网络位。例如:
a:IP:203.235.17.5 是网络 203.224.0.0/12 的成员,因为它适合主机范围:203.224.0.1 - 203.239.255.254
b,d,e 通过默认网关,因为它们不适合其他三个路由中的任何一个。 我希望这有帮助 :-)