So here's the issue. I have two different computers behind the same network. Both have the same gateway, IP address prefixes, etc.
Computer 1: Windows XP IP 192.168.0.15
This computer can ping and tracert out of the network to another computer I'm trying to reach
Computer 2: Linux (debian) IP 192.168.0.54
This computer can ping that out-of-network computer, but cannot traceroute to it.
This makes me believe that it is nothing to do with firewalls, but with the OS configuration.
The output of the route command:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.0.0 * 255.255.255.0 U 0 0 0 eth0
169.254.0.0 * 255.255.0.0 U 0 0 0 eth0
default 192.168.0.1 0.0.0.0 UG 0 0 0 eth0
Any ideas as to what the issue might be?