Znalazłem roziwiązanie, ale mam z nim pewien problem. Pomaga proste polecenie "dhclient". Wszystko pięknie, internet śmiga, ale boli mnie, że muszę codziennie przy każdym uruchomieniu komputera włączać terminal i wpisywać "dhclient". Chciałbym aby robiło się to automatycznie przy każdym uruchomieniu komputera, ale problem w tym, że dhclient wymaga praw roota. Próbowałem to rozwiązać w ten sposób, ale bez rezultatów:
Kod: Zaznacz cały
# groupadd dhclient
Now you edit the sudoers file (must be done with vi!)
# visudo
Add the following 2 lines to the bottom of the sudoers file:
# Allow users of dhclient group to run dhclient as root.
%dhclient ALL=(root) NOPASSWD:/sbin/dhclient
Save it and exit visudo
Now add your regular users to the truecrypt group
# gpasswd -a user dhclient