Windows 10 no puede realizar conexiones salientes

Windows 10 no puede realizar conexiones salientes

Estoy usando Windows Server 2016 sobre RDP. No puedo establecer ninguna conexión saliente: Firefox cualquier URL o IP muestra "no se puede conectar" (no hay ningún proxy configurado). En el ping, a cualquier dirección IP tengo un "fallo general" a cualquier IP externa o privada (interna). curl también muestra Operación no permitida.

Las pruebas en Wireshark muestran los paquetes entrantes/salientes para el rdp, pero no aparecen paquetes para ninguna conexión saliente que inicie.

Salida de la impresión de ruta:

C:\Windows\system32>route print
===========================================================================
Interface List
 14...00 ff a5 18 10 27 ......Windscribe VPN
 18...5e bc ae c9 b9 3b ......VPN Client Adapter - VPN
 16...96 00 00 14 31 66 ......Red Hat VirtIO Ethernet Adapter
  8...00 ff 5f f1 6a 9d ......TAP-Windows Adapter V9
  1...........................Software Loopback Interface 1
 10...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter #3
===========================================================================

IPv4 Route Table
===========================================================================
Active Routes:
Network Destination        Netmask          Gateway       Interface  Metric
          0.0.0.0          0.0.0.0       172.31.1.1   195.201.11.111     15
        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
       172.31.1.1  255.255.255.255         On-link    195.201.11.111     16
   195.201.11.111  255.255.255.255         On-link    195.201.11.111    271
        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    195.201.11.111    271
  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    195.201.11.111    271
===========================================================================
Persistent Routes:
  None

IPv6 Route Table
===========================================================================
Active Routes:
 If Metric Network Destination      Gateway
  1    331 ::1/128                  On-link
 16    271 fe80::/64                On-link
 16    271 fe80::e1a5:f33b:ae7c:b913/128
                                    On-link
  1    331 ff00::/8                 On-link
 16    271 ff00::/8                 On-link
===========================================================================
Persistent Routes:
  None

salida de ipconfig

C:\Windows\system32>ipconfig

Windows IP Configuration


Ethernet adapter Ethernet 3:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :

Unknown adapter VPN - VPN Client:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :

Ethernet adapter Ethernet:

   Connection-specific DNS Suffix  . :
   Link-local IPv6 Address . . . . . : fe80::e1a5:f33b:ae7c:b135%16
   IPv4 Address. . . . . . . . . . . : 195.201.11.111
   Subnet Mask . . . . . . . . . . . : 255.255.255.255
   Default Gateway . . . . . . . . . : 172.31.1.1

Ethernet adapter Ethernet 2:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :

Tunnel adapter isatap.{C08A9A9B-4847-4F78-A940-441E651792D2}:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :

Y aquí están mis reglas de Firewall de Windows. https://pastebin.com/GWv3kKER

Respuesta1

Respondiendo a mi propia pregunta. El problema al final fue por uno de estos programas:

ZPN TAP windows Sandboxie Hola VPN

Después de desinstalarlos puedo conectarme nuevamente :)

información relacionada