It looks like my "traceroute" problem is related to routing issues.
I am using the 10.0.0.x/255.255.255.0 scheme. Here are the static
routes defined in my /etc/route.conf.

I can ping the hosts on the Internet but cannot traceroute to them.
ICMP packets are getting hosed somewhere.

Any help or info is appreciated.

Thank you in advance.

Subba Rao

_____________________________________________________________________________

/etc/route.conf
===============

# 193.141.17.0            0.0.0.0         255.255.255.0       isdn0
# default                 193.141.17.193
127.0.0.0               0.0.0.0                 255.255.255.0           lo
10.0.0.0                0.0.0.0                 255.255.255.0           eth0


OUTPUT of ifconfig
==================

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Bcast:127.255.255.255  Mask:255.0.0.0
          UP BROADCAST LOOPBACK RUNNING  MTU:3584  Metric:1
          RX packets:207 errors:0 dropped:0 overruns:0
          TX packets:207 errors:0 dropped:0 overruns:0

eth0      Link encap:10Mbps Ethernet  HWaddr 00:10:4B:D1:30:8C
          inet addr:10.0.0.4  Bcast:10.0.0.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:886 errors:0 dropped:0 overruns:0
          TX packets:562 errors:0 dropped:0 overruns:0
          Interrupt:10 Base address:0xfc40 

ppp0      Link encap:Point-Point Protocol  
          inet addr:32.226.6.85  P-t-P:32.96.114.98  Mask:255.0.0.0
          UP POINTOPOINT RUNNING  MTU:1500  Metric:1
          RX packets:1305 errors:0 dropped:0 overruns:0
          TX packets:1425 errors:0 dropped:0 overruns:0

OUTPUT of route -n
==================

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
32.96.114.98    0.0.0.0         255.255.255.255 UH    0      0        1 ppp0
127.0.0.0       0.0.0.0         255.255.255.0   U     0      0        0 lo
10.0.0.0        0.0.0.0         255.255.255.0   U     0      0        5 eth0
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        2 lo
0.0.0.0         32.96.114.98    0.0.0.0         UG    0      0       35 ppp0

_____________________________________________________________________________

-- 
Subba Rao
[EMAIL PROTECTED]
==================================================================
Disclaimer - I question and speak for myself.

Reply via email to