mini2440 cannot ping to other IP address

voiconvuive
Hi there,

I connected to wifi module succesfully and access google OK.

But i dont know i can't ping to my laptop which connect to Wifi module,
too.

Please help me.

Best regards

davef
Well, on your mini2440 type in ifconfig on the command line and note the IP
address (192.168.1.230?)

Then on your laptop type in ifconfig (Linux) or ipconfig (Windows) and see
what its IP address is.

On the mini2440 type in ping address_of_your_laptop

I imagine you can access the WWW from your laptop.

davef
Can you ping 8.8.8.8 from your mini2440?

Are both the mini2440 and the laptop on the same subnet?

davef
Were you able to ping across your wired interface (eth0) BEFORE you got
your WiFi working?

If so, can you still ping across your wired interface?

Sushant
Not ping other IP
resolve.conf inside data is 
nameserver 8.8.8.8
 please tell me the solution.

davef
Can you ping 8.8.8.8 ?

Is Busybox ping compiled into the kernel?

I had to use inetutils version of ping, as the Busybox version either
didn't work or didn't have a feature I needed.

Thought I had better check my resolv.conf (note the spelling) and I don't
have 8.8.8.8 in there (anymore) however I have the addresses of my local
name servers, ie 192.168.1.1 and 192.168.2.1

Sushant
Hello davef,
Thanx,
 I have changed nameserver to 192.168.1.1 to 8.8.8.8 in resolv.conf

Sushant
Hello Davef,
Ping 8.8.8.8 is work.google IP also ping but local IP cannot ping.

davef
You had better describe your whole setup there:

ifconfig of the mini2440?
ifconfig of the Linux host or ipconfig of a Windows host?
IP address of any routers (ADSL or wirless)and
your port forwarding rules on the router?

For example:

- mini2440 connected to a switching hub
- PC connected to the switching hub
- switching hub connected to ??

And then which unit (mini2440/PC) can ping what.