bmrf / tron

Tron

Home Page:https://old.reddit.com/r/TronScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Network connection

borekon opened this issue · comments

I tested the script in a couple of machines (Spanish languaje) and tron says that it thinks the system has no network connection, but there is a network connection.
Don't know if it's a bug, but a switch to force NETWORK_AVAILABLE=yes would be great.
Thanks for a good work.

Hi @borekon , I've actually had a couple other people report this. I looked at the code (Tron basically looks to see if the system has a subnet mask set), and it "should" be working as intended. Can you do an ipconfig /all on the Spanish language system and post the output here?

There you go:

Configuración IP de Windows

   Nombre de host. . . . . . . . . : 10C37B945DB6
   Sufijo DNS principal  . . . . . :
   Tipo de nodo. . . . . . . . . . : híbrido
   Enrutamiento IP habilitado. . . : no
   Proxy WINS habilitado . . . . . : no
   Lista de búsqueda de sufijos DNS: um.es

Adaptador de Ethernet VirtualBox Host-Only Network:

   Sufijo DNS específico para la conexión. . :
   Descripción . . . . . . . . . . . . . . . : VirtualBox Host-Only Ethernet Adapter
   Dirección física. . . . . . . . . . . . . : 0A-00-27-00-00-03
   DHCP habilitado . . . . . . . . . . . . . : no
   Configuración automática habilitada . . . : sí
   Vínculo: dirección IPv6 local. . . : fe80::164:ac55:998b:3f52%3(Preferido)
   Dirección IPv4. . . . . . . . . . . . . . : 192.168.56.1(Preferido)
   Máscara de subred . . . . . . . . . . . . : 255.255.255.0
   Puerta de enlace predeterminada . . . . . :
   IAID DHCPv6 . . . . . . . . . . . . . . . : 554303527
   DUID de cliente DHCPv6. . . . . . . . . . : 00-01-00-01-24-C7-04-AB-10-C3-7B-94-5D-B6
   Servidores DNS. . . . . . . . . . . . . . : fec0:0:0:ffff::1%1
                                       fec0:0:0:ffff::2%1
                                       fec0:0:0:ffff::3%1
   NetBIOS sobre TCP/IP. . . . . . . . . . . : habilitado

Adaptador de Ethernet Ethernet 2:

   Estado de los medios. . . . . . . . . . . : medios desconectados
   Sufijo DNS específico para la conexión. . :
   Descripción . . . . . . . . . . . . . . . : TAP-Windows Adapter V9
   Dirección física. . . . . . . . . . . . . : 00-FF-61-BB-AA-9D
   DHCP habilitado . . . . . . . . . . . . . : sí
   Configuración automática habilitada . . . : sí

Adaptador de Ethernet Ethernet:

   Sufijo DNS específico para la conexión. . : inf.um.es
   Descripción . . . . . . . . . . . . . . . : Realtek PCIe GBE Family Controller
   Dirección física. . . . . . . . . . . . . : 10-C3-7B-94-5D-B6
   DHCP habilitado . . . . . . . . . . . . . : sí
   Configuración automática habilitada . . . : sí
   Dirección IPv4. . . . . . . . . . . . . . : 155.54.177.180(Preferido)
   Máscara de subred . . . . . . . . . . . . : 255.255.254.0
   Concesión obtenida. . . . . . . . . . . . : martes, 14 de enero de 2020 8:25:17
   La concesión expira . . . . . . . . . . . : martes, 14 de enero de 2020 16:36:34
   Puerta de enlace predeterminada . . . . . : 155.54.177.254
   Servidor DHCP . . . . . . . . . . . . . . : 155.54.1.32
   Servidores DNS. . . . . . . . . . . . . . : 45.138.96.213
                                       5.253.86.189
   NetBIOS sobre TCP/IP. . . . . . . . . . . : habilitado

Thank-you. Can you test the latest version (v10.9.2) and tell me if it still happens?

Yes, now it works like a chram. Thanks!

Awesome! Glad to hear it. Thanks for reporting the issue.