Não é possível procurar arquivos VPN por IP

1

Eu criei uma VPN do Windows usando o utilitário interno do Windows 7.

A VPN se conecta bem. Eu posso ver que estou conectado em ambos os lados da VPN.

No entanto, quando vou para Start>Run>\192.168.13.201\P , não consigo ver nenhum arquivo. A solução de problemas do erro retorna "O dispositivo ou recurso remoto não aceitará a conexão".

Desmarcou a configuração " Use gateway on remote side ".

Tenho porta encaminhada 1723 para o meu PC cliente.

Eu tenho outro cliente do Windows 7 que pode se conectar muito bem.

Eu não me importo com o WINS. Estou tentando me conectar ao IP direto.

192.168.13.201 é o servidor e 192.168.13.202 é o cliente

Eu comparei todas as configurações entre os clientes que estavam trabalhando e os clientes quebrados, e não sei por que isso não está funcionando.

Algumas informações adicionais sobre solução de problemas:

C:\Users\Pat>ipconfig

Windows IP Configuration


PPP adapter VPN HQ:

   Connection-specific DNS Suffix  . :
   IPv4 Address. . . . . . . . . . . : 192.168.13.202
   Subnet Mask . . . . . . . . . . . : 255.255.255.255
   Default Gateway . . . . . . . . . :

Ethernet adapter Local Area Connection:

   Connection-specific DNS Suffix  . : home.int
   Link-local IPv6 Address . . . . . : <removed>
   IPv4 Address. . . . . . . . . . . : 192.168.0.13
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : 192.168.0.1

Ping parece ok:

C:\Users\Pat>ping 192.168.13.201

Pinging 192.168.13.201 with 32 bytes of data:
Reply from 192.168.13.201: bytes=32 time=22ms TTL=128
Reply from 192.168.13.201: bytes=32 time=20ms TTL=128
Reply from 192.168.13.201: bytes=32 time=23ms TTL=128
Reply from 192.168.13.201: bytes=32 time=25ms TTL=128

Ping statistics for 192.168.13.201:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 20ms, Maximum = 25ms, Average = 22ms

C:\Users\Pat>ping 192.168.13.202

Pinging 192.168.13.202 with 32 bytes of data:
Reply from 192.168.13.202: bytes=32 time<1ms TTL=128
Reply from 192.168.13.202: bytes=32 time<1ms TTL=128
Reply from 192.168.13.202: bytes=32 time<1ms TTL=128
Reply from 192.168.13.202: bytes=32 time<1ms TTL=128

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

Tabela de roteamento com VPN conectada:

C:\Users\Pat>route print
===========================================================================
Interface List
 25...........................VPN HQ
 10...d8 50 e6 4e ed 21 ......Intel(R) Ethernet Connection I217-V
 15...08 00 27 00 24 08 ......VirtualBox Host-Only Ethernet Adapter
  1...........................Software Loopback Interface 1
 11...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter
 12...00 00 00 00 00 00 00 e0 Teredo Tunneling Pseudo-Interface
 16...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      192.168.0.1     192.168.0.13     20
    71.235.246.15  255.255.255.255      192.168.0.1     192.168.0.13     21
        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
      192.168.0.0    255.255.255.0         On-link      192.168.0.13    276
     192.168.0.13  255.255.255.255         On-link      192.168.0.13    276
    192.168.0.255  255.255.255.255         On-link      192.168.0.13    276
     192.168.13.0    255.255.255.0   192.168.13.201   192.168.13.202     21
   192.168.13.202  255.255.255.255         On-link    192.168.13.202    276
     192.168.56.0    255.255.255.0         On-link      192.168.56.1    276
     192.168.56.1  255.255.255.255         On-link      192.168.56.1    276
   192.168.56.255  255.255.255.255         On-link      192.168.56.1    276
        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      192.168.56.1    276
        224.0.0.0        240.0.0.0         On-link      192.168.0.13    276
        224.0.0.0        240.0.0.0         On-link    192.168.13.202    276
  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      192.168.56.1    276
  255.255.255.255  255.255.255.255         On-link      192.168.0.13    276
  255.255.255.255  255.255.255.255         On-link    192.168.13.202    276
===========================================================================
Persistent Routes:
  None

IPv6 Route Table
===========================================================================
Active Routes:
 If Metric Network Destination      Gateway
  1    306 ::1/128                  On-link
 15    276 fe80::/64                On-link
 10    276 fe80::/64                On-link
 15    276 fe80::248a:9aa4:1ba5:b8b9/128
                                    On-link
 10    276 fe80::6d58:c0b:2b2a:f6a0/128
                                    On-link
  1    306 ff00::/8                 On-link
 15    276 ff00::/8                 On-link
 10    276 ff00::/8                 On-link
===========================================================================
Persistent Routes:
  None

C:\Users\Pat>
    
por Pat 13.01.2014 / 18:09

1 resposta

1

Depois de muita solução de problemas, descobri que nomeei esse novo PC com o mesmo nome do antigo PC.

Um estranho, mas feliz que eu encontrei. O Visualizador de Eventos do Windows me explicou:

The server could not bind to the transport \Device\NetBT_Tcpip_{guid} because another computer on the network has the same name. The server could not start.

Renomear o computador e reinicializar tudo ajudou a esclarecer o problema.

Obrigado pela ajuda de todos nos comentários.

    
por 13.01.2014 / 20:03