Skip to content

Instantly share code, notes, and snippets.

@milankragujevic
Last active November 14, 2020 22:18
Show Gist options
  • Select an option

  • Save milankragujevic/e0d5a3e8da037502288d6a7baff7fc8f to your computer and use it in GitHub Desktop.

Select an option

Save milankragujevic/e0d5a3e8da037502288d6a7baff7fc8f to your computer and use it in GitHub Desktop.
Setup OpenMPTCProuter on Ubuntu 20.04 x64 systemd
systemctl unmask systemd-networkd.service
systemctl unmask systemd-networkd.socket
systemctl unmask systemd-networkd-wait-online.service
systemctl enable systemd-networkd.socket
systemctl enable systemd-networkd.service
systemctl enable systemd-networkd-wait-online.service
systemctl start systemd-networkd.service
export UPDATE="no"
wget -O - https://www.openmptcprouter.com/server/ubuntu20.04-x86_64.sh | sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment