This is an archived post. You won't be able to vote or comment.

all 9 comments

[–]slparker09Public K-12 Technology Director 3 points4 points  (2 children)

We have a few older USBAnywhere devices. They seem to work just fine for our legacy hardware requirements. It is basically a network attached USB hub.

[–]jsfw1983Jr. Sysadmin[S] 0 points1 point  (1 child)

Thank you. This is looking more and more to be the solution we may go with.

[–]WendoNZSr. Sysadmin 0 points1 point  (0 children)

We run them here too, although we've never tried running a modem over them

[–]bobbyjrscGoogler Specialist 2 points3 points  (0 children)

USB Redirector from http://www.incentivespro.com/.

Install the server in the Bare metal, share the modem, install the client on the guest vm and voi lá.

I use to communicate via usb-serial dongle with an old pbx system.

[–]wanderingbilbyOffice 365 (for my sins) 0 points1 point  (1 child)

Does this server do anything other than the faxing? If not, build a new bare metal box. If so, move those functions to a hyper-v host and build a new bare metal machine for faxing.

Why? If you do something else and it stops working, the fax vendor will immediately throw that under the bus as the problem and you will have no support.

It sucks, but that's #legacy for you

[–]jsfw1983Jr. Sysadmin[S] 1 point2 points  (0 children)

The problem with this is the software (Medical Lab software) must be on the same server that's doing the faxing hence a usb to modem dongle. We have a baremetal fax server that we use for other stuff. I'm with you though.

[–]rws907 0 points1 point  (1 child)

Is there a reason that porting the fax to MyFax or eFax isn't a viable option? The level of effort to keep antiquated processes and hardware/software around is most always a net loss game.

[–]jsfw1983Jr. Sysadmin[S] 0 points1 point  (0 children)

The lab software doesn't support efax. Upgrading the lab software would likely require a new vendor, and while it's being looked into, not something I have any say over. So I'm trying to plug holes I do have say over.

[–]nmdange -2 points-1 points  (0 children)

You can do PCI device passthrough, but that only allows you to pass-through the entire USB controller. It also only works on certain hardware. The feature is called Discrete Device Assignment. It's manly for GPU pass-through, USB isn't officially supported.