Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Network Troublshooting => General Networking Support in Linux => Topic started by: yzq on April 17, 2005, 03:17:40 PM

Title: In text environment,how can use adsl to connect internet????
Post by: yzq on April 17, 2005, 03:17:40 PM
now i work in text environment without using KDE etc!!
but i want to connect internet!!!
i use adsl to connect!
but ,i am not able to configure it!
i heard that /usr/sbin/pppoe can do it!
however, i dont know details!!!

help me!!!

 :oops:  :oops:  :oops:  :oops:
Title: In text environment,how can use adsl to connect internet????
Post by: gauravbajaj on April 18, 2005, 02:12:03 AM
Ya
It can do it ....., U have to make shell script for this..

Gaurav
Title: In text environment,how can use adsl to connect internet????
Post by: densys on April 18, 2005, 03:34:00 AM
hi sr can you give some instruction to configure it,thank you..
Title: In text environment,how can use adsl to connect internet????
Post by: gauravbajaj on April 18, 2005, 05:09:22 AM
As i don't remember much  but use this script:

create file named connect.sh & make these entries in this file"



echo "user internet password internet" > $HOME/.ppprc
pppd /dev/ttyS0 115200 debug usepeerdns defaultroute noauth connect '/usr/sbin/chat -v "" at+crm=1 OK "atdt#777" CONNECT' mtu 264


The above configration is for TATA phones u can change it acc to ur needs i.e

Change here :
user internet to
use username....(where username is your internet user)
password internet to
password "your password"

etc

Change further entries ,  acc to your needs


save it

& after that run this file script using
#sh connect.sh
After that ur internet will work
Enjoy
Gaurav