I’m trying to configure Eth1 and Eth2 to act as a simple unmanaged switch like a little 5 port thing you’d buy at Walmart. According to the instructions from the support bot, I disabled Eth1 and Eth2 in Network → Interfaces. I created an interface named LAN_Bridge_Interface as shown (collapsed settings are blank or default)
I also created a bridge named LAN_Bridge with Eth1 and Eth2 as devices that are bridged. I can only insert one image as a new user so the bridge settings look like this:
LAN_Bridge
-- Auto MAC Assignment : Enabled
-- Devices
-- – Devices 1
-- – – Device: Device: Eth1
-- – Devices 2
-- – – Device: Device: Eth2
-- Enable : Enabled
– Bridge Type : Standard
-- STP : Disabled
The device’s dashboard in DRM shows both ethernet ports connected, and the OIT can see the PLC when they are directly connected to each other or when connected to a simple 5 port switch, so I know their network settings are correct.
Unfortunately, these settings do not work. The OIT will not read data from the PLC when they are connected to the IX30, and if I try to ping the PLC from the linux shell, I get “ping: sendmsg: Operation not permitted”.
I don’t have any custom rules or VLANs or firewall settings. They are all default. The only other settings that differentiate this IX30 from one straight out of the box are the modem and a custom python script that should read from a PLC at 192.168.72.10. The script works on another device that only has a PLC plugged in to Eth2. This IX30 has a PLC plugged in to Eth2 and an OIT plugged in to Eth1. The OIT and my script both need to see the PLC.
