Цитата Petya V4sechkin:
Цитата bublik_:
Wireless LAN adapter Wireless Network Connection:
Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe80::a0b4:85f:d474:6ed2%12
IPv4 Address. . . . . . . . . . . : 192.168.1.2
Цитата bublik_:
IPv4 Address. . . . . . . . . . . : 192.168.1.183(Preferred)
Тут нужно статический адрес присвоить.
В 4-м посту пустили два маршрута через 192.168.1.2, а он - бац! - изменился (и все коту под хвост). Верните обратно 192.168.1.2.
[/post]
|
Присвоил статический IP: 192.168.1.2, удалил все предыдущие маршруты, заново прописал ваши маршруты:
Код:

route -p add 172.16.0.0 mask 255.240.0.0 192.168.1.2
route -p add 192.168.0.0 mask 255.255.0.0 192.168.1.2
В Результате ничего.
Хотелось бы спросить, почему где 172.
16.0.0, стоит цифра
16? Разве не
20 должно стоять?
Цитата Petya V4sechkin:
Цитата bublik_:
Primary WINS Server . . . . . . . : 10.11.12.13
Secondary WINS Server . . . . . . : 10.11.12.14
Это необходимо?
Если нет, сделаем простой маршрут в 10.0.0.0/8 (не ковыряясь с отдельными подсетями). »
|
Извините, но тут я Не Совсем Понял
Код:

Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Windows\System32> ipconfig /all
Windows IP Configuration
Host Name . . . . . . . . . . . . : SONY-PC
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
PPP adapter MegaFon Internet:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : MegaFon Internet
Physical Address. . . . . . . . . :
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
IPv4 Address. . . . . . . . . . . : 10.232.203.179(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.255
Default Gateway . . . . . . . . . : 0.0.0.0
DNS Servers . . . . . . . . . . . : 83.149.33.72
83.149.33.71
Primary WINS Server . . . . . . . : 10.11.12.13
Secondary WINS Server . . . . . . : 10.11.12.14
NetBIOS over Tcpip. . . . . . . . : Disabled
Wireless LAN adapter Wireless Network Connection:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Intel(R) WiFi Link 5100 ABG
Physical Address. . . . . . . . . : 00-34-55-SD-28-82
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
IPv4 Address. . . . . . . . . . . : 192.168.1.2(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1
DNS Servers . . . . . . . . . . . : 192.168.1.1
NetBIOS over Tcpip. . . . . . . . : Enabled
Ethernet adapter Local Area Connection:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Marvell Yukon 88E8055 PCI-E Gigabit Ether
net Controller
Physical Address. . . . . . . . . : 54-1С-BA-А2-56-R0
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
C:\Windows\System32>