From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pantelis Antoniou Date: Thu, 17 Jun 2004 15:21:50 +0300 Subject: [U-Boot-Users] Ping issue In-Reply-To: References: Message-ID: <40D18CDE.8080609@intracom.gr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Vidya S wrote: >Hi, > > I am using smc91111.c driver of u-boot. all my network functionalities are working well. >i am able to ping an other ip address and i get a message that the host is alive or not. > >Only problem is, when someone pings the target ip (my network card ip), it says destination not reachable. >Is this really a problem? if so, pls help me solving it. > >regards >vidya > > > >------------------------------------------------------- >This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference >Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer >Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA >REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND >_______________________________________________ >U-Boot-Users mailing list >U-Boot-Users at lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/u-boot-users > > > > There is no ICMP reply support in current u-boot. I have some custom patches that can do that but I haven't yet submitted, and even when I will there is no guarantee that they'll make it, since they require pretty big changes to the networking code. Regards Pantelis