using both ethernet ports of RevPi connect +
Posted: 21 Sep 2020, 16:41
i have a RevPi connect + with 2 Ethernet interfaces
i need to connect eth0 (port A on the RevPi, DHCP) to a server where my application is running
and eth1 (port B on the RevPi, static ip address) to a local network connected to multiple barcode readers
my problem is when i connect both Ethernet simultaneously one of them is always ignored (eth1) ,
a socket error 113 is raised
and i can't even access with vnc with the eth1
however when i try to connect with only one of them the connection is established successfully so i assume it is not a hardware problem.
note: the 2 networks are independent and totally separated from one another
here's a diagram of what i need to do
i need to connect eth0 (port A on the RevPi, DHCP) to a server where my application is running
and eth1 (port B on the RevPi, static ip address) to a local network connected to multiple barcode readers
my problem is when i connect both Ethernet simultaneously one of them is always ignored (eth1) ,
a socket error 113 is raised
and i can't even access with vnc with the eth1
however when i try to connect with only one of them the connection is established successfully so i assume it is not a hardware problem.
note: the 2 networks are independent and totally separated from one another
here's a diagram of what i need to do