I know that the MAC addresses that the device has configured seem more appropriate. But Linksys uses the same MAC addresses for lan and wan for MX4200v1/MX4200v2/MX4300/MX5300.
Thanks for this. Currently running an R7800 and considering one of these for a replacement.
If anyone's up for it, I'm curious how the Wi-Fi throughput on OpenWRT is at distance compared to the R7800 (or similar) given external vs. internal antennas. I've always had the impression that routers with internal antennas kind of suck when you're 2-3 rooms away.
lan1 Link encap:Ethernet HWaddr 10:DA:43:14:9B:55
lan2 Link encap:Ethernet HWaddr 10:DA:43:14:9B:55
lan3 Link encap:Ethernet HWaddr 10:DA:43:14:9B:55
lan4 Link encap:Ethernet HWaddr 10:DA:43:14:9B:55
wan Link encap:Ethernet HWaddr 10:DA:43:14:9B:56
I haven't replaced my main R7800 with MX4300 yet but will check the range later. However, I haven't seen any router that offers better WIFI range than R7800 so far. I'm quite sure it will beat MX4300 as well.
By the way, if the command line includes more than one ubit.mtd, the OS will try to attach all of them. I think whether or not only taking the last occurrence depends on the implementation.
If a LAN port and the WAN port are connected to the same switch, the switch may get messed up even if the connected ports belong to different VLAN's. When the switch detects two identical MAC addresses on different VLANs, it can cause its MAC address table to constantly update, leading to network instability and connectivity issues.
If we can make wan = lan + 1, it would be more appropriate from a networking point of view. Don't trust Linksys engineers
Yikes, that’s an additional 5W over the WAX202 I was thinking of replacing. As that’ll amount to an extra $5+ per year for some additional speed I’ll probably never notice, I wish I had seen these measurements before I ordered two of these
If you live in expensive California where electricity cost is about $0.5 per kwh (electrical generation + delivery charge), that would be $22 per year for 5W extra
In addition to the actual electrical usage (aka electrical generation charge), California residents also have to pay the electrical delivery charge that can be from 2 to 4 times (depending on the areas) the electrical generation charge. This is one example from SDG&E (San Diego Gas & Electric, aka San Diego Gouging and Extortion :-). Similarly for PG&E.
Does incrementing the boot counter during boot and then resetting to 0 after successful boot mean that every boot results in a block of NAND being erased and written to twice?
If this is a raw NAND block, it seems like you could wear it out by just rebooting a lot.