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
-
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:
-
Ya
It can do it ....., U have to make shell script for this..
Gaurav
-
hi sr can you give some instruction to configure it,thank you..
-
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