Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] busybox network configuration
@ 2011-04-28 15:15 Charles Krinke
  2011-04-28 15:26 ` Will Moore
  2011-04-28 15:33 ` Peter Korsgaard
  0 siblings, 2 replies; 8+ messages in thread
From: Charles Krinke @ 2011-04-28 15:15 UTC (permalink / raw)
  To: buildroot

I have apparently forgotten the recipe to configure a network in busybox.

I have tried:
# ifconfig eth0 10.1.2.3 netmask 255.255.255.0 up
# route add default gw 10.1.1.1 etho

But, ping doesnt seem to get out of the target board.

I also suspect there are one or more script files with things like this that
need to be set, but the busybox implementation doesnt have an
/etc/sysconfig/network-scripts, so they need to be in a different place, but
what is the location and name of the file?

DEVICE=eth0
BOOTPROTO=static
BROADCAST=XXX.XXX.XXX.255
IPADDR=*XXX.XXX.XXX.XXX*
NETMASK=255.255.255.0
NETWORK=*XXX.XXX.XXX.0*
ONBOOT=yes


Can someone please help my naivety a little bit with busybox, please?

-- 
Charles Krinke
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20110428/a64ea87a/attachment.html>

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

end of thread, other threads:[~2011-04-28 20:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-28 15:15 [Buildroot] busybox network configuration Charles Krinke
2011-04-28 15:26 ` Will Moore
2011-04-28 16:14   ` Michael S. Zick
2011-04-28 16:30   ` Charles Krinke
2011-04-28 18:50     ` Charles Krinke
2011-04-28 19:18       ` Michael S. Zick
2011-04-28 20:24         ` Charles Krinke
2011-04-28 15:33 ` Peter Korsgaard

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