Eu tenho acesso à Internet sem o IP do gateway padrão. Estranho para mim

0

Toda vez que eu quero me conectar a uma nova máquina, posso conectar (ligar) à internet no dia seguinte. Uma vez conectado, posso desconectar por horas e obter a internet novamente. O roteador está configurado para 'DHCP', assim como a máquina que eu conectei ontem.

minhas configurações no computador de corrida (conectado via switch Netgear), onde Default Gateway IP está disponível:

Windows IP Configuration

   Host Name . . . . . . . . . . . . : xxxxxxxxxxxxxx
   Primary Dns Suffix  . . . . . . . :
   Node Type . . . . . . . . . . . . : Unknown
   IP Routing Enabled. . . . . . . . : No
   WINS Proxy Enabled. . . . . . . . : No
   DNS Suffix Search List. . . . . . : netgear.com

Ethernet adapter Local Area Connection 2:

   Media State . . . . . . . . . . . : Media disconnected
   Description . . . . . . . . . . . : TAP-Win32 Adapter V9
   Physical Address. . . . . . . . . : xxxxxxxxxxxxxxxxxxxxx

Ethernet adapter Local Area Connection:

   Connection-specific DNS Suffix  . : netgear.com
   Description . . . . . . . . . . . : Broadcom NetXtreme 57xx Gigabit Controller

   Physical Address. . . . . . . . . : xxxxxxxxxxxxxx
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes
   IP Address. . . . . . . . . . . . : 192.168.1.xx
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : 192.168.1.1
   DHCP Server . . . . . . . . . . . : 192.168.1.1
   DNS Servers . . . . . . . . . . . : 216.146.35.35
                                       216.146.36.36
                                       192.168.1.1
   Lease Obtained. . . . . . . . . . : den 5 december 2012 12:25:18
   Lease Expires . . . . . . . . . . : den 5 december 2012 13:25:18 

hoje eu tenho a conexão com a internet deixando a máquina aberta por toda a noite. ipconfig /all me mostra isso (sem gateway padrão)

 Host Name . . . . . . . . . . . . : xxxxxxx
   Primary Dns Suffix  . . . . . . . :
   Node Type . . . . . . . . . . . . : Unknown
   IP Routing Enabled. . . . . . . . : Yes
   WINS Proxy Enabled. . . . . . . . : Yes
   DNS Suffix Search List. . . . . . : netgear.com

Ethernet adapter Local Area Connection 2:

   Media State . . . . . . . . . . . : Media disconnected
   Description . . . . . . . . . . . : TAP-Win32 Adapter V9
   Physical Address. . . . . . . . . : 00-FF-F8-57-C4-6E

Ethernet adapter Local Area Connection:

   Connection-specific DNS Suffix  . : netgear.com
   Description . . . . . . . . . . . : Attansic L1 Gigabit Ethernet 10/100/1000B
ase-T Controller
   Physical Address. . . . . . . . . : xxxxxxxxxxxxxxxxxxx
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes
   IP Address. . . . . . . . . . . . : xx.yy.23.65
   Subnet Mask . . . . . . . . . . . : 255.255.240.0
   Default Gateway . . . . . . . . . :
   DHCP Server . . . . . . . . . . . : xx.yy.16.1
   DNS Servers . . . . . . . . . . . : 216.146.35.35
                                       192.168.1.1
                                       192.168.0.1
   Lease Obtained. . . . . . . . . . : Thursday, December 06, 2012 11:54:54 AM
   Lease Expires . . . . . . . . . . : Thursday, December 06, 2012 12:54:54 PM

Há algo que eu esteja sentindo falta? Alguma informação como isso acontece e por quê? Há outro pergunta eu perguntei ontem. Não sendo capaz de entender muito bem, mudei a perspectiva & detalhes na questão.

route print me dá isso:

===========================================================================
===========================================================================
Active Routes:
Network Destination        Netmask          Gateway       Interface  Metric
          0.0.0.0          0.0.0.0      192.168.1.1     85.228.23.69     20
      85.228.16.0    255.255.240.0     85.228.23.69     85.228.23.69     20
     85.228.23.69  255.255.255.255        127.0.0.1        127.0.0.1     20
   85.255.255.255  255.255.255.255     85.228.23.69     85.228.23.69     20
        127.0.0.0        255.0.0.0        127.0.0.1        127.0.0.1      1
        224.0.0.0        240.0.0.0     85.228.23.69     85.228.23.69     20
  255.255.255.255  255.255.255.255     85.228.23.69     85.228.23.69      1
  255.255.255.255  255.255.255.255     85.228.23.69                2      1
Default Gateway:       192.168.1.1
===========================================================================
Persistent Routes:
  None
    
por tough 06.12.2012 / 14:28

1 resposta

0

Pelo que vejo

DNS Servers . . . . . . . . . . . :    216.146.35.35
                                       192.168.1.1
                                       192.168.0.1

192.168.0.1 apareceu. Talvez seja realmente um problema de interferência. Como @gertvdijk mencionado.

EDIT: Provavelmente há um erro de configuração em um dos dois dispositivos

    
por 06.12.2012 / 14:51