Advertisement
mar_w

Router R2 - tcpdump eth0

Jan 2nd, 2024
1,094
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.90 KB | None | 0 0
  1. Klient1 <-(eth0+eth0.3)-> Router1 <---(WG+GRETAP)---> Router2
  2.  
  3. Klient 1 - restart interfejsu eth0 (+ eth0.3 który jest razem z nim)
  4. TCPdump z eth0 z Routera2 (wysyła adres z serwera DHCP "guest")
  5.  
  6. # tcpdump -i eth0 -ne port 67 and 68
  7. tcpdump: verbose output suppressed, use -v[v]... for full protocol decode
  8. listening on eth0, link-type EN10MB (Ethernet), snapshot length 262144 bytes
  9. 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
  10. 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
  11. ^C
  12. 2 packets captured
  13. 2 packets received by filter
  14. 0 packets dropped by kernel
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement