Skip to content

Instantly share code, notes, and snippets.

@packetninja
Created December 13, 2017 14:19
Show Gist options
  • Save packetninja/2f5abc0afa5237ba1cbcca9a0fb088d3 to your computer and use it in GitHub Desktop.
Save packetninja/2f5abc0afa5237ba1cbcca9a0fb088d3 to your computer and use it in GitHub Desktop.
auto swp47
iface swp47
address 192.168.47.2/24
address-virtual 00:00:5e:00:01:01 192.168.47.1/24
tcpdump
09:07:34.370102 ARP, Request who-has 192.168.47.1 tell 192.168.47.30, length 28
09:07:34.370548 ARP, Reply 192.168.47.1 is-at 00:00:5e:00:01:01 (oui IANA), length 46
09:07:34.466141 IP 192.168.47.30 > 192.168.47.1: ICMP echo request, id 40899, seq 6, length 64
09:07:35.490155 IP 192.168.47.30 > 192.168.47.1: ICMP echo request, id 40899, seq 7, length 64
09:07:36.514132 IP 192.168.47.30 > 192.168.47.1: ICMP echo request, id 40899, seq 8, length 64
09:07:37.538149 IP 192.168.47.30 > 192.168.47.1: ICMP echo request, id 40899, seq 9, length 64
09:07:38.562161 IP 192.168.47.30 > 192.168.47.1: ICMP echo request, id 40899, seq 10, length 64
09:07:39.586162 IP 192.168.47.30 > 192.168.47.1: ICMP echo request, id 40899, seq 11, length 64
switch tcpdump
14:07:34.345910 ARP, Request who-has 192.168.47.1 tell 192.168.47.30, length 46
14:07:34.345954 ARP, Reply 192.168.47.1 is-at 00:00:5e:00:01:01 (oui IANA), length 28
host arp entry:
ARP, Reply 192.168.47.1 is-at 00:00:5e:00:01:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment