Network Connectivity

Steve Iribarne (GMail) netstv at gmail.com
Wed Apr 15 00:06:15 UTC 2009


>
>
> I'm a Windows web developer thrown off the deep end to develop a utility on
> an embedded Linux board.
>
> I understand Linux is a free operating system? ha ha
>

If you are going to ask the Linux community for help, don't rip on it.


>
> I'm having issues with network connectivity. I've been reading all day
> trying to get the board to connect to the LAN.
>

> LED's showing network connectivity are on but I can't ping anything on the
> network.
>

So this tells us that you have link so the hardware thinks everything is
happy.

>
>
> I've tried udhcpc but it doesn't get past the "discover" stage...
>

Have you tried running wireshark to capture packets on the network to see if
packets are being sent out?  Is the interface even up?

For example if you are doing udhcpc -i eth0, did you do "ifconfig eth0
promisc up"

I wouldn't spend time on DHCP until you know that the packets are even being
sent out?  Have you tried assigning just a static ip address to the
interface??



>
> Please help, my eyes are too tired to spend any more reading on udhcpc =)
>
> Thanks,
> chris
>
>
> _______________________________________________
> busybox mailing list
> busybox at busybox.net
> http://lists.busybox.net/mailman/listinfo/busybox
>



-- 
/*
* Steve Iribarne
* Software Engineer
* (aka Grunt)
*/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/busybox/attachments/20090414/8784e2a0/attachment.htm>


More information about the busybox mailing list