1830250 Members
2725 Online
110000 Solutions
New Discussion

Re: ping-out

 

ping-out

Why is that i always have problems in ping-out? I tried configuring the network card in kudzu,and also tried manually configuring it after the compilation of the kernel... at start,it can ping-out and reach other domains, but after the compilation,it displays the message Destination is unreacheable...
4 REPLIES 4
U.SivaKumar_2
Honored Contributor

Re: ping-out

hi,
Have you tried reconfiguring your network card?.
you cannot ping to any machine in the local network ?.
Can you ping to your mentioned same network card ip address from the same linux server ?.
Have you checked the cables which connect the
linux server to Hub or switch ?.

regards,
U.SivaKumar
Innovations are made when conventions are broken
Ron Kinner
Honored Contributor

Re: ping-out

What does netstat -rn show?

Ron
D. Jackson_1
Honored Contributor

Re: ping-out

Yep it sounds like a routing issue. Make sure you can ping your gateway.
Also make sure you have the driver installed as well.

Not to get off of the subject but you may look into webmin. It a great browser interface tool.
You can find it at http://www.webmin.com

Good Luck
Fabi
Occasional Advisor

Re: ping-out

Hi!

Are you compiling your nic driver into the kernel or as a module?

maybe you need a make modules;make modules_install when you compile your kernel,

when you're unable to ping out, what does ifconfig shows?

you should try modprobe

cheers