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.
...
- 07-24-2009 #1Just 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.
- 07-24-2009 #2Linux Guru
- 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!
- 07-24-2009 #3Just 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.
- 07-24-2009 #4Linux Guru
- 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!
- 07-24-2009 #5Just 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?
- 07-24-2009 #6Just Joined!
- Join Date
- Jul 2009
- Posts
- 58
please define me at least one way to do this
- 07-27-2009 #7Linux 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


Reply With Quote