All three are used to get partition details you can see in WebUI. Offset is how many bytes to skip when trying to read the Linux kernel information from the partition (using dd).
Uploaded new build with DSA driver. There has been a lot of fixes to DSA driver. Let me know port to port connectivity has been resolved, throughput etc. I've tested this on my router and it won't brick for sure. As always make sure to factory reset while upgrading.
It works when you are connected to 4,7,8 ports. When connected to 1,2,3,5,6 - I receive no ip address.
When I change the config and add 1,2,3,5,6 - all ports work.
config device
option name 'br-lan'
option type 'bridge'
list ports 'lan4'
list ports 'lan7'
list ports 'lan8'
list ports 'extsw'
list ports 'lan1'
list ports 'lan2'
list ports 'lan3'
list ports 'lan5'
list ports 'lan6'
Hi there, Can someone please test the following scenario? Best to start by disconnecting the devices and rebooting the ea9500:
Turn off the DHCP server on the ea9500 or set up a new vlan and add two ports from any of lan1,2,3,5,6, pvid untagged. Basically set it up as though the two ports are a dumb switch.
Connect one of those two ports to another device running a DHCP server and connect the other to a client making DHCP requests.
Observe. Does the client get an IP from that DHCP server? If any issues, run tcpdump on extsw.
This test is to see if unknown packets can be successfully resent back through the interface they came from (ext_sw in this case) to go to the DHCP server.
It seemed to work with all ports initially but after a reboot, it crapped itself and port connectivity was inconsistent and I couldnt get my WAN IP back at all.
Took me 2 hours to revert back to the August release which works.
I will have another crack at it when I have a few hours to play with.