main: get $mtu 1500 default port /dev/modem speed 115200 echo on reset send ATZ\r wait OK 4 if $errlvl != 0 goto modem_trouble dial 2689000 # dial 2689900 if $errlvl != 1 goto modem_trouble login: wait name: 30 if $errlvl != 0 goto login_error send florin\n wait word: 30 if $errlvl != 0 goto password_error password wait server> 30 if $errlvl != 0 goto slip_trouble send slip\n get $remote 128.2.1.2 if $errlvl != 0 goto error wait Your 30 wait is 10 get $local remote if $errlvl != 0 goto error wait MTU 10 wait is 10 get $mtu remote done: print CONNECTED $locip -> $rmtip mode SLIP goto exit prompt_error: print TIME-OUT waiting for SLIPlogin to fire up.... goto error login_trouble: print Trouble waiting for the Login: prompt... goto error slip_trouble: print Trouble waiting for the Slip: prompt... goto error password_error: print Trouble waiting for the Password: prompt... goto error modem_trouble: print Trouble occurred with the modem... error: print CONNECT FAILED to $remote exit: