VirtualBox

Opened 16 years ago

Closed 8 years ago

#1851 closed enhancement (fixed)

Telnet connection to VM's com port

Reported by: Martin Ducar Owned by:
Component: VM control Version: VirtualBox 1.6.2
Keywords: telnet, com port Cc:
Guest type: other Host type: other

Description (last modified by aeichner)

This would be appreciated by many people trying to automate VBox installations and VM testing.

Proposal: another option in COM port, like Host Pipe but lets say Host Port which will forward everithing from VM's ttya to some TCP port. User than can telnet to that port on host machine and with for example expect automate installation, machine configuration, running of tests, or whatever.

I have written small python server which simulates this behaviour. it is in attachment. it is just some quick proof of concept written in 10 mins. it is using Host Pipe configuration and is simply reading from unix socket configured there and formwarding everithing to TCP, same can be done with program called socat. there are still some issues though. Like sending inputs twice.

This with adition to ticket http://www.virtualbox.org/ticket/1850 will lead to fully automated installtion and testing of VirtualBox.

Attachments (1)

pyserver (1.8 KB ) - added by Martin Ducar 16 years ago.

Download all attachments as: .zip

Change History (4)

by Martin Ducar, 16 years ago

Attachment: pyserver added

comment:1 by Technologov, 13 years ago

+1.

GNS3 network simulator would also benefit from this feature.

-Technologov

comment:2 by Technologov, 12 years ago

A Duplicate found: wish #2693

-Technologov

comment:3 by aeichner, 8 years ago

Description: modified (diff)
Resolution: fixed
Status: newclosed

There is a TCP option for the serial port for quite some time now, closing as fixed.

Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use