hi,<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi,<br>
have you all the needed libnss* libs on your system?<br>
<br>
For example:<br>
<br>
<a href="http://libnss_dns-2.7.so" target="_blank">libnss_dns-2.7.so</a><br>
libnss_dns.so.2<br>
<a href="http://libnss_files-2.7.so" target="_blank">libnss_files-2.7.so</a><br>
libnss_files.so.2<br>
<br>
Is your /etc/nsswitch.conf correct?<br>
<br></blockquote></div>Before i check the configuration,let me post my assumption.................<br><br>I have a ethernet controller,in which the ping works fine.................<br><br>ping <a href="http://192.168.1.1">192.168.1.1</a>(my default gateway)....................i get..............<br>
<br>64 bytes from <a href="http://192.168.1.1/" target="_blank">192.168.1.1</a>: seq=0 ttl=64 time=46.315 ms<br>
<br>the same way when i ping google with the ip address............<br><br># ping <a href="http://64.233.167.99">64.233.167.99</a> (google's ip address)<br><br>i get...................<br><br>PING <a href="http://64.233.167.99">64.233.167.99</a> (<a href="http://64.233.167.99">64.233.167.99</a>) 56(84) bytes of data.<br>
64 bytes from <a href="http://64.233.167.99">64.233.167.99</a>: icmp_seq=1 ttl=240 time=91.3 ms<br><br>But when i use my wireless which is eth1 to ping my default gateway <br><br>ping -I eth1 <a href="http://192.168.1.1">192.168.1.1</a> <br>
<br>i get....................<br><br>64 bytes from <a href="http://192.168.1.1/" target="_blank">192.168.1.1</a>: seq=0 ttl=64 time=46.315 ms<br><br>but when i ping google.......<br><br>ping -I eth1 <a href="http://64.233.167.99">64.233.167.99</a><br>
<br>ping hangs after that........................<br><br>As you say,if the <br><br><a href="http://libnss_dns-2.7.so/" target="_blank">libnss_dns-2.7.so</a><br>
libnss_dns.so.2<br>
<a href="http://libnss_files-2.7.so/" target="_blank">libnss_files-2.7.so</a><br>
libnss_files.so.2<br>
<br>if they are not installed properly..........my ping command should fail for both ethernet as well as my wireless..........<br><br>Why the ping is failing only for my wireless device ?<br><br>Regards,<br>Ram<br>