Господа хорошие, я не понимаю, о чем речь.
Вот, посмотрите, я сделал очень простой эксперимент на своей собственной машине (WinXP Pro SP2).
Далее привожу выдачу команды "ipconfig -all" в трех случаях (реальный адрес забит x-ами)
1. Все нормально, сетевой кабель подключен.
Код
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\lapp>ipconfig -all
Windows IP Configuration
Host Name . . . . . . . . . . . . : JULY
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : 3Com 3C920 Integrated Fast Ethernet Controller (3C905C-TX Compatible)
Physical Address. . . . . . . . . : 00-06-5B-A3-40-C6
Dhcp Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : xxx.xx.xx.14
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : xxx.xx.xx.254
DNS Servers . . . . . . . . . . . : xxx.xx.xx.1
Primary WINS Server . . . . . . . : xxx.xx.xx.35
C:\Documents and Settings\lapp>
C:\Documents and Settings\lapp>ping xxx.xx.xx.14
Pinging xxx.xx.xx.14 with 32 bytes of data:
Reply from xxx.xx.xx.14: bytes=32 time<1ms TTL=128
Reply from xxx.xx.xx.14: bytes=32 time<1ms TTL=128
Reply from xxx.xx.xx.14: bytes=32 time<1ms TTL=128
Reply from xxx.xx.xx.14: bytes=32 time<1ms TTL=128
Ping statistics for xxx.xx.xx.14:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
C:\Documents and Settings\lapp>
2. Теперь отключаю сетевой кабель...
Код
C:\Documents and Settings\lapp>ipconfig -all
Windows IP Configuration
Host Name . . . . . . . . . . . . : JULY
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
Ethernet adapter Local Area Connection:
Media State . . . . . . . . . . . : Media disconnected
Description . . . . . . . . . . . : 3Com 3C920 Integrated Fast Ethernet Controller (3C905C-TX Compatible)
Physical Address. . . . . . . . . : 00-06-5B-A3-40-C6
C:\Documents and Settings\lapp>ping xxx.xx.xx.14
Pinging xxx.xx.xx.14 with 32 bytes of data:
Destination host unreachable.
Destination host unreachable.
Destination host unreachable.
Destination host unreachable.
Ping statistics for xxx.xx.xx.14:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
C:\Documents and Settings\lapp>
- заметьте, никакого упоминания об IP вообще!
3. Подключаем кабель обратно:
Код
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\lapp>ipconfig -all
Windows IP Configuration
Host Name . . . . . . . . . . . . : JULY
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : 3Com 3C920 Integrated Fast Ethernet Controller (3C905C-TX Compatible)
Physical Address. . . . . . . . . : 00-06-5B-A3-40-C6
Dhcp Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : xxx.xx.xx.14
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : xxx.xx.xx.254
DNS Servers . . . . . . . . . . . : xxx.xx.xx.1
Primary WINS Server . . . . . . . : xxx.xx.xx.35
C:\Documents and Settings\lapp>
C:\Documents and Settings\lapp>ping xxx.xx.xx.14
Pinging xxx.xx.xx.14 with 32 bytes of data:
Destination host unreachable.
Destination host unreachable.
Destination host unreachable.
Destination host unreachable.
Ping statistics for xxx.xx.xx.14:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
C:\Documents and Settings\lapp>ping xxx.xx.xx.12
Pinging xxx.xx.xx.12 with 32 bytes of data:
Reply from xxx.xx.xx.12: bytes=32 time<1ms TTL=128
Reply from xxx.xx.xx.12: bytes=32 time<1ms TTL=128
Reply from xxx.xx.xx.12: bytes=32 time<1ms TTL=128
Reply from xxx.xx.xx.12: bytes=32 time<1ms TTL=128
Ping statistics for xxx.xx.xx.12:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
C:\Documents and Settings\lapp>
Теперь видите? При отключенном кабеле винда не только отключает адаптер (и, соотвтественно, не пингует саму себя), но и потом, после подключения кабеля, не может корректно восстановить tcp-стек! Пинг на соседнюю машину проходит, а на саму себя - нет! При этом Интернет доступен, а ресурсы через нетбиос (через tcp, разумеется) - нет.
Для большей убедительности, можете провести этот эксперимент сами..
И заметьте: точно на месте "сеть отключена" у меня стоит "media disconnected" (Гудвин, я говорил именно про выдачу ipconfig, а не про всплывающее сообщение в правом нижнем углу).
Шульц, в последний раз прошу: не морочь людям голову, подключи кабель и дай информацию.