busybox ping not able to reach public IP

Tito farmatito at tiscali.it
Wed Jul 2 16:18:43 UTC 2008


On Wednesday 02 July 2008 18:01:56 Ram kumar wrote:
> hi,
> 
> Did you try pinging to the ip address of google.com?
> > It might be a named problem rather than a ping problem.
> >
> > I have tried pinging the google with the ip address too.But the ping just
> hangs......I  have mentioned this in the previous mail.Any idea where could
> be the issue ?
> 
> Regards,
> Ram
> 


Hi,
have you all the needed libnss* libs on your system?

For example:

libnss_dns-2.7.so
libnss_dns.so.2
libnss_files-2.7.so
libnss_files.so.2

Is your /etc/nsswitch.conf correct?

For example:
-------------------------------------------------------------------------------------------------------------
# /etc/nsswitch.conf
#
# Example configuration of GNU Name Service Switch functionality.
# If you have the `glibc-doc-reference' and `info' packages installed, try:
# `info libc "Name Service Switch"' for information about this file.

passwd:         compat
group:          compat
shadow:         compat

hosts:          files mdns4_minimal [NOTFOUND=return] dns mdns4
networks:       files

protocols:      db files
services:       db files
ethers:         db files
rpc:            db files

netgroup:       nis
------------------------------------------------------------------------------------------------------------

Ciao,
Tito




More information about the busybox mailing list