LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Is this proxy setting true? (https://www.linuxquestions.org/questions/linux-newbie-8/is-this-proxy-setting-true-4175520248/)

Sefid par 09-27-2014 01:00 AM

Is this proxy setting true?
 
I want to set proxy witch is provided from squid on command.
Code:

user: web
pass: 9876(*&^

ip: 192.168.1.100
port: 82

I typed:

Code:

export http_proxy="http://web:9876%28%2A%26%5E@192.168.1.100:82"
from ascii table:
Code:

(: 28
*: 2A
&: 26
^: 5E

I could not connect to get ping packet from google after this command.
But the proxy works on my browser.

acid_kewpie 09-27-2014 08:35 AM

Just put the string in single quotes as is.

Not a networking question - Moved to Linux Newbie.


All times are GMT -5. The time now is 05:37 PM.