Hi all,
First, let me thank you for all the answers I already found here
But I'm really stuck right now.
I'm trying to connect to internet with my freshly installed Debian (still at 2.2 kernel).
My ethernet cable modem is on eth0 and is supposed to be forwarding dhcp requests to my isp (Noos). It works fine under WinXP on my other box.
What I did first, after getting the right module for my nic, is :
something like
# /etc/network/interfaces
iface eth0 inet dhcp
# ifdown eth0
# ifup eth0
I get something like "every thing is fine", but then I get my prompt back 50 seconds later and get the ip 192.168.0.247. I don't think my isp's dhcp would have given me a private ip. Well of course I can't ping anything (100% packet loss).
I can ping and telnet my PCs on my lan (well, my direct RJ45 connection between my XP and my Debian), so the cards are not an issue.
The second thing I tried is to change the eth0 configuration to static by copying the parameters I got from the DHCP with my WinXP, but it doesn't seem to work any better.
I also tried to configure my XP to be a gateway for my Debian, with no success.
Basically, nothing seems to go out of my local network whatever I do.
Does anyone have a clue or tip ?