From: Nethra <nethra_gmit@yahoo.co.in>
To: linuxppc-embedded@ozlabs.org
Subject: Re: ping command
Date: Thu, 26 Jul 2007 23:46:52 -0700 (PDT) [thread overview]
Message-ID: <11823845.post@talk.nabble.com> (raw)
In-Reply-To: <1185458965.6839.8.camel@saruman.qstreams.net>
root@cashel:~# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use
Iface
192.168.178.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
192.168.32.0 0.0.0.0 255.255.248.0 U 0 0 0 eth1
0.0.0.0 192.168.32.47 0.0.0.0 UG 0 0 0 eth1
0.0.0.0 192.168.178.47 0.0.0.0 UG 0 0 0 eth0
root@cashel:~# ifconfig
eth0 Link encap:Ethernet HWaddr 00:13:72:FE:A9:02
inet addr:192.168.178.89 Bcast:192.168.178.255
Mask:255.255.255.0
inet6 addr: fe80::213:72ff:fefe:a902/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:15665 errors:0 dropped:0 overruns:0 frame:0
TX packets:9285 errors:0 dropped:0 overruns:0 carrier:9019
collisions:0 txqueuelen:1000
RX bytes:12957285 (12.3 MiB) TX bytes:2720267 (2.5 MiB)
Base address:0x8400
eth1 Link encap:Ethernet HWaddr 00:13:72:7E:A9:02
inet addr:192.168.33.135 Bcast:192.168.33.255 Mask:255.255.248.0
inet6 addr: fe80::213:72ff:fe7e:a902/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:634 errors:0 dropped:0 overruns:0 frame:0
TX packets:84 errors:0 dropped:0 overruns:0 carrier:82
collisions:0 txqueuelen:1000
RX bytes:103558 (101.1 KiB) TX bytes:12832 (12.5 KiB)
Base address:0x8500
lo Link encap:Local Loopback
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
root@cashel:~#
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
_______________________________________________
Linuxppc-embedded mailing list
Linuxppc-embedded@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-embedded
--
View this message in context: http://www.nabble.com/ping-command-tf4141032.html#a11823845
Sent from the linuxppc-embedded mailing list archive at Nabble.com.
prev parent reply other threads:[~2007-07-27 6:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-25 9:29 ping command Nethra
2007-07-26 14:09 ` Ben Warren
2007-07-27 6:46 ` Nethra [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=11823845.post@talk.nabble.com \
--to=nethra_gmit@yahoo.co.in \
--cc=linuxppc-embedded@ozlabs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.