我运行 pfSense,我的网络是 192.168.1.1/24。pfSense 提供 DNS。我使用 10.0.0.0/24 设置了 OpenVPN。我只有一个使用 OpenVPN 的设备,并且该设备未连接。有东西让我意识到 10.55.1.142 上有东西。我很尴尬,我不记得那是什么了。
当我运行 nmap 10.55.1.142 时,我得到
"Host seems down.",
但是当我运行“nmap -Pn 10.55.1.142”时,我得到了
Nmap scan report for 10.55.1.142 Host is up (0.0051s latency). Not shown: 999 filtered ports PORT STATE SERVICE 53/tcp open domain
Nmap done: 1 IP address (1 host up) scanned in 7.89 seconds
arp -a 10.55.1.142 报告:
arp: in 15 entries no match found.
ping 10.55.1.142 报告:
PING 10.55.1.142 (10.55.1.142) 56(84) bytes of data. From 10.240.177.137 icmp_seq=7 Packet filtered From 10.240.177.137 icmp_seq=12 Packet filtered From 10.240.177.137 icmp_seq=15 Packet filtered
有没有办法找出这个设备是什么?有没有办法让它远离我的网络?我应该担心吗?