Linux dialup instructions with Kppp


 
 
Launch kppp either from console or from a menu. Click on Setup.
Click on New.
Give the account a name (preferable biochem), then enter the phone number from the list above.  Next step is to select Script based for Authentication.
Leave the check box marked next to Dynamic IP Address.
Leave everything blank under the DNS tab.
Check the boxes next to Default Gateway and Assign the Default Route to this Gateway.
Now you need to make a login script. Make one as follows:

send ^M
expect ogin:
send "your login name"
send ^M
expect ssword:
send "your password"
send ^M
expect :~$
send pppd
send ^M
expect Ready

Accounting should be left blank. All that is left to do is click Ok (which brings you back to the main window), select biochem from the drop down list and click Connect.