Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. get process id with "ps -e | grep unat
  2. sudo kill -9 "PID"

Enable ssh

  1. sudo apt install ssh
  2. sudo systemctl enable --now ssh
  3. sudo systemctl status ssh

Configure firewall

  1. sudo ufw default deny incoming
  2. sudo ufw default allow outgoing
  3. sudo ufw allow ssh
  4. sudo ufw enable


Internet access via gateway computer

...