Trilight Zone Forum Index Trilight Zone
Privacy & Anonymity is our specialty !
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Allow normal user to dialout Internet

 
Post new topic   Reply to topic    Trilight Zone Forum Index -> Linux
Author Message
thedark
Second Lieutenant


Joined: 30 Jul 2005
Posts: 1074

PostPosted: Sun Jul 31, 2005 10:16 am    Post subject: Allow normal user to dialout Internet Reply with quote

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.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Trilight Zone Forum Index -> Linux All times are GMT
Page 1 of 1

 


Powered by phpBB © 2001, 2005 phpBB Group