no internet connection with non root users
Hi
I created a user. I can login or ssh with it however the new user has no internet access. It seems like only the root user can use the network.
Does anyone know a solution?
Thanks
Use the command as root:
usermod -aG aid_inet username
where username - your user.
Hi that did not work for me :( even after restart
Any other recommendation for this issue? I have the same problem.
If your root user works, and you have configured the right usergroups for your normal user, change your user uid to 4000 or more.
usermod -u 4000 sdykae
usergroups I'm using are from https://github.com/ivon852/netlify-ivon-blog-comments/discussions/454