public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] ip address confusion.
@ 2009-10-23 12:32 David Collier
  2009-10-23 13:09 ` Jerry Van Baren
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: David Collier @ 2009-10-23 12:32 UTC (permalink / raw)
  To: u-boot


Our office network runs on 

10.213.1.1/24

so all addresses in 10.212 and 10.213 should be local.

and I have a TFTP server on 10.213.1.105

if I set my office pc to 10.212.0.99 I can ping 10.213.1.105

so far so good

-----------------------------------------
if I set u-boot up so the printenv at power-on looks like

ethaddr=00:90:46:20:000:99
eth1addr=00:90:46:20:100:99
ipaddr=10.212.000.99
serverip=10.213.1.105
gatewayip=10.213.1.1
netmask=255.254.0.0
bootfile=99/uImage
ethact=macb1

then if I do

    ping 10.213.1.105

it fails.

but after setting 

    setenv ipaddr 10.213.0.99

it works

Can anyone suggest why?

David Collier

www.dexdyne.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-10-23 19:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-23 12:32 [U-Boot] ip address confusion David Collier
2009-10-23 13:09 ` Jerry Van Baren
2009-10-23 14:18 ` Ben Warren
2009-10-23 18:09 ` David Collier
2009-10-23 19:18 ` David Collier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox