I just bought a B3-2000 and cannot get contact to the device.
The B3 booted successfully (few seconds lila then constant blue light).
I tried the following:
1) connect B3 (via switch) to my fritzbox using a network cable which previously was connected to another computer with good connection
dfritzbox shows no B3 (only already known devices)
2) connect laptop (configured to get IP via DHCP) directly to B3 (using LAN and WAN resp.; cross and nocross)
laptop gets no IP from B3
3) connect laptop with static IP 192.168.10.99 with B3 (cross and nocross)
ping 192.168.10.1 no response
4) wireshark on laptop with B3 connected
I see many packets from my Laptop but no packet from B3 at all
I then directly connected the hdd with a linux and mounted the first partition in order to have a look at /var/log/* but there are no helpful files.
What can I do?
Is there something I could change in the EXT-Partition to force B3 to use the network?
Would it be a good idea to configure a fixed IP?
In my ubuntu linux I configured sth. like the following.
Could this help (of cause a different IP for B3)?
Is the syntax valid for B3?
Thanks in advance
Eva
Code: Select all
/etc/network/interfaces:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.0.113
gateway 192.168.0.1
netmask 255.255.255.0
network 192.168.0.1
broadcast 192.168.0.255
dns-nameservers 192.168.0.1