Does DHCP work with another hardware?
Does DHCP work with another OS installed on this box?
Find out if webconverger detects your NIC:
1) modify your USB stick and remove nosudo (
http://webconverger.org/
boot/)
2) shift+alt+enter for a terminal
3) sudo ifconfig -a
After the last command something like this should be displayed:
root@mybox:~# ifconfig -a
eth0 Protokoll:Ethernet Hardware Adresse 00:04:75:DC:9E:27
inet Adresse:192.168.10.249 Bcast:192.168.10.255 Maske:
255.255.255.0
inet6 Adresse: fe80::204:75ff:fedc:9e27/64
Gültigkeitsbereich:Verbindung
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:54254188 errors:0 dropped:0 overruns:1 frame:0
TX packets:1558527 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:1000
RX bytes:2600691889 (2.4 GiB) TX bytes:166679678 (158.9
MiB)
Interrupt:185 Basisadresse:0x2000
lo Protokoll:Lokale Schleife
inet Adresse:127.0.0.1 Maske:255.0.0.0
inet6 Adresse: ::1/128 Gültigkeitsbereich:Maschine
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:18 errors:0 dropped:0 overruns:0 frame:0
TX packets:18 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:0
RX bytes:1632 (1.5 KiB) TX bytes:1632 (1.5 KiB)
-----------------------------------
Catch the giant and have a nice day
GMF
On 12 Okt., 15:07, Jeroen Feelders <
jer...@feelders.com> wrote:
> I would like to use Webconverger on a USB stick for a public miniPC
> (eBox-8400 -
http://www.glomos.com/index.php?option=com_content&task=view&id=76&It...)
> but for some reason DHCP won't work on this box. So I have to assign a
> static IP-setup. Can this be done on an USB-image? I can't find a dir
> webconverger/config/chroot_local-includes/etc/network/interfaces as is
> mentioned onhttp://
webconverger.org/networking/.