URL para reiniciar um modem a cabo WebSTAR DPC2100R2 com curvatura?

4

Alguém sabe qual é a URL mágica para reiniciar um WebSTAR DPC2100R2 com o curl? Eu costumava ter um SurfBoard e o comando curl:

curl http://192.168.100.1/reset.htm?reset_modem=Restart%20Cable%20Modem

Redefiniria o modem. Claro, eu posso ligar e desligar manualmente, mas é no porão e eu sou preguiçoso: -).

Eu descobri o URL para elevar a permissão de acesso , mas nada sobre reinicialização / reinicialização ainda.

    
por jtimberman 17.10.2009 / 18:43

3 respostas

1

Tente isto:

curl http://192.168.100.1/goform/gscan -d SADownStartingFrequency=687000000

A resposta deve ser assim:

<html lang="en"><meta http-equiv="Refresh" content="20; URL=/system.asp"><body BGCOLOR="#CCCCCC" TEXT=black><HR><h1>The device has been reset...<a href="/system.asp">RELOAD</a></h1></body></html>
    
por 21.07.2011 / 10:31
1

Eu encontrei um artigo ( Reinicie o Modem de Internet a Cabo WebSTAR DPC2100R2 ) que me mostrou como usar o comando no Windows XP:

  1. First you will need to download cURL for Windows

  2. Now extract the curl archive you downloaded to your D: drive, you can use any drive but just make sure you continue to use the same drive in the next steps.

  3. Open a Command Prompt (Start > Run > type "cmd" without quotes and press enter)

  4. Navigate to the drive where you extracted the cURL program; if it's on the D: drive type D: and press enter. Now type:

    cd curl-7.21.2-devel-mingw32\bin
    

    Your Command Prompt should now be showing this path:

    D:\curl-7.21.2-devel-mingw32\bin>
    
  5. Copy and paste the following command into the Command Prompt window - when you press enter your modem will reset:

    curl http://192.168.100.1/goform/gscan -d SADownStartingFrequency=687000000
    
    
por 15.10.2010 / 02:23
0

192.168.100.1/gscan.asp funciona para mim (de link ).

Eu suspeito que este é um quadro de toda uma interface de administração oculta, e não consigo encontrar o resto!

    
por 30.01.2010 / 18:26