[Ilugc] Tata Indicom USB Modem on Debian Etch

  • From: knura@xxxxxxxxx (Arun Khan)
  • Date: Fri Mar 14 17:42:30 2008

On Friday 14 Mar 2008, M.Ganesh wrote:


The modem is indeed 'plug to surf whiz model'.

From the route output posted, it appears you are connecting to the 'Net.

The $route -n output and ping output are given below. The $cat
/etc/resolv.conf  output is already pasted in dpaste
(http://dpaste.com/hold/39252/ ;).

You had suggested to change the gateway manually. Can you please tell
me how to do it.

see "man route" and read the section for default route.  The IP# on your 
ppp0 iface should be the gw.

#route -n
output---------------------------------------------------------------
------------ Kernel IP routing table
Destination         Gateway         Genmask           Flags Metric
Ref Use Iface
172.23.129.14   0.0.0.0            255.255.255.255 UH    0      0
0 ppp0

Strange, your ISP is assigning a private IP number on your ppp0 
interface.  Who is your ISP?  Nonetheless as long as your traffic is 
outbound only, it should work once you change your routing table (see 
above).

192.168.0.0       0.0.0.0            255.255.255.0     U       0
0        0 eth0
0.0.0.0              192.168.0.1     0.0.0.0                 UG
0      0        0 eth0
#--------------------------------------------------------------------
--------------------------- #ping 203.197.12.30 (primary dns
address)----------------------------------------
PING 203.197.12.30 (203.197.12.30) 56(84) bytes of data.
 From 192.168.0.71 icmp_seq=1 Destination Host Unreachable

Your default route is hosed up (see above).  It should be ppp0 and not 
eth0.

HTH,
-- Arun Khan

Other related posts: