Jetzte dachte ich das alles läuft, aber falsch gedacht.
Gleiches Problem wie vorher, dieses mal mit DHCP.
Wireshark spuckt dies aus
Code: Select all
1410 176.628248000 0.0.0.0 255.255.255.255 DHCP 342 DHCP Discover - Transaction ID 0xae45f866
Wenn ich mit dem Pi ins Netz komm, wird das noch bei Wireshark aufgezeichnet:
Code: Select all
333 77.920832000 0.0.0.0 255.255.255.255 DHCP 342 DHCP Request - Transaction ID 0x4d00464b
Grad seh ich noch, dass nach einiger Zeit folgendes kommt (wenn ich kein Internet am Pi habe)
Code: Select all
1460 192.844604000 192.168.178.23 255.255.255.255 DHCP 342 DHCP Inform - Transaction ID 0x33c6c6c1
In interfaces steht jetzt
Code: Select all
auto lo
iface lo inet loopback
iface eth0 inet dhcp
allow-hotplug wlan0
iface wlan0 inet manual
wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
iface default inet dhcp
und ifconfig ergibt
Code: Select all
pi@raspberrypi ~ $ ifconfig
eth0 Link encap:Ethernet HWaddr b8:27:eb:8c:61:e7
inet addr:192.168.178.21 Bcast:192.168.178.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1311 errors:0 dropped:0 overruns:0 frame:0
TX packets:1088 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:748915 (731.3 KiB) TX bytes:94691 (92.4 KiB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:15 errors:0 dropped:0 overruns:0 frame:0
TX packets:15 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1436 (1.4 KiB) TX bytes:1436 (1.4 KiB)
Gruß
Andreas