2
  1. Does anyone know if "Raritan Dominion KXII-101" can be accessed with some standard protocol? (rdp, vnc, X, ...)
  2. Are there any other single-port KVMs worth looking at? (a single port and a standard access protocol is what I'm after mainly)
Sergey Vlasov
  • 6,288
  • 1
  • 21
  • 30
viraptor
  • 1,296
  • 6
  • 21
  • 41

2 Answers2

2

It is accessed with a web browser over IP, as it says in its description.

MDMarra
  • 100,734
  • 32
  • 197
  • 329
  • Well - I learned not to trust the product descriptions and to confirm stuff like that ;) – viraptor Jan 22 '10 at 13:24
  • Fair enough :) Most KVMs labeled as IP KVMs though are through a web browser, so that's one description that it's pretty safe to trust. – MDMarra Jan 22 '10 at 16:41
1

Usually those IP KVM machines load a java (or in the case of one particularly annoying Belkin, ActiveX) program that displays the remote screen and allows you to interact that way.

I've never seen one with VNC, and I'm fairly sure that RDP/X wouldn't work due to the limitations of only reading the video port.

Matt Simmons
  • 20,396
  • 10
  • 68
  • 116
  • 1
    We bought a cheap device that had a Java client. Used wireshark and netcat to pick the protocol apart, managed to telnet to the device, discovered it was running custom debian on an ARM processor. Modified the /etc/vnc files to persuade it not to ask for custom file formats, managed to connect with VNC for about 10s before it realised it wasn't the Java app, and termnated our session. Then it threw a segfault. We sent it back to the supplier. – Tom O'Connor Jan 22 '10 at 15:05
  • Nice hack! It's too bad that manufacturers try to prevent "fun" stuff – Matt Simmons Jan 22 '10 at 15:44