Hello everyone, I'm a new OpenWRT user here and generally new to networking, first time using OpenWRT.
I have a TPLink TL-MR6400 v5 running OpenWRT after I flashed it a few days ago, I want to try running it as kind-of-a network switch (which is what it was used previously on the original router, the internet source (Tenda AC23 is connected to the LAN port with DHCP disabled).
Tenda AC 23 subnet is on 10.5.12.0/26 (mask 255.255.255.192), with this in mind:
- 10.5.12.1: The Tenda AC23 itself
- 10.5.12.2 - 10.5.12.19: Reserved static DHCP range for specific devices (10.5.12.3 is what the MR6400 will be on)
- 10.5.12.20 - 10.5.12.62: DHCP range for general devices
So the primary router in the network is still the Tenda AC23 (on stock firmware) for easy central management.
At first, I just put all of the MR6400 internal switch together in a default VLAN, as in:
|--------------------------------------------------------------------|
| VLAN ID | CPU | PORT 1 | Port 2 | Port 3 | Port 4 (WAN) |
| 1 | Untagged | Untagged | Untagged | Untagged | Untagged |
|--------------------------------------------------------------------|
That works as expected where all of the MR6400 LAN* devices gets it's IP from the Tenda AC23, however I seem to be unable to monitor traffic using OpenWRT real time graphs, the only option is to monitor either the whole internal switch or the whole VLAN 1 which is just basically the whole internal switch at this point).
Here's a diagram of my network:
I tried to make multiple VLAN on the MR6400 as in:
- VLAN 1 for WAN (10.5.12.3 DHCP from Tenda AC23)
- VLAN 10 for LAN1 (192.168.10.1/30)
- VLAN 20 for LAN2 (192.168.20.1/30)
- VLAN 30 for LAN3 (192.168.30.1/30)
In that configuration, I can monitor each LAN* interface individually, but then it's a whole router instead of a simple dumb switch for the Tenda AC23, so not what I wanted.
Any suggestion on how to configure the OpenWRT in such a way that it is still a network switch but I have the option to monitor each LAN* interface individually ?
Thanks