So.. have that latest rapian 32 bit up and running Connected laptop, laptop has 'snort' to monitor ethernet WHAT? ,,_ -*> Snort! <*- o" )~ Version 2.6.0 (Build 59) '''' By Martin Roesch & The Snort Team:
Not Using PCAP_FRAMES
05/31-15:40:41.290595 ARP who-has 8.8.4.4 tell 169.254.18.104
05/31-15:40:42.331043 ARP who-has 8.8.8.8 tell 169.254.18.104
05/31-15:53:25.018092 0.0.0.0:68 -> 255.255.255.255:67 UDP TTL:64 TOS:0x0 ID:21148 IpLen:20 DgmLen:370 Len: 342
01 01 06 00 00 71 EA 03 1D 3E 00 00 00 00 00 00 .....q...>......
00 00 00 00 00 00 00 00 00 00 00 00 DC A6 32 F0 ..............2.
59 83 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Y...............
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00 00 00 00 00 00 00 00 00 00 00 00 63 82 53 63 ............c.Sc
35 01 01 3D 07 01 DC A6 32 F0 59 83 50 00 74 01 5..=....2.Y.P.t.
01 39 02 05 C0 3C 2E 64 68 63 70 63 64 2D 38 2E .9...<.dhcpcd-8.
31 2E 32 3A 4C 69 6E 75 78 2D 35 2E 31 35 2E 33 1.2:Linux-5.15.3
32 2D 76 37 6C 2B 3A 61 72 6D 76 37 6C 3A 42 43 2-v7l+:armv7l:BC
4D 32 37 31 31 0C 0B 72 61 73 70 62 65 72 72 79 M2711..raspberry
70 69 91 01 01 37 0E 01 79 21 03 06 0C 0F 1A 1C pi...7..y!......
33 36 3A 3B 77 FF 36:;w.
now leme get this straight, laptop has 192.168.178.20 Raspi has 192.168.178.1
WhoTF is 169.254.18.104??? So... I have ip_to_counry on my laptop: panteltje20: ~ # ip_to_country -i 169.254.18.104 ip=169.254.18.104 (2852000360) "US" "UNITED STATES"
Strange, I am not connected to the internet, only to that raspi, no switches in between either! so for the ARP request to happen 169.254.18.104 must be on the LAN
~ # ping 169.254.18.104 PING 169.254.18.104 (169.254.18.104) 56(84) bytes of data.
64 bytes from 169.254.18.104: icmp_req=1 ttl=64 time=0.898 ms .. Must be close, ifconfig -a of the raspberry shows no such IP think think ... Could it be dhcpcd? Killed dhcpcd (actually first renamed it and then killed it else dbooos just starts an other one..) OK the ARP requests are now gone So it seems dhcpcd poses as 169.254.18.104
But more strangeness the 8.8.8.8 and 8.8.4.4 was what *I* entered in /etc/resolv.conf cat /etc/resolv.conf nameserver 8.8.8.8 nameserver 8.8.4.4
those are the google name nameservers I use... work fine.. WTF does dhcpcd think those are on the LAN ???
It is such a mess....
And that mysterious UDP packet is clearly also from that raspi as it says Linux-5.15.3 but from IP address 0.0.0.0 port 68 to IP adress 255.255.255.255 port 67
also dhcpcd? ??