Skip to content

Instantly share code, notes, and snippets.

@devvspaces
Last active August 29, 2022 14:58
Show Gist options
  • Save devvspaces/85679df4250bacc07f05e894d0d75872 to your computer and use it in GitHub Desktop.
Save devvspaces/85679df4250bacc07f05e894d0d75872 to your computer and use it in GitHub Desktop.
Encountered problem with network issues when using Ubuntu server linode

What i learnt

  • Network Diagnostic:
    • Tools like PING, MTR, TRACEROUTE
  • There is a service on ubuntu called: systemd-networkd
  • Enable it and start it's service

Links for help

Things to do

Did all of your services start after the reboot? Use the commands below to check active services

sudo netstat -plntu
systemctl list-units --type=service
service --status-all

After all the race, what where my problems are

  • World write permissions
  • Wrong root folder permissions. SOLVED: sudo chmod 0755 /
    • Link for that: here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment