0

I'm looking into virtualizing a Hylafax server which currently runs on a dedicated hardware running CentOS with a Divalogic card.

The main issue obviously is, how to connect the modem to the VM. There are serial over IP devices available at digi.com. Maybe there are others?

Regarding digi.com devices, as far as I understood one can install the RealPort software and then have a /dev/ttySx device presented to the Linux server. This device then can be used as serial connection to the modem.

Does someone have such a configuration in place? Or does someone have another idea to virtualize a Hylafax server (outbound faxes only).

Thank you in advance

zero_r
  • 2,405
  • 3
  • 16
  • 16

2 Answers2

1

With VSIfax and VMWare, I've done a few things...

  • I've used host-based serial passthrough to the server's physical port. This limited vMotion and the portability of the VM.
  • I've tried PCI passthrough of a Digi RAS card to a specific VM. This requires a RAM reservation and limits the portability of the virtual machine.
  • I've used a Moxa IP-serial device for this purpose as well.
ewwhite
  • 197,159
  • 92
  • 443
  • 809
  • Using Hylafax is a requirement. I have a Moxa NP6650 in place but I'm wondering how to configure the port. – zero_r Jul 03 '12 at 14:56
  • Oh, I wasn't suggesting you change, but describing my environments. I'd check with Moxa on the detail with VMWare. You shouldn't need to do anything at the hypervisor level. – ewwhite Jul 03 '12 at 15:01
0

I'm going to use a Moxa NPort 6650 Terminal Server, use the Real COM Linux driver and connect it to a serial port which is hooked up to a modem.

zero_r
  • 2,405
  • 3
  • 16
  • 16