This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Unable to ping from my evmsk board

HI,

          I have connected eth0 i enabled the eth0 port and given ip address statically by given a command of  ifconfig eth0 192.168.1.5 netmask 255.255.255.0 up.

i can able to ping this ip from my host .But i cant able to ping from my evmsk board it was giving the error like below 

root@am335x-evm:/# ping 172.24.83.78                                           
PING 172.24.83.78 (172.24.83.78): 56 data bytes                                
ping: sendto: Network is unreachable 

        please guide me to overcome this issue .