Find the answer to your Linux question:
Results 1 to 4 of 4
I can enter on the net only if I am root. My other user cannot acces the net. I am behind a firewall, in a proxy... inside a net (big ...
  1. #1
    Just Joined! kantor_98's Avatar
    Join Date
    Feb 2007
    Posts
    48

    internet only as root !

    I can enter on the net only if I am root. My other user cannot acces the net. I am behind a firewall, in a proxy... inside a net (big one, about 300 people). I don'n like to be root to enter in internet !

  2. #2
    Linux Enthusiast apoorv_khurasia's Avatar
    Join Date
    Feb 2005
    Location
    Laurasia
    Posts
    624
    Try this as a normal user (i.e., your username) on a console:-
    Code:
    $ ping www.linuxforums.org
    If you receive messages such as...
    Code:
    PING linuxforums.org (67.15.52.42) 56(84) bytes of data.
    64 bytes from ev1s-67-15-52-42.ev1servers.net (67.15.52.42): icmp_seq=0 ttl=40 time=463 ms
    .....
    .....
    then check your browser's proxy settings. They should be the same as the root's browser's settings.

    If you get messages such as:-
    Code:
    PING linuxforums.org (67.15.52.42) 56(84) bytes of data.
    64 bytes from ev1s-67-15-52-42.ev1servers.net (67.15.52.42): icmp_seq=0 ttl=40 time=463 ms
    WARNING: failed to install socket filter
    : Protocol not available
    64 bytes from ev1s-67-15-52-42.ev1servers.net (67.15.52.42): icmp_seq=1 ttl=40 time=508 ms
    ...
    ...
    or a similar message which basically means that you are not allowed to access the net then try adding yourself to the net group. In case that too does not work please post here back again.
    "There is no sixth rule"
    --Rob Pike
    Registered Linux User: 400426 home page

  3. #3
    Linux User abhishek456's Avatar
    Join Date
    Dec 2006
    Posts
    470
    try this
    after logging as a user(not root) run "konsole --type su". In the konsole type root password and then try to open webbrowser from the same Konsole and also ping from the same konsole. Let me know what is the result

  4. #4
    tyc
    tyc is offline
    Banned
    Join Date
    Feb 2007
    Location
    Keystone State
    Posts
    67

    followup

    Quote Originally Posted by abhishek456
    try this
    after logging as a user(not root) run "konsole --type su". In the konsole type root password and then try to open webbrowser from the same Konsole and also ping from the same konsole. Let me know what is the result
    Did that fellow ever get back to you? I'm having the same trouble but for some reason this particular topic can't be "captured" and/or printed out for working off line.

    tyc

Posting Permissions

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