Find the answer to your Linux question:
Results 1 to 5 of 5
I'm using wvdial (I pu it as an applet on my panel)to initiate my modem connection to my ISP. But need to type in the root password every time I ...
  1. #1
    Linux Newbie
    Join Date
    Jan 2005
    Posts
    146

    Wvdial modem connect without password?

    I'm using wvdial (I pu it as an applet on my panel)to initiate my modem connection to my ISP. But need to type in the root password every time I connect. Is there a way to configure Wvdial so another user who wants to use the internet doesn't require the password???

  2. #2
    Trusted Penguin Dapper Dan's Avatar
    Join Date
    Oct 2004
    Location
    The Sovereign State of South Carolina
    Posts
    4,562
    The way to do it is to setup sudo and then sudo wvdial.

    http://www.freeos.com/articles/3799/
    Linux Mint + IceWM Registered:#371367 New Members: click here

  3. #3
    Linux Newbie
    Join Date
    Jan 2005
    Posts
    146
    Dapper Dan

    Thanks for that answer. appreciate it. Needless to say, I will use this only to allow users to activate internet access without the root passswrd. It seems sudoers can allow many system permissions (Caution flag here eh?)

  4. #4
    Trusted Penguin Dapper Dan's Avatar
    Join Date
    Oct 2004
    Location
    The Sovereign State of South Carolina
    Posts
    4,562
    I prefer wvdial also but if access to the internet without root permission or sudo is necessay, why not go with kppp?
    Linux Mint + IceWM Registered:#371367 New Members: click here

  5. #5
    Linux Newbie
    Join Date
    Jan 2005
    Posts
    146
    Initially, I had configured my internet connect with gnome's gui pppe. But errors creeped in whereby changing settings (like my ISP phone #) resulted in settings not getting saved. Only a fresh install would fix this. So I use Wvdial instead.

    Now there is a delicate security issue here after following the advice on that freeOs site:
    they recommended adding the line below to the sudoers.
    Code:
    ALL ALL=/usr/bin/wvdial
    But this resulted in total access to admin functions without the password.
    NOT what I wanted at all.

    How about connecting automatically to the internet at startup instead? that would avoid having to type in the password and give any user access tot he internet by default.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •