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.
You should follow me on twitter here or grab rss feed to keep track of new changes.
Featured Articles:
- 30 Handy Bash Shell Aliases For Linux / Unix / Mac OS X
- Top 30 Nmap Command Examples For Sys/Network Admins
- 25 PHP Security Best Practices For Sys Admins
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- Linux: 20 Iptables Examples For New SysAdmins
- Top 20 OpenSSH Server Best Security Practices
- Top 20 Nginx WebServer Best Security Practices
- 20 Examples: Make Sure Unix / Linux Configuration Files Are Free From Syntax Errors
- 15 Greatest Open Source Terminal Applications Of 2012

- My 10 UNIX Command Line Mistakes
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- The Novice Guide To Buying A Linux Laptop











{ 0 comments… add one now }