Skip to content

Instantly share code, notes, and snippets.

@shreddedbacon
Created February 10, 2019 05:26
Show Gist options
  • Save shreddedbacon/4fd9d4b475ce4db77c1796202cd311c4 to your computer and use it in GitHub Desktop.
Save shreddedbacon/4fd9d4b475ce4db77c1796202cd311c4 to your computer and use it in GitHub Desktop.
add a vlan tag to bond on synology no restart
cat /etc/sysconfig/network-scripts/ifcfg-bond0.100 > /etc/sysconfig/network-scripts/ifcfg-bond0.200
vi /etc/sysconfig/network-scripts/ifcfg-bond0.200
ip link add link bond0 name bond0.200 type vlan id 200
ip link set bond0.200 up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment