Allow normal user to dialout Internet

by nixcraft on July 15, 2005 · 0 comments

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.

Featured Articles:

Share this with other sys admins!
Facebook it - Tweet it - Print it -

We're here to help you make the most of sysadmin work. So, subscribe!

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <blockquote> <pre> <a href="" title="">
What is 12 + 9 ?
Please leave these two fields as-is:
Are you a human being? Solve the simple math so we know that you are a human and not a bot.



Previous post:

Next post: