Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Klient1 <-(eth0+eth0.3)-> Router1 <---(WG+GRETAP)---> Router2
- Klient 1 - restart interfejsu eth0 (+ eth0.3 który jest razem z nim)
- TCPdump z eth0 z Routera2 (wysyła adres z serwera DHCP "guest")
- # tcpdump -i eth0 -ne port 67 and 68
- tcpdump: verbose output suppressed, use -v[v]... for full protocol decode
- listening on eth0, link-type EN10MB (Ethernet), snapshot length 262144 bytes
- 23:32:12.125901 08:00:27:81:94:27 > ff:ff:ff:ff:ff:ff, ethertype 802.1Q (0x8100), length 346: vlan 3, p 0, ethertype IPv4 (0x0800), 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 08:00:27:81:94:27, length 300
- 23:32:12.126764 08:00:27:81:94:27 > ff:ff:ff:ff:ff:ff, ethertype 802.1Q (0x8100), length 346: vlan 3, p 0, ethertype IPv4 (0x0800), 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 08:00:27:81:94:27, length 300
- ^C
- 2 packets captured
- 2 packets received by filter
- 0 packets dropped by kernel
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement