Ok I'm a newbie, so please explain your answer...
Problem-
My college has a dial-up ISP. For windows it requires that I use the dial-up networking setup, and that I specify a script that I can download from the website. DPO_PPP.scp. They do not support Linux dial-up at all. I can successfully dial-up using a terminal procedure and manually enter the username/login and password, but can't use an internet browser when I do that. Is there a way to make this work so I can browse the net??
The contents of the script are printed below (as can be viewed in notepad):
proc main
waitfor "sername:"
transmit $USERID
transmit "^M"
waitfor "assword:"
transmit $PASSWORD
transmit "^M"
waitfor ">"
transmit "ppp"
transmit "^M"
endproc
edit:
I am running Mandrake 8.1. With a USR Pro Performance Hardware modem
Problem-
My college has a dial-up ISP. For windows it requires that I use the dial-up networking setup, and that I specify a script that I can download from the website. DPO_PPP.scp. They do not support Linux dial-up at all. I can successfully dial-up using a terminal procedure and manually enter the username/login and password, but can't use an internet browser when I do that. Is there a way to make this work so I can browse the net??
The contents of the script are printed below (as can be viewed in notepad):
proc main
waitfor "sername:"
transmit $USERID
transmit "^M"
waitfor "assword:"
transmit $PASSWORD
transmit "^M"
waitfor ">"
transmit "ppp"
transmit "^M"
endproc
edit:
I am running Mandrake 8.1. With a USR Pro Performance Hardware modem