[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

SLIP PPP



Hi !

Well, currently I'm trying to connect to the Inet using DIP, and scripts
but...
Here is my script which doesn't work well:

main:
get $local dookie.hr
get $remote 161.53.114.3
port modem
speed
19200
loop:
echo on
#init ATn1L3X3S11=70
init ATX3
dial 111222
wait 00
40
if $errlvl != 0 goto loop
wait name: 
send somebody\n
#if $errlvl != 0
goto error
#wait word: 
#send pass\n
#if errlvl != 0 goto error
#send slip
default\n
wait is 15
if $errlvl != 0 goto error
get $locip remote
get $mtu
1006
default
print SLIP CONNECT to JMU
mode CSLIP
goto exit
error:
print
SLIP to $remote failed.
exit:

I would like also to connect with PPP, using script, instead of SLIP and to
configure tone dilaling
As you can see, my provider asks me for username and password.


Reply to: