Eu realmente estou presa nessa e me disseram que o stack over flow é um ótimo lugar para pedir conselhos.
Eu tenho uma máquina executando o Windows 7 Professional com duas placas de rede internas gigabit. Eu tenho habilitado o roteamento IP usando a chave de registro "IPEnableRouter", definindo-o como 1.
Esta é a saída do ipconfig:
C:\Users\testlab>ipconfig /all
Windows IP Configuration
Host Name . . . . . . . . . . . . : testlab-PC
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : Yes
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : goose.com
Ethernet adapter Local Area Connection 4:
Connection-specific DNS Suffix . : goose.com
Description . . . . . . . . . . . : D-Link DGE-528T Gigabit Ethernet Adapter
Physical Address. . . . . . . . . : 00-64-01-73-A8-4G
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
IPv4 Address. . . . . . . . . . . : 192.168.1.1(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
DNS Servers . . . . . . . . . . . : 10.10.10.2
NetBIOS over Tcpip. . . . . . . . : Enabled
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . : goose.com
Description . . . . . . . . . . . : Realtek PCIe GBE Family Controller
Physical Address. . . . . . . . . : B1-AE-C9-1A-59-13
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
IPv4 Address. . . . . . . . . . . : 172.16.65.65(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.0.0
Default Gateway . . . . . . . . . : 172.16.0.254
DNS Servers . . . . . . . . . . . : 172.20.220.26
10.10.10.2
NetBIOS over Tcpip. . . . . . . . : Enabled
Tunnel adapter Local Area Connection* 11:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
Tunnel adapter isatap.bskyb.com:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . : goose.com
Description . . . . . . . . . . . : Microsoft ISATAP Adapter #2
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
Routing table:
C:\Users\testlab>route print
===========================================================================
Interface List
17...00 24 11 83 a8 4D ......D-Link DGE-528T Gigabit Ethernet Adapter
11...b3 ae D5 1A 19 79 ......Realtek PCIe GBE Family Controller
1...........................Software Loopback Interface 1
12...00 00 00 00 00 00 00 e0 Teredo Tunneling Pseudo-Interface
14...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter #2
===========================================================================
IPv4 Route Table
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 172.16.0.254 172.16.65.65 266
127.0.0.0 255.0.0.0 On-link 127.0.0.1 306
127.0.0.1 255.255.255.255 On-link 127.0.0.1 306
127.255.255.255 255.255.255.255 On-link 127.0.0.1 306
172.16.0.0 255.255.0.0 On-link 172.16.65.65 266
172.16.65.65 255.255.255.255 On-link 172.16.65.65 266
172.16.255.255 255.255.255.255 On-link 172.16.65.65 266
192.168.1.0 255.255.255.0 On-link 192.168.1.1 266
192.168.1.1 255.255.255.255 On-link 192.168.1.1 266
192.168.1.255 255.255.255.255 On-link 192.168.1.1 266
224.0.0.0 240.0.0.0 On-link 127.0.0.1 306
224.0.0.0 240.0.0.0 On-link 172.16.65.65 266
224.0.0.0 240.0.0.0 On-link 192.168.1.1 266
255.255.255.255 255.255.255.255 On-link 127.0.0.1 306
255.255.255.255 255.255.255.255 On-link 172.16.65.65 266
255.255.255.255 255.255.255.255 On-link 192.168.1.1 266
===========================================================================
Persistent Routes:
Network Address Netmask Gateway Address Metric
0.0.0.0 0.0.0.0 172.16.0.254 Default
===========================================================================
IPv6 Route Table
===========================================================================
Active Routes:
If Metric Network Destination Gateway
1 306 ::1/128 On-link
1 306 ff00::/8 On-link
===========================================================================
Persistent Routes:
None
Eu configurei isso em algumas máquinas antes de anos atrás e funcionou bem, eu acho que estou esquecendo de algo, mas isso está me deixando louco agora. Da rede 192.168.1 eu posso fazer ping 192.168.1.1 e 172.16.65.65, mas nenhum dos outros hosts na rede 172.16. Portanto, todos os hosts da rede 192 não têm acesso.
Eu até tentei ativar o serviço de roteamento e acesso remoto, mas isso não fez diferença. Eu também tentei com todos os firewalls desativados para garantir que ele não estava sendo bloqueado.
Quando eu traço um ping de 192. para a internet ele chega a 172.16.65.65 e depois nunca avança, é como se a máquina simplesmente não enviasse os pacotes, mas eu não sei por quê.
Qualquer conselho ou coisas para tentar seria muito apreciado e se você precisar de mais informações, me avise.
Tags networking windows-7 routing