Allow normal user to dialout Internet
Under Debian GNU/Linux you need to add user to special group called dip so that dialup software (such as kppp and pppd) can be used by normal user.
i) Login as root user.
ii) Add user jimmy to dip group:
#usermod -G video,desktop,dip jimmy
iii) Add user jimmy to /etc/kppp.allow, so that user can dialout:
# vi /etc/kppp.allow
iv) Append/add user name jimmy and save file & exit to shell prompt.
v) Setup proper permission:
#chown root:root /etc/kppp.allow
#chmod 0744 /etc/kppp.allow
vi) Setup account, username, password, phone number etc by running kppp as root user.
vii) Login as jimmy and dial out.
Want to stay up to date with the latest Linux tips, news and announcements? Subscribe to our free e-mail newsletter or RSS feed to get all updates.
You can Email this page to a friend.
You may also be interested in other helpful articles:
- Linux # Permission permission making my pal crazy
- Weird DNS problem
- How to: Mount an ISO image under Linux
- Allow normal user to watch tv via xawtv
- FreeBSD > Becoming super user (su) or enabling su access to user
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!


Recent Comments
Yesterday ~ 1 Comment
Yesterday ~ 50 Comments
Yesterday ~ 3 Comments
07/22/2008 08:38 pm (2 days ago) ~ 10 Comments
07/22/2008 09:02 am (2 days ago) ~ 8 Comments