When doing HA I like to have the console ports cross-connected which has proven very helpful in remotely resolving issues if one of the appliances goes down. The issue with the SG-5100 is that pfSense does not have a driver for the PL2303GC chip variant used by the hardware. ...
mDeviceType == ProlificSerialDriver.DeviceType.DEVICE_TYPE_T; } public static boolean isDeviceTypeHxn(UsbSerialPort serialPort) { ProlificSerialDriver.ProlificSerialPort prolificSerialPort = (ProlificSerialDriver.ProlificSerialPort) serialPort; return prolificSerialPort.mDeviceType == ProlificSerial...