Hi all,<br><br>Finally I got it working with a static IP. Here is a
recollection of it just in case it might help someone (I know it's
basic stuff...).<br><br>You assumed right: eth0 gets the IP from DHCP.
I use a voyage linux 0.6.2 out of the box. And this is the output at
boot time (through serial port):<br>
<br>Setting up networking....<br>Configuring network interfaces...[   18.658114] eth0: link up, 100Mbps, full-du1<br>Operation failed.<br>Failed to bring up eth0.<br>done.<br>Starting portmap daemon....<br>INIT: Entering runlevel: 2<br>

<br>And this is the output of ifdown / ifup<br><br>voyage:~# ifdown eth0<br>ifdown: interface eth0 not configured<br>voyage:~# ifup eth0<br>[  121.910943] via-rhine: Reset not complete yet. Trying harder.<br>[  121.912129] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1<br>

Operation failed.<br>Failed to bring up eth0.<br><br>Actually,
at some point the voyage box appears at the router's DHCP and then it
disappears ... so I though it could have to do with DHCP configuration
and tried a static IP (editting /etc/network/interfaces):<br>
<br>#auto eth0<br>#iface eth0 inet dhcp<br><br>auto eth0<br>iface eth0 inet static<br>        address 192.168.1.25<br>        netmask 255.255.255.0<br>        broadcast 192.168.1.255<br>        gateway 192.168.1.1<br><br>

Then it works, but DNS doesn't:<br><br>voyage:~# ping <a href="http://linux.voyage.hk/" target="_blank">linux.voyage.hk</a><br>ping: unknown host<br><br>So I edit /etc/resolv.conf and add two nameserver entries, the sames that would be used by DHCP. Now everything works.<br>

<br>Don't know if this is going to help someone or if there is a better
way to set things up. I was probably going to configure anyway a fixed
IP so I don't care about DHCP not working.<br><br>Thanks,<br>Jordi.<br><br><div class="gmail_quote">2010/2/10 Kim-man 'Punky' TSE <span dir="ltr"><<a href="mailto:punkytse@punknix.com">punkytse@punknix.com</a>></span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi Jordi,<br>
<br>
I think many of the users didn't encounter the problem you have.  Try to do "ifdown eth0" and "ifup eth0" to see if it can be restart.  Of course, I assume eth0 get the IP from DHCP.<br>
<br>
Regards,<br>
Punky<br>
<br>
<br>
Jordi Puigsegur wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="h5">
Hi all,<br>
<br>
I just tryied Voyage linux 0.6.2 on a PC Engines ALIX 3D2 board. Everything works, except network. eth0 fails to start. Voyage 0.5.2 works ok, but I'd rather have the more up to date lenny packages!<br>
<br>
Any idea where to look at or know issue ?<br>
<br>
Thanks in advance,<br>
Jordi.<br></div></div>
------------------------------------------------------------------------<br>
<br>
_______________________________________________<br>
Voyage-linux mailing list<br>
<a href="mailto:Voyage-linux@list.voyage.hk" target="_blank">Voyage-linux@list.voyage.hk</a><br>
<a href="http://list.voyage.hk/mailman/listinfo/voyage-linux" target="_blank">http://list.voyage.hk/mailman/listinfo/voyage-linux</a><br>
  <br>
</blockquote>
<br>
<br>
-- <br>
Regards,<br>
Punky<br>
<br>
Voyage Solutions (<a href="http://solution.voyage.hk" target="_blank">http://solution.voyage.hk</a>)<br>
* Embedded Solutions and Systems<br>
 - Mesh Networking, Captive Portal, IP Surveillance, VoIP/PBX<br>
 - Network Engineering, Development Platform and Consultation<br>
         <br>
<br>
</blockquote></div><br>