linuxdeploy icon indicating copy to clipboard operation
linuxdeploy copied to clipboard

no internet connection with non root users

Open irregularisnotrandom opened this issue 10 years ago • 5 comments

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

irregularisnotrandom avatar Mar 14 '15 22:03 irregularisnotrandom

Use the command as root:

usermod -aG aid_inet username

where username - your user.

meefik avatar Apr 24 '15 09:04 meefik

Hi that did not work for me :( even after restart

irregularisnotrandom avatar May 15 '15 16:05 irregularisnotrandom

Any other recommendation for this issue? I have the same problem.

gerroon avatar Jan 03 '16 02:01 gerroon

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

sdykae avatar Sep 18 '23 07:09 sdykae