Find the answer to your Linux question:
Results 1 to 7 of 7
hello everyone i am using RHEL5 and using network (xdsl connection). i want to give permissions to non root users so that they can use internet without knowing root password. ...
  1. #1
    Just Joined!
    Join Date
    Jul 2009
    Posts
    58

    network access permission

    hello everyone

    i am using RHEL5 and using network (xdsl connection).
    i want to give permissions to non root users so that they can use internet without knowing root password.

    so define me the way to give permissions to other users.

  2. #2
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    You shouldn't need to give permissions to anybody once the network connection is established and you have a network device that is visible to the system. What does the ifconfig -a command say once you have the connection established?
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  3. #3
    Just Joined!
    Join Date
    Jul 2009
    Posts
    58
    thanks rubberman

    my problem is
    every time when i logged in as non root user, it asking for root password to connect to the internet.

    i wanted to give permission to that user so if he wants to connect to the internet he not requir root password.

  4. #4
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    You need to configure the system to automatically connect to the internet on bootup, or you need to give them sudo permissions and create a script for them to use to make the connection that uses sudo to start the service. Or, you need to configure the service to allow non-root users to connect.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  5. #5
    Just Joined!
    Join Date
    Jul 2009
    Posts
    58
    you say
    "You need to configure the system to automatically connect to the internet on bootup, or you need to give them sudo permissions and create a script for them to use to make the connection that uses sudo to start the service. Or, you need to configure the service to allow non-root users to connect."


    but how rubberman?

  6. #6
    Just Joined!
    Join Date
    Jul 2009
    Posts
    58
    please define me at least one way to do this

  7. #7
    Linux Newbie
    Join Date
    Apr 2009
    Posts
    160
    See if this helps
    Redhat network interface configuration

    or

    Linux Network Configuration

    I run opensuse or I'd be able to give you more step by step

Posting Permissions

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