View previous topic :: View next topic |
Author |
Message |
rncwnd n00b
Joined: 13 Jun 2003 Posts: 69 Location: Germany
|
Posted: Thu Sep 15, 2005 10:51 am Post subject: [SOLVED] root has internet access, user not |
|
|
Hi,
following problem:
root has internet access. everywhere: x and console (if this is important).
a normal user has no internet access. nowhere.
did i oversee something?
andy
Last edited by rncwnd on Thu Sep 15, 2005 3:16 pm; edited 1 time in total |
|
Back to top |
|
|
alphonce Apprentice
Joined: 10 Oct 2004 Posts: 184 Location: Sweden
|
Posted: Thu Sep 15, 2005 12:28 pm Post subject: |
|
|
enter as user
maby you're missing some groups:
mine are:
Quote: | adm wheel floppy audio cdrom dialout tape games cdrw users plugdev |
add with:
Quote: | gpasswd -a <user> <group> |
_________________ no computer at the moment! |
|
Back to top |
|
|
UberLord Retired Dev
Joined: 18 Sep 2003 Posts: 6835 Location: Blighty
|
|
Back to top |
|
|
rncwnd n00b
Joined: 13 Jun 2003 Posts: 69 Location: Germany
|
Posted: Thu Sep 15, 2005 3:20 pm Post subject: |
|
|
thanx guys.
here the solution:
i don't know why, but /etc/resolv.conf was a symlink to /etc/ppp/resolv.conf.
both, the link and the targetfile were world-readable but name-resolution didn't work.
Code: | rm /etc/resolv.conf
mv /etc/ppp/resolv.conf /etc |
did the trick. |
|
Back to top |
|
|
|