How to connect to the Internet from Solaris 8 on Intel

2007-12-24 20:44:00

To all Gurus,

How to connect to the internet form a Solaris 8 on Intel especially to the
Indian ISP VSNL. the script which they give to connect to the internet from
a windows machine is as below. Kindly help me..

; This script file is used to automate the user's login
; to VSNL
; A script file must have a 'main' procedure.
; All script execution starts with this 'main'
; procedure.

proc main
waitfor "sername:"
delay 1

transmit $USERID, raw
transmit "^M"

waitfor "assword:"
delay 1

transmit $PASSWORD, raw
transmit "^M"

waitfor ""
delay 1

transmit "ppp^M"

endproc

Thanx & Regards
Vishal Mukherjee

Thanx & Regards

Administrator
IRSSL - Vashi

Comments

Got something to say?

You must be logged in to post a comment.