我看到来自10.19.0.222的powershellWeblogin尝试我的iptables包含:
DROP all -- anywhere anywhere match-set manual src
ipsettesting手册10.19.0.222确认地址是在设定的,但我继续看到从该地址的Weblogin尝试。
我的iptables / ipsetconfiguration对于集合中的许多其他地址来说是完美的,但是对于这个地址似乎是无效的。
为什么是这样?
我认为10.是专用于子网的。 为什么我甚至看到这个地址?
我有3个接口:
eth0: inet addr:162.243.193.60 Bcast:162.243.193.255 Mask:255.255.255.0 lo: inet addr:127.0.0.1 Mask:255.0.0.0 tun0: inet addr:10.9.0.1 PtP:10.9.0.2 Mask:255.255.255.255
我怎样才能确定哪个接口10.19.0.222进来?
它看起来像是从你的局域网。 是不是你的networking服务器的IP? 10.0.0.0/8子网保留给私人使用,根本不在Internet上路由(路由器应丢弃这些IP到公共Internet的数据包)。