Hi
I am using P2020 device. After booting the Linux kernel i want to test the Ethernet
configured the ip address as below
root@p2020rdb:~# ifconfig
eth0 Link encap:Ethernet HWaddr 00:04:9f:02:d9:01
inet addr:192.168.0.11 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::204:9fff:fe02:d901/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:91 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:10766 (10.5 KiB)
Base address:0x8000
eth2 Link encap:Ethernet HWaddr 00:04:9f:02:d9:03
inet addr:192.168.0.12 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::204:9fff:fe02:d903/64 Scope:Link
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:45 errors:0 dropped:0 overruns:0 frame:0
TX packets:56 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:6599 (6.4 KiB) TX bytes:7358 (7.1 KiB)
Base address:0xc000
I am able to ping to host ip (192.168.0.10) from eth2, but failed in case of eth0 with below message
root@p2020rdb:~# ping 192.168.0.10
PING 192.168.0.10 (192.168.0.10) 56(84) bytes of data.
From 192.168.0.11 icmp_seq=1 Destination Host Unreachable
From 192.168.0.11 icmp_seq=2 Destination Host Unreachable
am i missing any settings at kernel? please suggest.
Regards,
Santosh