Re: ping command
From: Ben Warren <hidden>
Date: 2007-07-26 14:16:06
Nethra, On Wed, 2007-07-25 at 02:29 -0700, Nethra wrote:
hi,
I m using custom board same as eval board MPC8272ADS board.
IP assigned for both ethernets are...
ifconfig eth1 192.168.33.135 up
ifconfig eth1 netmask 255.255.248.0
route add default gw 192.168.32.47 eth1
ifconfig eth0 192.168.178.89 up
ifconfig eth0netmask 255.255.255.0
route add default gw 192.168.178.47 eth0
but if i try for ping 192.168.33.135 command pails by the server of 178
series
similarly ping 192.168.178.89 command pails by the server of 33 series..
what is the problem..and whre i m going wrong..?What does your routing table show? (route -n). It wouldn't hurt to also post the output of ifconfig for both interfaces. regards, Ben