Connecting To ISP (Jaring and TMnet)

Linux used  the command pppd to connect to the internet.

You have to create a new file call  gojaring  ( or you can call it any file name you like )

now , key in this command inside it :

For Jaring

pppd connect 'chat "" atdt1511 name: oranggila word: 5375'  \ /dev/ttyS1 115200 lock defaultroute  bsdcomp 0 modem novj novjccomp lcp-restart 3 crtscts

For TMNET

pppd connect 'chat "" atdt1515 ogin: oranggila word: 5375'  \ /dev/ttyS1 115200 lock defaultroute  bsdcomp 0 modem novj novjccomp lcp-restart 3 crtscts
 

These commands assume that your Userid is oranggila and your password is 5375. 1511 and 1515 is the phone number you dial for jaring and tmnet. /dev/ttyS1 stand for com 2. Change 115200 to 38400 if your com port (/dev/ttyS1) is not a 16550A (Most Pentium Motherboard and above r using 16550A nowadays). You can check it by reading the message during the kernel boot up.

Finally, u must make your gojaring file executeable, you can simply do this by using this command :

chmod +x  gojaring

Just type gojaring and press enter the next time you want to connect to the net

If you want to terminate the connection, run ps and then kill to terminate pppd.