Skip to content

Instantly share code, notes, and snippets.

@dcode
Created June 23, 2015 13:33
Show Gist options
  • Save dcode/05b9e941df678a2fe0a7 to your computer and use it in GitHub Desktop.
Save dcode/05b9e941df678a2fe0a7 to your computer and use it in GitHub Desktop.
Create a fake ethernet interface on Linux. This is useful for replaying PCAP.
# Create Fake ethernet interface
/sbin/modprobe dummy
sudo ip link set dev dummy0 up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment