Steps for Connecting TATA INDICOM internet (Plug 2 surf Whiz) in Linux pc

STEP 1:
now open the file
#vim /etc/wvdial.conf

STEP 2:
erase all the content of this file and paste following lines

#[Dialer Defaults]
#Phone = #777
#Username = internet
#Password = internet
#New PPPD = yes
[Dialer Defaults]
Modem = /dev/ttyACM0
Baud = 115200
Setvolume = 0
#Dial Command = ATDT
Init1 = ATZ
#Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Modem Type = Analog Modem
FlowControl = Hardware (CRTSCTS)

[Dialer Defaults]
#ISDN = 0
Modem Type = Analog Modem
Username = internet
Password = internet
Phone = #777
Stupid Mode = 1
#Init1 = ATZ

#Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
#Inherits = Modem0

:wq! save and exit

STEP 3:
#vim /etc/resolv.conf

nameserver 203.197.12.30
nameserver 202.54.1.18

:wq! save and exit

STEP 4:

Now open another terminal and run this command

rajesh@rajesh:~$ wvdial
--> WvDial: Internet dialer version 1.60
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Modem initialized.
--> Sending: ATDT#777
--> Waiting for carrier.
ATDT#777
CONNECT
--> Carrier detected. Starting PPP immediately.
--> Starting pppd at Wed Jul 15 20:50:46 2009
--> Warning: Could not modify /etc/ppp/pap-secrets: Permission denied
--> --> PAP (Password Authentication Protocol) may be flaky.
--> Warning: Could not modify /etc/ppp/chap-secrets: Permission denied
--> --> CHAP (Challenge Handshake) may be flaky.
--> Pid of pppd: 6014
--> Using interface ppp0
--> pppd: [06][08]
--> pppd: [06][08]
--> pppd: [06][08]
--> pppd: [06][08]
--> pppd: [06][08]
--> pppd: [06][08]
--> local IP address 121.#.#.#
--> pppd: [06][08]
--> remote IP address 172.#.#.#
--> pppd: [06][08]
--> primary DNS address 203.197.12.30
--> pppd: [06][08]
--> secondary DNS address 202.54.1.18
--> pppd: [06][08]


STEP 5:

You are connected to internet

Comments

Popular posts from this blog

Installation of Linux version of XAMPP

How can I prevent users from connecting to a USB storage device? in Windows OS

Basic Linux Commands