ReadyNAS NV+ Windows 7 wifi problems
ReadyNAS NV+ Windows 7 wifi problems
Performance using wire connection from Win7 to nas around 14000kb/s
Performance using ftp wireless connection from Win7 to nas around 2000kb/s
Performance using wireless connection from Win7 to nas around 12kb/s
Performance using wireless connection from Win7 to WinXp share on other pc 2000kb/s
FIX ReadyNAS NV+ Windows 7 wifi problems
I finally fixed things by changing the MTU size to 1430 and turing of TCP Autotuning.
start, run, cmd
netsh interface ipv4 show subinterfaces
you will see default windows setting of 1500 on both the wireless and ethernet network cards
Need to set MTU of 1430 for best performance
ipconfig /all
gives more info
note of the exact names of the network devices
netsh interface ipv4 set subinterface “Wireless Network Connection” mtu=1430 store=persistent
All DONE
