Quote from: EricPerl on January 29, 2025, 07:41:23 PMSo the bridge device shown in the OP is the LAN part of an ERX (which has WAN on eth0?).
And the ERX has an interface for all the VLANs mentioned above and is the GW for all of them.
What kind of routing is expected to happen in OPN when all the VLANs are handled in the ERX?
What are you testing?
Yes, and eth0 isn't shown because it's not included the DSA of the ERX.
At the moment, I'm not expecting OPN to do any routing, and I'm just doing this for learning.
I'm testing why it is and how to fix the loss of the WebGUI on all of OPN's other interfaces when it picks up an IP that is directly connected at layer 2 to my PC.
Story for context: I was preparing to use OPN as the primary router (under PXE) by first messing about on it to learn how to implement configurations. The plan was to learn how to use it, and then get it ready with all of the rules and services that the ERX currently manages, make the complimenting changes to ERX to turn the ERX to just a managed switch, and then commit the changes to OPN first and then the ERX, and see if I could exercise the transition smoothly. I didn't have any extra ports on the ERX, so I took one that was used by a PowerEdge server that I'm not using right now; that PowerEdge was using VLAN100 as its untagged and a tagged VLAN101 for iDRAC--I left those alone when I first installed OPN. After OPN was installed, I assigned it to statically use 10.10.0.3; I used that IP to access the WebGUI. I lost access to that WebGUI/IP when I set up OPN with an IP on VLAN10 which I normally use for admin connections, and that's when I set out to understand the why and how.
Now, I'm wondering why OPN is using its 10.10.0.3 IP that is being contacted and is assigned on its VLAN100 interface instead on VLAN10, and if that's normal, then why is it that Firefox/Windows10 doesn't accept it, but ping/W10 does. I'm also wondering how to fix it so that I can use all of OPNs interface IPs, even if one of them is directly connected to the host that is trying to connect to one of the other IPs.