O uso de “route add” no Windows para ignorar o NordVPN para um IP específico causa “falha geral” ao testar o ping

0

Estou perplexo e também fiquei surpreso por não encontrar uma solução para isso usando o Google / SuperUser.

Eu tenho o NordVPN instalado e estou usando este A página para configurar essa conexão com um endereço IP específico passa pela minha conexão doméstica normal e não pela VPN. É um processo simples de usar "route add" no terminal (como administrador).

Eu tentei isso em dois computadores diferentes na mesma rede com a mesma conta NordVPN. Depois que eu adiciono a rota a example.com (como em suas instruções), e tento pingar, recebo este resultado:

C:\WINDOWS\system32>ping 93.184.216.34

Pinging 93.184.216.34 with 32 bytes of data:
General failure.
General failure.
General failure.
General failure.

Ping statistics for 93.184.216.34:
    Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

C:\WINDOWS\system32>

Excluir a rota faz o ping passar novamente:

C:\WINDOWS\system32>route delete 93.184.216.34 10.0.0.138
 OK!

C:\WINDOWS\system32>ping 93.184.216.34

Pinging 93.184.216.34 with 32 bytes of data:
Reply from 93.184.216.34: bytes=32 time=498ms TTL=53
Reply from 93.184.216.34: bytes=32 time=511ms TTL=53
Reply from 93.184.216.34: bytes=32 time=518ms TTL=53
Reply from 93.184.216.34: bytes=32 time=514ms TTL=53

Ping statistics for 93.184.216.34:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 498ms, Maximum = 518ms, Average = 510ms

Adicionando novamente e falha novamente:

C:\WINDOWS\system32>route add 93.184.216.34 10.0.0.138
 OK!

C:\WINDOWS\system32>ping 93.184.216.34

Pinging 93.184.216.34 with 32 bytes of data:
General failure.
General failure.
General failure.
General failure.

Ping statistics for 93.184.216.34:
    Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

Desconectando-se da VPN e funcionando novamente:

C:\WINDOWS\system32>ping 93.184.216.34

Pinging 93.184.216.34 with 32 bytes of data:
Reply from 93.184.216.34: bytes=32 time=183ms TTL=54
Reply from 93.184.216.34: bytes=32 time=169ms TTL=54
Reply from 93.184.216.34: bytes=32 time=174ms TTL=54
Reply from 93.184.216.34: bytes=32 time=162ms TTL=54

Ping statistics for 93.184.216.34:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 162ms, Maximum = 183ms, Average = 172ms

10.0.0.138 é meu roteador, é a primeira linha em "route print". Isso acontece em dois laptops diferentes (um com o Windows 10 e outro com o Windows 7). Alguém tem alguma ideia?

Obrigado!

Editar: saída da impressão de rota:

IPv4 Route Table
===========================================================================
Active Routes:
Network Destination        Netmask          Gateway       Interface  Metric
          0.0.0.0          0.0.0.0       10.0.0.138        10.0.0.12     55
          0.0.0.0        128.0.0.0         10.8.8.1       10.8.8.178      3
         10.0.0.0    255.255.255.0         On-link         10.0.0.12    311
        10.0.0.12  255.255.255.255         On-link         10.0.0.12    311
       10.0.0.255  255.255.255.255         On-link         10.0.0.12    311
         10.8.8.0    255.255.255.0         On-link        10.8.8.178    259
       10.8.8.178  255.255.255.255         On-link        10.8.8.178    259
       10.8.8.255  255.255.255.255         On-link        10.8.8.178    259
    93.184.216.34  255.255.255.255       10.0.0.138        10.0.0.12     56

Editar 2:

Este é o segundo laptop (Windows 7), então a interface agora é 10.0.0.15, mas é a mesma coisa. rota de impressão com VPN conectado:

===========================================================================
Interface List
 15...00 ff 5e 25 a0 22 ......TAP-NordVPN Windows Adapter V9
 11...00 26 5e 13 2c 80 ......Atheros AR9285 802.11b/g/n WiFi Adapter
 10...00 26 9e 20 18 ee ......Realtek RTL8102E/RTL8103E Family PCI-E Fast Ethernet NIC (NDIS 6.20)
  1...........................Software Loopback Interface 1
 14...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter
===========================================================================

IPv4 Route Table
===========================================================================
Active Routes:
Network Destination        Netmask          Gateway       Interface  Metric
          0.0.0.0          0.0.0.0       10.0.0.138        10.0.0.15     25
          0.0.0.0        128.0.0.0         10.8.8.1        10.8.8.31      3
         10.0.0.0    255.255.255.0         On-link         10.0.0.15    281
        10.0.0.15  255.255.255.255         On-link         10.0.0.15    281
       10.0.0.255  255.255.255.255         On-link         10.0.0.15    281
         10.8.8.0    255.255.255.0         On-link         10.8.8.31    259
        10.8.8.31  255.255.255.255         On-link         10.8.8.31    259
       10.8.8.255  255.255.255.255         On-link         10.8.8.31    259
    93.184.216.34  255.255.255.255       10.0.0.138        10.0.0.15     26
        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
        128.0.0.0        128.0.0.0         10.8.8.1        10.8.8.31      3
    185.203.122.8  255.255.255.255       10.0.0.138        10.0.0.15     25
        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         10.8.8.31    259
        224.0.0.0        240.0.0.0         On-link         10.0.0.15    281
  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         10.8.8.31    259
  255.255.255.255  255.255.255.255         On-link         10.0.0.15    281
===========================================================================
Persistent Routes:
  None

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

rotear impressão com a VPN desconectada:

===========================================================================
Interface List
 15...00 ff 5e 25 a0 22 ......TAP-NordVPN Windows Adapter V9
 11...00 26 5e 13 2c 80 ......Atheros AR9285 802.11b/g/n WiFi Adapter
 10...00 26 9e 20 18 ee ......Realtek RTL8102E/RTL8103E Family PCI-E Fast Ethernet NIC (NDIS 6.20)
  1...........................Software Loopback Interface 1
 14...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter
===========================================================================

IPv4 Route Table
===========================================================================
Active Routes:
Network Destination        Netmask          Gateway       Interface  Metric
          0.0.0.0          0.0.0.0       10.0.0.138        10.0.0.15     25
         10.0.0.0    255.255.255.0         On-link         10.0.0.15    281
        10.0.0.15  255.255.255.255         On-link         10.0.0.15    281
       10.0.0.255  255.255.255.255         On-link         10.0.0.15    281
    93.184.216.34  255.255.255.255       10.0.0.138        10.0.0.15     26
        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
        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         10.0.0.15    281
  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         10.0.0.15    281
===========================================================================
Persistent Routes:
  None

IPv6 Route Table
===========================================================================
Active Routes:
 If Metric Network Destination      Gateway
  1    306 ::1/128                  On-link
 11    281 fe80::/64                On-link
 11    281 fe80::b536:da0b:8a49:44d3/128
                                    On-link
  1    306 ff00::/8                 On-link
 11    281 ff00::/8                 On-link
===========================================================================
Persistent Routes:
  None
    
por programmer_subself 23.04.2018 / 18:56

2 respostas

1

Recebi uma resposta do NordVPN. Esta é a resposta deles, e essa é a razão do erro:

This is due to our updated application firewall and it is done for the security reason. We will add a few modifications and bypass feature in the future, however, currently the only way to would be to use the OpenVPN application.

    
por 27.04.2018 / 00:13
0

tente desativar o recurso 'cybersec' no cliente nordvpn - parece que foi o que causou o problema para mim (mesmo com o cliente nordvpn fechado, não consegui mais acessar outra sub-rede local) - desliguei o switch para cybersec e as coisas funcionam novamente quando fora do cliente ...

    
por 04.07.2018 / 15:26