Hello,
We have a Poweredge C2100 w/ a BMC that doesn't provide a web interface. After configuring the BMC under the Server tab in the BIOs we can ping the dedicated nic but there doesn't seem to be a http or https port opened for use. Does the BMC need to be replaced or are we missing a config option somewhere ? We have other C2100s that bring up a web interface.
Any hlp apprec. Thanks!
We can ping the BMC
[root@host ~]# ping 10.1.100.248
PING 10.1.100.248 (10.1.100.248) 56(84) bytes of data.
64 bytes from 10.1.100.248: icmp_seq=1 ttl=63 time=2.54 ms
64 bytes from 10.1.100.248: icmp_seq=2 ttl=63 time=0.480 ms
^C
--- 10.1.100.248 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1392ms
rtt min/avg/max/mdev = 0.480/1.511/2.542/1.031 ms
Nothing is listening on port 80
[root@host ~]# telnet 10.1.100.248 80
Trying 10.1.100.248...
telnet: connect to address 10.1.100.248: Connection refused
Nothing listening on port 443 either
[root@nms ~]# telnet 10.1.100.248 443
Trying 10.1.100.248...
telnet: connect to address 10.1.100.248: Connection refused
[root@host ~]# nmap 10.1.100.248
What is port 2068 used for ??
Starting Nmap 6.45 ( http://nmap.org ) at 2015-02-27 10:29 EST
Nmap scan report for 10.1.100.248
Host is up (0.0010s latency).
Not shown: 999 closed ports
PORT STATE SERVICE
2068/tcp open advocentkvm
Nmap done: 1 IP address (1 host up) scanned in 1.38 seconds