avn9
03-10-2014, 12:14
Сперва упрощенное вступление.
Два ноутбука, один с Windows 7, другой - с Windows 8.1, соединены напрямую кроссовером Ethernet. IP первого - 192.168.10.1 и IP второго - 192.168.10.2. Соединение на обоих ноутах показано как Unidentified network.
Когда я пингую 192.168.10.2 с 192.168.10.1, получаю Request timed out. Что интересно, на 192.168.10.2 в статусе соединения число полученных байт увеличивается примерно на столько же (обычно на 296 байтов у обоих, хотя порой отличается) сколько и число отправленных с 192.168.10.1. Число же отправленных с 192.168.10.2 увеличивается на 42 байта, а полученных на 192.168.10.1 - на 60.
Когда пингую 192.168.10.1 с 192.168.10.2, получаю General failure. Вообще, я получаю General failure независимо от того, что пингую, даже 127.0.0.1. В этих случаях числа отправленных/полученных байтов не меняются.
Возможно, стоит упоминание ещё кое-что, не знаю. Если Default gateway не определен, пингование адреса из другой подсети, типа 192.168.1.1, дает "PING: transmit failed. General failure." в отличие от просто "General failure" в вышеупомянутых случаях.
ipconfig /all
Windows IP Configuration
Host Name . . . . . . . . . . . . : u38dt
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
Ethernet adapter Ethernet:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : ASIX AX88772B USB2.0 to Fast Ethernet Adapter
Physical Address. . . . . . . . . : 9C-EB-E8-0F-2C-BA
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
IPv4 Address. . . . . . . . . . . : 192.168.10.2(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
NetBIOS over Tcpip. . . . . . . . : Enabled
Сбрасывание TCP/IP и DNS
Файл hosts не изменялся с момента установки Windows, которая была до покупки, когда всё работала, так что там ничего интересного.
D:\>ipconfig /release
Windows IP Configuration
The operation failed as no adapter is in the state permissible for
this operation.
D:\>ipconfig /renew
Windows IP Configuration
The operation failed as no adapter is in the state permissible for
this operation.
D:\>ipconfig /flushdns
Windows IP Configuration
Successfully flushed the DNS Resolver Cache.
D:\>netsh winsock reset all
Sucessfully reset the Winsock Catalog.
You must restart the computer in order to complete the reset.
D:\>netsh int ip reset all
Resetting Global, OK!
Resetting Interface, OK!
Resetting Unicast Address, OK!
Resetting Neighbor, OK!
Resetting Path, OK!
Resetting , failed.
Access is denied.
Resetting , OK!
Restart the computer to complete this action.
"Access is denied", как у меня удалось найти, о ноде регистра HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Nsi\{eb004a00-9b1a-11d4-9123-0050047759bc}\26. После добавления разрешения Full Controll на нод получаю:
D:\>ipconfig /release
Windows IP Configuration
The operation failed as no adapter is in the state permissible for
this operation.
D:\>ipconfig /renew
Windows IP Configuration
The operation failed as no adapter is in the state permissible for
this operation.
D:\>ipconfig /flushdns
Windows IP Configuration
Successfully flushed the DNS Resolver Cache.
D:\>netsh winsock reset all
Sucessfully reset the Winsock Catalog.
You must restart the computer in order to complete the reset.
D:\>netsh int ip reset all
Resetting Global, OK!
Resetting Interface, OK!
Resetting Unicast Address, OK!
Resetting Neighbor, OK!
Resetting Path, OK!
Resetting Route, OK!
Resetting , OK!
Restart the computer to complete this action.
Ни то, ни другое проблему не решает.
Также пытался sfc /scannow:
Beginning system scan. This process will take some time.
Beginning verification phase of system scan.
Verification 0% complete.
[...]
Verification 100% complete.
Windows Resource Protection found corrupt files but was unable to fix some
of them. Details are included in the CBS.Log windir\Logs\CBS\CBS.log. For
example C:\Windows\Logs\CBS\CBS.log. Note that logging is currently not
supported in offline servicing scenarios.
Лог - https://www.dropbox.com/s/b9um4gvaidzr0it/CBS.log.txt?dl=0. Я не могу найти там что-либо полезное, но это я.
Ещё пытался работать с dism, но не вышло. Либо случай совсем плохой, либо я ламер и мне нужна помощь. Надеюсь, последнее.
Файерволл отключен, антивирус удален, в безопасном режиме с сетью всё то же самое.
Пожалуйста, помогите решить эту проблему.
Заранее спасибо всем.
P.S. Бэкапов до начала проблемы нет. И переустанавливать Windows - самое последнее дело.
Два ноутбука, один с Windows 7, другой - с Windows 8.1, соединены напрямую кроссовером Ethernet. IP первого - 192.168.10.1 и IP второго - 192.168.10.2. Соединение на обоих ноутах показано как Unidentified network.
Когда я пингую 192.168.10.2 с 192.168.10.1, получаю Request timed out. Что интересно, на 192.168.10.2 в статусе соединения число полученных байт увеличивается примерно на столько же (обычно на 296 байтов у обоих, хотя порой отличается) сколько и число отправленных с 192.168.10.1. Число же отправленных с 192.168.10.2 увеличивается на 42 байта, а полученных на 192.168.10.1 - на 60.
Когда пингую 192.168.10.1 с 192.168.10.2, получаю General failure. Вообще, я получаю General failure независимо от того, что пингую, даже 127.0.0.1. В этих случаях числа отправленных/полученных байтов не меняются.
Возможно, стоит упоминание ещё кое-что, не знаю. Если Default gateway не определен, пингование адреса из другой подсети, типа 192.168.1.1, дает "PING: transmit failed. General failure." в отличие от просто "General failure" в вышеупомянутых случаях.
ipconfig /all
Windows IP Configuration
Host Name . . . . . . . . . . . . : u38dt
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
Ethernet adapter Ethernet:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : ASIX AX88772B USB2.0 to Fast Ethernet Adapter
Physical Address. . . . . . . . . : 9C-EB-E8-0F-2C-BA
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
IPv4 Address. . . . . . . . . . . : 192.168.10.2(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
NetBIOS over Tcpip. . . . . . . . : Enabled
Сбрасывание TCP/IP и DNS
Файл hosts не изменялся с момента установки Windows, которая была до покупки, когда всё работала, так что там ничего интересного.
D:\>ipconfig /release
Windows IP Configuration
The operation failed as no adapter is in the state permissible for
this operation.
D:\>ipconfig /renew
Windows IP Configuration
The operation failed as no adapter is in the state permissible for
this operation.
D:\>ipconfig /flushdns
Windows IP Configuration
Successfully flushed the DNS Resolver Cache.
D:\>netsh winsock reset all
Sucessfully reset the Winsock Catalog.
You must restart the computer in order to complete the reset.
D:\>netsh int ip reset all
Resetting Global, OK!
Resetting Interface, OK!
Resetting Unicast Address, OK!
Resetting Neighbor, OK!
Resetting Path, OK!
Resetting , failed.
Access is denied.
Resetting , OK!
Restart the computer to complete this action.
"Access is denied", как у меня удалось найти, о ноде регистра HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Nsi\{eb004a00-9b1a-11d4-9123-0050047759bc}\26. После добавления разрешения Full Controll на нод получаю:
D:\>ipconfig /release
Windows IP Configuration
The operation failed as no adapter is in the state permissible for
this operation.
D:\>ipconfig /renew
Windows IP Configuration
The operation failed as no adapter is in the state permissible for
this operation.
D:\>ipconfig /flushdns
Windows IP Configuration
Successfully flushed the DNS Resolver Cache.
D:\>netsh winsock reset all
Sucessfully reset the Winsock Catalog.
You must restart the computer in order to complete the reset.
D:\>netsh int ip reset all
Resetting Global, OK!
Resetting Interface, OK!
Resetting Unicast Address, OK!
Resetting Neighbor, OK!
Resetting Path, OK!
Resetting Route, OK!
Resetting , OK!
Restart the computer to complete this action.
Ни то, ни другое проблему не решает.
Также пытался sfc /scannow:
Beginning system scan. This process will take some time.
Beginning verification phase of system scan.
Verification 0% complete.
[...]
Verification 100% complete.
Windows Resource Protection found corrupt files but was unable to fix some
of them. Details are included in the CBS.Log windir\Logs\CBS\CBS.log. For
example C:\Windows\Logs\CBS\CBS.log. Note that logging is currently not
supported in offline servicing scenarios.
Лог - https://www.dropbox.com/s/b9um4gvaidzr0it/CBS.log.txt?dl=0. Я не могу найти там что-либо полезное, но это я.
Ещё пытался работать с dism, но не вышло. Либо случай совсем плохой, либо я ламер и мне нужна помощь. Надеюсь, последнее.
Файерволл отключен, антивирус удален, в безопасном режиме с сетью всё то же самое.
Пожалуйста, помогите решить эту проблему.
Заранее спасибо всем.
P.S. Бэкапов до начала проблемы нет. И переустанавливать Windows - самое последнее дело.