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 )
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)
Change History (4)
by , 16 years ago
comment:1 by , 13 years ago
comment:3 by , 8 years ago
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | new → closed |
There is a TCP option for the serial port for quite some time now, closing as fixed.
+1.
GNS3 network simulator would also benefit from this feature.
-Technologov