日冰,
因此,香草安装WS2008R2S,禁用固件与GP和尝试抓住与同一子网上的另一台主机的SNMP。 if / ipconfig和nmap -p 161的输出如下。 在VirtualBox中运行的两台计算机都连接到无线适配器,而无线适配器是主机上唯一有效的连接。
[root@localhost ~]# ping 192.168.11.122 PING 192.168.11.122 (192.168.11.122) 56(84) bytes of data. 64 bytes from 192.168.11.122: icmp_seq=1 ttl=128 time=5.50 ms ^C --- 192.168.11.122 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 455ms rtt min/avg/max/mdev = 5.508/5.508/5.508/0.000 ms [root@localhost ~]# nmap -p 161 192.168.11.122 Starting Nmap 5.21 ( http://nmap.org ) at 2012-02-09 13:53 GMT Nmap scan report for WIN-ERO1FIMO8N5.xxxxxxxx.com (192.168.11.122) Host is up (0.00041s latency). PORT STATE SERVICE 161/tcp filtered snmp MAC Address: 08:00:27:E7:AA:E0 (Cadmus Computer Systems) Nmap done: 1 IP address (1 host up) scanned in 0.30 seconds [root@localhost ~]# ifconfig eth0 Link encap:Ethernet HWaddr 08:00:27:E5:CD:BD inet addr:192.168.11.101 Bcast:192.168.11.255 Mask:255.255.255.0 inet6 addr: fe80::a00:27ff:fee5:cdbd/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:9396 errors:0 dropped:0 overruns:0 frame:0 TX packets:4493 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:3784239 (3.6 MiB) TX bytes:2109091 (2.0 MiB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:1301 errors:0 dropped:0 overruns:0 frame:0 TX packets:1301 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:142214 (138.8 KiB) TX bytes:142214 (138.8 KiB) [root@localhost ~]# Ethernet adapter Local Area Connection: Connection-specific DNS Suffix . : xxxxxxx.com Link-local IPv6 Address . . . . . : fe80::c82a:4a79:50bb:1832%11 IPv4 Address. . . . . . . . . . . : 192.168.11.122 Subnet Mask . . . . . . . . . . . : 255.255.255.0 Default Gateway . . . . . . . . . : 192.168.11.200
有任何想法吗? 🙁
编辑
部分netstat输出…
TCP [::]:49155 [::]:0 LISTENING TCP [::]:49156 [::]:0 LISTENING TCP [::]:49157 [::]:0 LISTENING UDP 0.0.0.0:161 *:* UDP 0.0.0.0:500 *:* UDP 0.0.0.0:4500 *:* UDP 0.0.0.0:5355 *:* UDP 192.168.11.122:137 *:* UDP 192.168.11.122:138 *:* UDP [::]:161 *:* UDP [::]:500 *:* UDP [::]:4500 *:* UDP [::]:5355 *:*
您是否明确允许SNMP服务允许来自远程主机IP地址(服务,SNMP,属性,安全性)的数据包。 它只会默认允许localhost。
这篇文章将引导您通过configurationSNMP服务来满足您的需求。
http://aaronwalrath.wordpress.com/2010/06/02/monitoring-windows-server-2008-r2-with-snmp-and-cacti/
VirtualBox实例很奇怪。 无论如何,谢谢!