Hi:
I’m having trouble to make my internet conection work because I can’t
translate my windows conection script to a qnxrtp conection script. Can
anybody please help me, I use the following script in windows:
proc main
waitfor “Terminal type? [vt100]”
transmit “tty^M”
waitfor “>”
transmit “fafodoc^M”
waitfor “ogin:”
transmit $USERID + “^M”
waitfor “assword:”
transmit $PASSWORD + “^M^M^M”
waitfor “$”
transmit “slirp ^M”
set ipaddr “10.0.2.15”
endproc
By now I’m using SLIP with windows, but I think there is no problem in using
PPP because (if I remember well) using “slirp -P” I can use PPP. Any help…
Leonardo
mcabral@fafodoc.unl.edu.ar