Update sn_startup.sh.j2

This commit is contained in:
stebifan 2016-01-24 22:44:43 +01:00
parent 49f58f357a
commit 6c8c808b3d

View File

@ -54,4 +54,10 @@ sleep 5
/bin/systemctl restart isc-dhcp-server /bin/systemctl restart isc-dhcp-server
/bin/systemctl enable isc-dhcp-server /bin/systemctl enable isc-dhcp-server
# Create Tunneldigger Bridge
brctl addbr br-nodes
ip link set dev br-nodes up
ebtables -A FORWARD --logical-in br-nodes -j DROP
exit 0 exit 0