dear,
when i plug my laptop to isp router i can get 700/50, i have link from isp router to ac1900v1 to its wan... then when i connect laptop to ac1900v1 lan i am getting 500/50.
Ac1900v1 is running latest openwrt, there is NAT and also few fw rules... nothing special... any idea why there is 200mbit (download) loss?
There have been a few reports of speed drop on mvebu targets with 21.x / master, with some attributing it to the change to DSA with only one CPU port currently in use. I think the more likely explanation would be kernel / mvneta changes, but your reported loss seems greater.
Yes the speed drop is Massive; sometimes i get 500/50 other times 300/50... still not 700/50 what i can get if i directly connect the same laptop to ISP router.
the dump of the config is following>
root@OpenWrt-main-router:~# cat /etc/config/network
config interface 'loopback'
option device 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option ula_prefix 'fddf:4363:a8a0::/48'
config device
option name 'br-lan'
option type 'bridge'
list ports 'lan1'
list ports 'lan2'
list ports 'lan3'
list ports 'lan4'
config device
option name 'lan1'
option macaddr 'b4:75:0e:64:4b:f8'
config device
option name 'lan2'
option macaddr 'b4:75:0e:64:4b:f8'
config device
option name 'lan3'
option macaddr 'b4:75:0e:64:4b:f8'
config device
option name 'lan4'
option macaddr 'b4:75:0e:64:4b:f8'
config interface 'lan'
option device 'br-lan'
option proto 'static'
option netmask '255.255.255.0'
option ip6assign '60'
option ipaddr '10.0.1.1'
config device
option name 'wan'
option macaddr 'b4:75:0e:64:4b:f8'
config interface 'wan'
option device 'wan'
option proto 'static'
option ipaddr '192.168.0.4'
option netmask '255.255.255.0'
option gateway '192.168.0.1'
list dns '8.8.8.8'
list dns '8.8.4.4'
option delegate '0'
config interface 'wan6'
option device 'wan'
option proto 'dhcpv6'
config route
option interface 'lan'
option target '192.168.1.0'
option netmask '255.255.255.0'
option gateway '10.0.1.44'
This is so interesting because everytime someone say “ohh I didn’t change so much” we get this…
Offloading = on.
And this…
And this…
So reset the router and test standard settings and see if the hardware actually works.
Save a backup first so you easily can go back.
Or turn off that offloading because it really feels that we would have half the amount of posts in the forum if we didn’t have that offloading function because everyone complaining over speed have that turned on.
I turned off sw offloading, no change in the speed drop... same stuff.
Your assumption is very strange/weird... whats the connection of router speed with 15 static ip defined as part of the dnsmasq?
Also whats the connection of basic port forward with speed drop? Based on your assumption it means i cant add static hosts into dnsmasq and each port forward degrades router speed... very strange.
I don't think that @flygarn12 is actually suggesting the port forwards or DHCP reservations have any direct impact on the speed/performance of your system (although I could be wrong about @flygarn12's thinking). In my experience, those should have zero impact.
However, I do think it is worth testing with a nearly default configuration if you can. Specifically, by resetting to defaults and only changing the absolute minimum items (i.e. things like PPPoE credentials, if applicable, enabling wifi, and any other truly necessary changes), it reduces the number variables in play. This ensures that there are no additional packages installed and that there aren't minor settings that were changed and forgotten.
To be clear, I'm not saying that the default configuration will magically fix everything, but it might, or if it doesn't, it ensures that your system is in a known state for further troubleshooting/debug. The backup is critical, of course, so that you can get back to your current state quickly and easily.
@psherman i do get your point ... i cant try ... but as i said .. that was Fresh install and i edited only what was mentioned at the begging of the comment - so almost nothing in total.