Problemas com rota persistente do Windows

1

Eu tenho um laptop conectado sem fio à rede 192.168.1.0/24 usando DHCP e ligado a 10.10.10.0/24 configurações estáticas de rede com configuração NO DEFAULT GATEWAY.

O objetivo era acessar endereços externos usando o gateway padrão na rede sem fio (192.168.1.1) e a rede interna (10.10.10.0/24, 10.10.20.0/24 e assim por diante ... 10.10.60.0/ 24) usando a NIC com fio. Então, adicionei as seguintes rotas persistentes:

===========================================================================
Persistent Routes:

  Network Address          Netmask  Gateway Address  Metric

       10.10.60.0    255.255.255.0       10.10.10.1       1
       10.10.50.0    255.255.255.0       10.10.10.1       1
       10.10.40.0    255.255.255.0       10.10.10.1       1
       10.10.20.0    255.255.255.0       10.10.10.1       1
       10.10.30.0    255.255.255.0       10.10.10.1      11
       10.10.10.0    255.255.255.0       10.10.10.1       1

===========================================================================

The routing table is the following:
IPv4 Route Table

===========================================================================
Active Routes:

Network Destination        Netmask          Gateway       Interface  Metric

          0.0.0.0          0.0.0.0      192.168.1.1    192.168.1.110      2
       10.10.10.0    255.255.255.0         On-link       10.10.10.27    266
       10.10.10.0    255.255.255.0       10.10.10.1      10.10.10.27     11
      10.10.10.27  255.255.255.255         On-link       10.10.10.27    266
     10.10.10.255  255.255.255.255         On-link       10.10.10.27    266
       10.10.30.0    255.255.255.0       10.10.10.1      10.10.10.27     21
       10.10.50.0    255.255.255.0       10.10.10.1      10.10.10.27     11
        127.0.0.0        255.0.0.0         On-link         127.0.0.1    331
        127.0.0.1  255.255.255.255         On-link         127.0.0.1    331

  127.255.255.255  255.255.255.255         On-link         127.0.0.1    331

      192.168.1.0    255.255.255.0         On-link     192.168.1.110    257
    192.168.1.110  255.255.255.255         On-link     192.168.1.110    257
    192.168.1.255  255.255.255.255         On-link     192.168.1.110    257
        224.0.0.0        240.0.0.0         On-link         127.0.0.1    331
        224.0.0.0        240.0.0.0         On-link       10.10.10.27    266
        224.0.0.0        240.0.0.0         On-link     192.168.1.110    257

  255.255.255.255  255.255.255.255         On-link         127.0.0.1    331

  255.255.255.255  255.255.255.255         On-link       10.10.10.27    266


  255.255.255.255  255.255.255.255         On-link     192.168.1.110    257

Mas, depois de tudo isso, os pacotes tomam o caminho errado:

C:\WINDOWS\system32>tracert -d 10.10.60.1

Tracing route to 10.10.60.1 over a maximum of 30 hops

  1     5 ms     3 ms     3 ms  192.168.1.1
==============================================
^C

C:\WINDOWS\system32>

Por que os pacotes seguem o caminho 192.168.1.1?

Os pacotes não devem seguir a rota persistente (10.10.10.1)?

    
por user2550891 26.07.2017 / 14:39

2 respostas

0

Você reiniciou a rede ou habilitou / desabilitou os adaptadores? Pode ser necessário reiniciar a pilha TCP para obter o novo material de roteamento reconhecido. Apenas um pensamento.

    
por 26.07.2017 / 16:25
0

O que eu costumo fazer é seguir

route add 10.0.0.0 mask 255.0.0.0 10.28.15.201 -p 

além de acima você deve sempre adicionar o número da interface como (se você não está planejando trocar as interfaces mais tarde)

route add 10.0.0.0 mask 255.0.0.0 10.28.15.201 -p IF 12

(lista de interface é mostrada na impressão de rota)

Acabei de adicionar o gateway para ambas as interfaces, o Windows me avisou que há conflito de gateway, apenas disse OK e, em seguida, adicionei rotas em uma interface específica e funciona para mim.

aqui está o que eu consegui com a rota acima mencionada add

C:\Users\Administrator>route print
===========================================================================
Interface List
 23...00 25 90 f5 61 66 ......Hyper-V Virtual Ethernet Adapter #3
 21...00 25 90 f5 61 67 ......Hyper-V Virtual Ethernet Adapter #2
 15...00 25 90 f5 61 69 ......Intel(R) I350 Gigabit Network Connection #4
 12...00 25 90 f5 61 68 ......Intel(R) I350 Gigabit Network Connection
  1...........................Software Loopback Interface 1
 16...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter
 17...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter #2
 18...00 00 00 00 00 00 00 e0 Microsoft 6to4 Adapter
 49...00 00 00 00 00 00 00 e0 Microsoft Teredo Tunneling Adapter
===========================================================================

IPv4 Route Table
===========================================================================
Active Routes:
Network Destination        Netmask          Gateway       Interface  Metric
          0.0.0.0          0.0.0.0   174.xx.xxx.xxx   174.xx.xxx.yyy    261
          0.0.0.0          0.0.0.0      10.28.147.1      10.28.147.4    261
         10.0.0.0        255.0.0.0      10.28.147.1      10.28.147.4      6
      10.28.147.0  255.255.255.192         On-link       10.28.147.4    261
      10.28.147.4  255.255.255.255         On-link       10.28.147.4    261
     10.28.147.63  255.255.255.255         On-link       10.28.147.4    261
        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
    174.xx.xx.zzz  255.255.255.248         On-link    174.xx.xxx.yyy    261
    174.xx.xxx.yyy  255.255.255.255         On-link    174.xx.xxx.yyy    261
    174.xx.xx.255  255.255.255.255         On-link    174.xx.xxx.yyy    261
        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    174.xx.xxx.yyy    261
        224.0.0.0        240.0.0.0         On-link       10.28.147.4    261
  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    174.xx.xxx.yyy    261
  255.255.255.255  255.255.255.255         On-link       10.28.147.4    261
===========================================================================
Persistent Routes:
  Network Address          Netmask  Gateway Address  Metric
         10.0.0.0        255.0.0.0      10.28.147.1       1
          0.0.0.0          0.0.0.0   174.xx.xxx.xxx  Default
          0.0.0.0          0.0.0.0   174.xx.xxx.xxx     256
          0.0.0.0          0.0.0.0      10.28.147.1  Default
          0.0.0.0          0.0.0.0      10.28.147.4  Default
===========================================================================

IPv6 Route Table
===========================================================================

===========================================================================
Persistent Routes:
  None

C:\Users\Administrator>tracert -d 10.28.147.53

Tracing route to 10.28.147.53 over a maximum of 30 hops

  1    <1 ms    <1 ms    <1 ms  10.28.147.53

Trace complete.

C:\Users\Administrator>
    
por 26.07.2017 / 17:04