<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi,<br>
socat should cover that just fine, see `man socat`<br>
something like:<br>
<pre><code>socat /dev/ttyS0,raw,echo=0,crnl /dev/ttyS1,raw,echo=0,crnl
</code></pre>
should work.<br>
<br>
For reusing/multiplexing ports take a look at my forum entry here:<br>
<a class="moz-txt-link-freetext" href="http://forum.proxmox.com/threads/23379-Sharing-physical-COM-port-with-two-servers?p=116991#post116991">http://forum.proxmox.com/threads/23379-Sharing-physical-COM-port-with-two-servers?p=116991#post116991</a><br>
And especially the project GitHub site:
<a class="moz-txt-link-freetext" href="https://github.com/danielinux/ttybus">https://github.com/danielinux/ttybus</a><br>
It may also be helpful.<br>
<br>
<div class="moz-cite-prefix">On 09/29/2015 02:35 PM, Frank, Petric
(Petric) wrote:<br>
</div>
<blockquote
cite="mid:3CBF42FE2E70C74B97E2D4DFC2F5D354CAC46EF6@FR712WXCHMBA11.zeu.alcatel-lucent.com"
type="cite">
<pre wrap="">Hello,
this may not be exactly be a proxmox problem ...
I have to connect two VM servers via a (virtual) cross-over serial cable. I do not want to use the serial ports of the VM host - i.e. connect the serial interfaces from the VMs to /dev/ttyS(1/2) and use a physical x-over cable at the proxmox host.
I know that I can use the "-serial:..." option to define the serial ports. But how to interconnect two of them.
Is such a thing possible.
If yes, can you give me a hint on how to do it ?
Kind regards
Petric
_______________________________________________
pve-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:pve-user@pve.proxmox.com">pve-user@pve.proxmox.com</a>
<a class="moz-txt-link-freetext" href="http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user">http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user</a>
</pre>
</blockquote>
<br>
</body>
</html>