Skip to content

Instantly share code, notes, and snippets.

@mikoim
Created March 27, 2017 13:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikoim/5141c85c01c25772ddcec20667f8b7dc to your computer and use it in GitHub Desktop.
Save mikoim/5141c85c01c25772ddcec20667f8b7dc to your computer and use it in GitHub Desktop.
systemd-networkd bridge @ Fedora 25
[NetDev]
Name=bridge0
Kind=bridge
[Bridge]
ForwardDelaySec=1
[Match]
Name=bridge0
[Network]
DNS=127.0.0.1
[Address]
Address=10.10.10.126/25
[Route]
Gateway=10.10.10.1
[Match]
Name=enp0s31f6
[Network]
Bridge=bridge0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment