Hi kvvsrinivas,
You haven't posted your Gateway info.
please make sure you have the same Gateway ip address on all the machines (n/w).
please make sure whether it's possible to ping below info. on your local machine
127.0.0.1
local ipaddress
local broadcaste ipaddress
local gateway ipaddress
if you haven't added your Gateway info. then move to ROUTE-ADD section below.
If all the above ping works then try IPTABLES section
IPTABLES
try to Flush the firewall using the command
iptables -F
NOTE:linux is case-sensitive.
try to ping to the remote ipaddress.
or
if all the above sol. didn't works then check the LED of the link. it should glow with green light.
ROUTE-ADD
you can check Gateway info by running the command
route -n or by
netstat -r
if you didn't have any gateway ip then you can add by command
route add -net default gw < Gateway-ipaddress> <interface>
Example:
route add -net default gw 192.168.0.1 eth0
NOTE: please use your Gateway ip address in the above command.
then restart the n/w service.
good day!
