
That's my guess as well.rmalolepszy wrote:You don't by chance have ipchains or iptables set up do you?
Code: Select all
iptables -L -v
ipchains -L -vCode: Select all
ping -I eth0 www.gentoo.orgEDIT: Running 2.6.5 gentoo-dev-sources# iptables -L -v
FATAL: Module ip_tables not found.
iptables v1.2.9: can't initialize iptables table `filter': iptables who? (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
# ipchains -L -v
ipchains: Incompatible with this kernel
Yes tested it still nothing,, and I tried "-t 128" and still nothingcertux wrote:Hi,
did you try to explicitly specify the network interface when pinging? Like?Code: Select all
ping -I eth0 www.gentoo.org
And by the way, have you tried to increase the ttl value for your ICMP-packets?
You can achive this by using ping's -t option together with a number (64 or more, I'd suggest).
Greets
certux

Code: Select all
/etc/init.d/iptables stopI never start that, its not in default either.. so its not on...rmalolepszy wrote:Try shutting down iptables first. You can also check your logs, dmesg and /var/log/messages etc.Code: Select all
/etc/init.d/iptables stop

Code: Select all
emerge tracerouteCode: Select all
traceroute google.comAnd it continues to 30....izabelle zacay # traceroute google.com
traceroute: Warning: google.com has multiple addresses; using 216.239.57.99
traceroute to 216.239.57.99 (216.239.57.99), 30 hops max, 40 byte packets
1 192.168.1.1 (192.168.1.1) 1.575 ms 2.017 ms 1.475 ms
2 * * *
3 * * *
4 * * *
5 * * *
6 * * *
7 * * *
8 * * *
9 * * *
10 * * *
That's normal, traceroute is working fineZacay wrote:And it continues to 30....izabelle zacay # traceroute google.com
traceroute: Warning: google.com has multiple addresses; using 216.239.57.99
traceroute to 216.239.57.99 (216.239.57.99), 30 hops max, 40 byte packets
1 192.168.1.1 (192.168.1.1) 1.575 ms 2.017 ms 1.475 ms
2 * * *
3 * * *
4 * * *
5 * * *
6 * * *
7 * * *
8 * * *
9 * * *
10 * * *
So I guess neither traceroute is working..

Code: Select all
ping 127.0.0.1I did and I gate same result.. Nothing..Just pull the router out of the picture.
Plug your linux box directly into your cable modem. do a ping www.google.com and it should return replies.
If it does then you have a config problem on your router.
(Is the ip in windows the same as Linux?)
No I never use firewalls.. I find them annoying, I use them only with windows cause there I really need it to surviveIf it doenst then you have a problem with your linux box. You didnt emerge any firewall for it did you?
And pinging my self works, no problemo...rmalolepszy wrote:traceroute should be able to get outside of your gateway/NAT device. That may be part of the issue, if not all of the issue, go with c0r3 and remove your router for testing.
Can you ping your own IP.?Code: Select all
ping 127.0.0.1