I wish to change the MTU value on my pc (XP)
i tried some registry mathods- added some values in several places:
- (this one is a windows tutorial)
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Ndiswan\Parameters\Protocols\0
adding:
ProtocolType
PPPProtocolType
ProtocolMTU
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\tcpip\parameters\\
adding an MTU value.
tried to add the "EnablePMTUDiscovery" at the following path:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\tcpip\parameters\
Also tried netsh (in cmd) :
netsh interface ipv4 set subinterface "Local Area Connection" mtu=576 store=persistent
But apperently-i don't have the "ipv4" option- didn't find how to add it.
is there a solution to one of the options above' or another one