Been having internet problems for a bit where if my WAN uplink on the router disconnects, all devices connected via our network switches are completely disconnected from anything and everything, including from each other on the LAN.
My router (for which I have tried multiple, from a RT-AC68U C1 to an Archer A7: EU v5 running stock, OpenWRT and DD-WRT) is connected to via LAN1 and LAN2 to two TP-Link TL-SG105S’es.
The first switch connects to my printer, my NAS running multiple Docker containers, my TV and a laptop and the second switch connects to my desktop and my server which runs multiple VMs.
So, having access to my LAN devices regardless of the WAN’s status is pretty important. Unfortunately, these are unmanaged switches so I’m not exactly sure how to force it to stick to a particular subnet (10.0.0.x/24) or even change the firmware.
Connecting LAN1 directly to my desktop gives me an IP like 10.0.0.102 and lets me access everything (which in this case is just my router since everything else is still behind the switch) but connecting via the switch works for a fraction of a second before I’m given some absurd IP like 169.254.225.38, which some Google-fu means to indicate that either
- the uplink is disconnected; or
- it cannot find the DHCP server
Both aren’t true, the lights are going blinky-blinky, directly connecting over WiFi and checking the router settings does indicate that something is populating LAN1 and LAN2 and the router is serving as an authoritative DHCP server.
I’d hate to throw these switches away but I’m not sure what to do. I’m currently making do by directly attaching my NAS to LAN1 and server to LAN2 and connecting my printer to the NAS and but I’m not a fan of this approach.
I have no idea why the switches in any capacity care about the WAN uplink of the upstream when they’re supposed to route packets between devices on the LAN and I’m on my third router now (an ISP branded router with details I can’t really share with you cause there aren’t any) and I’m having the same problems so I’m now certain that it’s the switches acting funky.
I’m a networking noob who just likes the security of a wired connection over wireless and so I just did what I think works and now I have no idea how to proceed.