Als je apparaten hebt waarvan je wilt achterhalen hoe ze een bepaald IP krijgen dan gebruik je tcpdump / wireshark, alhoewel ik niet het alternatief voor iOS / Apple weet
Maar met tcpd/ws kan je in ieder geval een Linux/Windows apparaat analyseren, bij het aansluiten kijk je naar de DHCP traffic en kijk je welk MAC adres de 10.x range uitgeeft. Doe daarna een MAC lookup (
https://macvendors.com/ ) en kijk of je zo het apparaat kan herkennen.
Edit: Ah ik las eroverheen dat TS aangaf dat ProtonVPN aan staat, dat verklaart het IP.
Maar dat zou nog steeds niet verklaren waarom een ander apparaat op je LAN een niet-192.168 IP zou krijgen (tenzij daar ook ProtonVPN op draait).
Als je
doet op je laptop, dan kunnen wij ook even weten wat er aan de hand is met de adapters op de laptop. Voor je privacy wil je wel je IPv6 publieke adressen eruit halen!
Voorbeeld:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
| Windows IP Configuration
Host Name . . . . . . . . . . . . : MyComputer
Primary Dns Suffix . . . . . . . : example.com
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
Ethernet adapter Ethernet:
Connection-specific DNS Suffix . : example.com
Description . . . . . . . . . . . : Intel(R) Ethernet Connection
Physical Address. . . . . . . . . : 00-1A-2B-3C-4D-5E
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::abcd:1234:5678:9abc%12(Preferred)
IPv6 Address. . . . . . . . . . . : 2001:0db8:85a3::8a2e:0370:7334(Preferred)
IPv4 Address. . . . . . . . . . . : 192.168.1.100(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Lease Obtained. . . . . . . . . . : Friday, June 6, 2025 9:00:00 AM
Lease Expires . . . . . . . . . . : Saturday, June 7, 2025 9:00:00 AM
Default Gateway . . . . . . . . . : fe80::1%12
192.168.1.1
DHCP Server . . . . . . . . . . . : 192.168.1.1
DNS Servers . . . . . . . . . . . : 2001:4860:4860::8888
8.8.8.8
NetBIOS over Tcpip. . . . . . . . : Enabled |
Maak het dan zo:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
| Windows IP Configuration
Host Name . . . . . . . . . . . . : ***********************
Primary Dns Suffix . . . . . . . : example.com
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
Ethernet adapter Ethernet:
Connection-specific DNS Suffix . : example.com
Description . . . . . . . . . . . : Intel(R) Ethernet Connection
Physical Address. . . . . . . . . : ************************
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::abcd:1234:5678:9abc%12(Preferred)
IPv6 Address. . . . . . . . . . . : *********************************(Preferred)
IPv4 Address. . . . . . . . . . . : 192.168.1.100(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Lease Obtained. . . . . . . . . . : Friday, June 6, 2025 9:00:00 AM
Lease Expires . . . . . . . . . . : Saturday, June 7, 2025 9:00:00 AM
Default Gateway . . . . . . . . . : fe80::1%12
192.168.1.1
DHCP Server . . . . . . . . . . . : 192.168.1.1
DNS Servers . . . . . . . . . . . : 2001:4860:4860::8888
8.8.8.8
NetBIOS over Tcpip. . . . . . . . : Enabled |
En soms heb je ook een privacy-temporary ipv6 address, ook maskeren. Beter kan je het ook in [mo] tags doen.
En ook alle ip adressen die niet vallen binnen 192.168.x.x 10.x.x.x en 172.16.x.x eruit halen.
Bijvoorbeeld bij mij:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
| ipconfig /all
Windows IP Configuration
Host Name . . . . . . . . . . . . : ****
Primary Dns Suffix . . . . . . . : ****
Node Type . . . . . . . . . . . . : Peer-Peer
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : ****
****
****
Ethernet adapter vEthernet (WSL):
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Hyper-V Virtual Ethernet Adapter
Physical Address. . . . . . . . . : ****
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::9a1f:683e:4b7d:e70f%53(Preferred)
IPv4 Address. . . . . . . . . . . : 172.17.128.1(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.240.0
Default Gateway . . . . . . . . . :
DHCPv6 IAID . . . . . . . . . . . : ****
DHCPv6 Client DUID. . . . . . . . : ****
NetBIOS over Tcpip. . . . . . . . : Enabled
Ethernet adapter Ethernet:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Intel(R) Ethernet Connection (16) I219-LM
Physical Address. . . . . . . . . : ****
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::d899:397a:bc6b:d60c%21(Preferred)
IPv4 Address. . . . . . . . . . . : 192.168.137.1(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
DHCPv6 IAID . . . . . . . . . . . : ****
DHCPv6 Client DUID. . . . . . . . : ****
NetBIOS over Tcpip. . . . . . . . : Enabled
Wireless LAN adapter Local Area Connection* 1:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Microsoft Wi-Fi Direct Virtual Adapter #3
Physical Address. . . . . . . . . : ****
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Wireless LAN adapter Local Area Connection* 12:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Microsoft Wi-Fi Direct Virtual Adapter #4
Physical Address. . . . . . . . . : ****
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
Wireless LAN adapter Wi-Fi:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Intel(R) Wi-Fi 6E AX211 160MHz
Physical Address. . . . . . . . . : ****
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::a218:498e:755f:18a7%12(Preferred)
IPv4 Address. . . . . . . . . . . : 10.212.224.246(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.248.0
Lease Obtained. . . . . . . . . . : vrijdag 6 juni 2025 09:12:33
Lease Expires . . . . . . . . . . : vrijdag 6 juni 2025 11:51:28
Default Gateway . . . . . . . . . : 10.212.224.1
DHCP Server . . . . . . . . . . . : ****
DHCPv6 IAID . . . . . . . . . . . : ****
DHCPv6 Client DUID. . . . . . . . : ****
DNS Servers . . . . . . . . . . . : ****
****
NetBIOS over Tcpip. . . . . . . . : Enabled |
[
Voor 120% gewijzigd door
grasmanek94 op 06-06-2025 10:17
]