April 18, 2024, 11:16:42 PM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: In text environment,how can use adsl to connect internet????  (Read 3768 times)

Offline yzq

  • Linux Noob !
  • *
  • Posts: 14
In text environment,how can use adsl to connect internet????
« 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:

Offline gauravbajaj

  • LST CareTaker
  • Experienced
  • *****
  • Posts: 658
In text environment,how can use adsl to connect internet????
« Reply #1 on: April 18, 2005, 02:12:03 AM »
Ya
It can do it ....., U have to make shell script for this..

Gaurav

Offline densys

  • New Member
  • Posts: 1
In text environment,how can use adsl to connect internet????
« Reply #2 on: April 18, 2005, 03:34:00 AM »
hi sr can you give some instruction to configure it,thank you..

Offline gauravbajaj

  • LST CareTaker
  • Experienced
  • *****
  • Posts: 658
In text environment,how can use adsl to connect internet????
« Reply #3 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