(no subject)

Aug 07, 2005 01:44

I had the problem of connecting to the internet from LINUX as I use a Tata Indicom phone.
Came across the below script which works for me... Should work for others like Reliance too

Connect

#!/bin/bash

echo "user internet password internet" > $HOME/.ppprc

pppd /dev/ttyso 115200 debug usepeerdns defaultroute noauth connect '/usr/sbin/chat -v "" at+crm=1 OK "atdt#777" CONNECT' mtu 264

Disconnect
#!/bin/bash
killall -9 pppd

general, linux, internet

Previous post Next post
Up