Page 2 of 2 FirstFirst 12
Results 26 to 40 of 40

Thread: telnet please help auto login

  1. #26
    Junior Member
    Join Date
    Feb 2008
    Liked
    0 times
    Posts
    24

    Default Thankyou

    The following script is working

    192.168.1.1 23
    WAIT "Login:"
    SEND "admin\m"
    WAIT "Password:"
    SEND "\madmin\m"
    WAIT "Login:"
    SEND "admin\m"
    WAIT "Password:"
    SEND "admin\m"
    WAIT
    SEND "reboot\m"
    WAIT
    SEND "exit\m"


    Thankyou all for helping me


    the modem reboots (see attachmet)
    what to do next

    ill set the script to work at 2:10 am
    and schedule u torrent at 2:11 am

    and shutdown the system at 7:50 using PC AUTO SHUTDOWN

    what to do with the "script screen" ? shall it be as it is till the sysem shutsdown? [or should i press "Abort"]

    also to schedule utorrent - options
    - preferences
    -scheduler ?
    Attached Images Attached Images

  2. #27
    Silver Member
    Join Date
    Jan 2008
    Age
    28
    Liked
    0 times
    Posts
    423

    Default

    Quote Originally Posted by akshaymys View Post
    The following script is working

    192.168.1.1 23
    WAIT "Login:"
    SEND "admin\m"
    WAIT "Password:"
    SEND "\madmin\m"
    WAIT "Login:"
    SEND "admin\m"
    WAIT "Password:"
    SEND "admin\m"
    WAIT
    SEND "reboot\m"
    WAIT
    SEND "exit\m"


    Thankyou all for helping me


    the modem reboots (see attachmet)
    what to do next

    ill set the script to work at 2:10 am
    and schedule u torrent at 2:11 am

    and shutdown the system at 7:50 using PC AUTO SHUTDOWN

    what to do with the "script screen" ? shall it be as it is till the sysem shutsdown? [or should i press "Abort"]

    also to schedule utorrent - options
    - preferences
    -scheduler ?
    > be careful on the below points.
    1. u should restart once again before u shut down the pc... i.e before 7:50
    2. no need to press abort.. leave as it is.. its dead...
    3. DONT schedule torrent by its scheduler... have a schedule task for it... thats the better way... disable the torrent schedulr...

    p:s -- only thanks... no treat???

  3. #28
    Junior Member
    Join Date
    Feb 2008
    Liked
    0 times
    Posts
    24

    Default

    how to reboot the modem once again (at 7:50 am) ? should we use same script?


  4. #29
    Platinum Member whitestar_999's Avatar
    Join Date
    Jan 2008
    Liked
    0 times
    Posts
    2,274

    Default

    yes!same script will do.just add another task in scheduler with same settings at 7:50AM.

  5. #30
    Junior Member
    Join Date
    Feb 2008
    Age
    26
    Liked
    0 times
    Posts
    1

    Question

    hey thx for the help all of u....my modem is successfully rebooting but in the end i get a wierd message like "WARNING : ppp Interface down"
    any1 got any idea y it responds this way?

  6. #31
    Silver Member
    Join Date
    Jan 2008
    Age
    28
    Liked
    0 times
    Posts
    423

    Default

    if ur modem is rebooting and u can surf after executing the script. then u no need to worry about this.. its dead...

  7. #32
    Junior Member
    Join Date
    Jul 2008
    Age
    26
    Liked
    0 times
    Posts
    12

    Default help me

    i m having siemens sl2_141 type IV modem and i m using this script:


    192.168.1.1 23
    WAIT "Login:"
    SEND "admin\m"
    WAIT "Password:"
    SEND "\madmin\m"
    WAIT "Login:"
    SEND "admin\m"
    WAIT "Password:"
    SEND "admin\m"
    WAIT
    SEND "reboot\m"
    WAIT
    SEND "exit\m"
    Attached Images Attached Images

  8. #33
    Platinum Member whitestar_999's Avatar
    Join Date
    Jan 2008
    Liked
    0 times
    Posts
    2,274

    Default

    try restart instead of reboot.

  9. #34
    Junior Member
    Join Date
    Aug 2008
    Age
    25
    Liked
    0 times
    Posts
    13

    Default reboot is an invalid command

    i tried the telnet application manually.. this is wat i got


    *********************
    Welcome to DSL MODEM
    *********************
    DSL MODEM Corporation, Software Release V55.1.04.01

    Login: admin
    Password: *****

    Login successful

    --> reboot

    Unrecognized command (use '?' to see valid completions)

    --> restart

    Unrecognized command (use '?' to see valid completions)

    -->

    since it doesnt work in this i believe makin a script is useless....
    i use nokia siemens C2110 modem

  10. #35
    Platinum Member whitestar_999's Avatar
    Join Date
    Jan 2008
    Liked
    0 times
    Posts
    2,274

    Default

    correct command is "restart system".you can know this by following the instruction(use '?' to see valid completions).

  11. #36
    Junior Member
    Join Date
    Aug 2008
    Age
    25
    Liked
    0 times
    Posts
    13

    Default

    Quote Originally Posted by aruncse30 View Post
    Here we go..
    create one txt file with the following content in c:\restart.. say restart.txt

    192.168.1.1 23
    WAIT "Login:"
    SEND "admin\m"
    WAIT "Password:"
    SEND "\madmin\m"
    WAIT "Login:"
    SEND "admin\m"
    WAIT "Password:"
    SEND "admin\m"
    WAIT
    SEND "reboot\m"
    WAIT
    wel this script works only if "reboot" is a valid command.. but unfortunately my modem support that command. thats the problem i am facing

  12. #37
    Guardian Angel just4kix's Avatar
    Join Date
    Dec 2007
    Liked
    10 times
    Posts
    10,904

    Default

    As per whitestar's suggestion change the 2nd last line to:
    SEND "restart system\m"
    . Give it a try. Please report so that we either have a solution or else can all brainstorm together.

  13. #38
    Junior Member
    Join Date
    Aug 2008
    Age
    25
    Liked
    0 times
    Posts
    13

    Default

    nopes.... nt wrkin
    tried reboot, restart, restart system.. all 3.
    hav a "resetButton" command.. bt thats fir the reset button(as in same function)

  14. #39
    Platinum Member whitestar_999's Avatar
    Join Date
    Jan 2008
    Liked
    0 times
    Posts
    2,274

    Default

    use this script.tested & working fine on nokia siemens c2110.sorry about the mixup.command is not "restart system"but"system restart".haven't used the script for months so i forgot.
    192.168.1.1 23
    WAIT "Login"
    SEND "admin\m"
    WAIT "Password"
    SEND "admin\m"
    WAIT ">"
    SEND "system restart\m"

  15. #40
    Junior Member
    Join Date
    Aug 2008
    Age
    25
    Liked
    0 times
    Posts
    13

    Default thnx man

    thnx man.. wrks fine.. thnx a lot....

Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)