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
|
[builder@localhost tmp]$ sudo tcpdump -i enp0s3 -vvv -s 1500 port 67 or port 68
tcpdump: listening on enp0s3, link-type EN10MB (Ethernet), capture size 1500 bytes
19:03:40.628168 IP (tos 0x10, ttl 128, id 0, offset 0, flags [none], proto UDP (17), length 328)
0.0.0.0.bootpc > 255.255.255.255.bootps: [udp sum ok] BOOTP/DHCP, Request from 08:00:27:3c:4f:a0 (oui Unknown), length 300, xid 0x2a95ff0f, Flags [none] (0x0000)
Client-Ethernet-Address 08:00:27:3c:4f:a0 (oui Unknown)
Vendor-rfc1048 Extensions
Magic Cookie 0x63825363
DHCP-Message Option 53, length 1: Discover
Requested-IP Option 50, length 4: 192.167.76.110
Parameter-Request Option 55, length 13:
Subnet-Mask, BR, Time-Zone, Classless-Static-Route
Domain-Name, Domain-Name-Server, Hostname, YD
YS, NTP, MTU, Option 119
Default-Gateway
END Option 255, length 0
PAD Option 0, length 0, occurs 35
19:03:40.630117 IP (tos 0x0, ttl 128, id 62025, offset 0, flags [none], proto UDP (17), length 328)
172.16.7.70.bootps > 255.255.255.255.bootpc: [udp sum ok] BOOTP/DHCP, Reply, length 300, xid 0x2a95ff0f, Flags [none] (0x0000)
Your-IP 192.167.76.110
Client-Ethernet-Address 08:00:27:3c:4f:a0 (oui Unknown)
Vendor-rfc1048 Extensions
Magic Cookie 0x63825363
DHCP-Message Option 53, length 1: Offer
Server-ID Option 54, length 4: 192.167.90.100
Lease-Time Option 51, length 4: 604800
Subnet-Mask Option 1, length 4: 255.255.0.0
Default-Gateway Option 3, length 4: 192.167.90.100
TFTP Option 66, length 14: "192.167.90.100"
END Option 255, length 0
PAD Option 0, length 0, occurs 16
19:03:40.630687 IP (tos 0x10, ttl 128, id 0, offset 0, flags [none], proto UDP (17), length 328)
0.0.0.0.bootpc > 255.255.255.255.bootps: [udp sum ok] BOOTP/DHCP, Request from 08:00:27:3c:4f:a0 (oui Unknown), length 300, xid 0x2a95ff0f, Flags [none] (0x0000)
Client-Ethernet-Address 08:00:27:3c:4f:a0 (oui Unknown)
Vendor-rfc1048 Extensions
Magic Cookie 0x63825363
DHCP-Message Option 53, length 1: Request
Server-ID Option 54, length 4: 192.167.90.100
Requested-IP Option 50, length 4: 192.167.76.110
Parameter-Request Option 55, length 13:
Subnet-Mask, BR, Time-Zone, Classless-Static-Route
Domain-Name, Domain-Name-Server, Hostname, YD
YS, NTP, MTU, Option 119
Default-Gateway
END Option 255, length 0
PAD Option 0, length 0, occurs 29
19:03:40.632160 IP (tos 0x0, ttl 128, id 62026, offset 0, flags [none], proto UDP (17), length 328)
172.16.7.70.bootps > 255.255.255.255.bootpc: [udp sum ok] BOOTP/DHCP, Reply, length 300, xid 0x2a95ff0f, Flags [none] (0x0000)
Your-IP 192.167.76.110
Client-Ethernet-Address 08:00:27:3c:4f:a0 (oui Unknown)
Vendor-rfc1048 Extensions
Magic Cookie 0x63825363
DHCP-Message Option 53, length 1: ACK
Server-ID Option 54, length 4: 192.167.90.100
Lease-Time Option 51, length 4: 604800
Subnet-Mask Option 1, length 4: 255.255.0.0
Default-Gateway Option 3, length 4: 192.167.90.100
TFTP Option 66, length 14: "192.167.90.100"
END Option 255, length 0
PAD Option 0, length 0, occurs 16
^C
4 packets captured
4 packets received by filter
0 packets dropped by kernel
|