Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
System-wide proxy settings anomaly
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
seagah
n00b
n00b


Joined: 12 Oct 2011
Posts: 1

PostPosted: Wed Oct 12, 2011 3:55 am    Post subject: System-wide proxy settings anomaly Reply with quote

Hi, people!
I'v search and couldn't find a solution.
I'v troubles with my system-wide proxy settings.
There is a listing of /etc/env.d/99proxy-env file which I'v created (don't tell me about 'env-update && source /etc/profile', please):

http_proxy="http://proxy.myoffice.mycompany.ru:8080"
https_proxy="http://proxy.myoffice.mycompany.ru:8080"
ftp_proxy="http://proxy.myoffice.mycompany.ru:8080"
RSYNC_PROXY="http://proxy.myoffice.mycompany.ru:8080"
no_proxy="127.0.0.1,localhost,.myoffice.mycompany.ru,10.30.0.0/16,wwwx"

wwwx.myoffice.mycompany.ru - is an internal webserver for organizational purposes.
As you can see internal subnet is class-B subnet. The proxy is authorization free proxy.

So,
http://google.com - works well
http://localhost:631 - works well (a 127.0.0.1 instead of localhost works well too)
http://wwwx/ - works well
ftp://somehost.myoffice.mycompany.ru - works
ftp://10.30.XX.XX/ - doesn't work ('waiting for 10.30.XX.XX...' - FF answers)
http://IP-of-internal-web-server:8080/ - doesn't work too with the same message from FF.

In case I do manual proxy configuration on the Connection Settings dialog of Firefox Preferensces
defining the <No Proxy for:> string with the value wich is same as $no_proxy listed above - everything works well.

I'v always tried following combinations for the no_proxy environment variable:
no_proxy="127.0.0.1, localhost, .myoffice.mycompany.ru, 10.30.0.0/16, wwwx"
no_proxy="127.0.0.1, localhost, .myoffice.mycompany.ru, 10.30.0.0, wwwx"
no_proxy="127.0.0.1, localhost, .myoffice.mycompany.ru, 10.30., wwwx"
no_proxy="127.0.0.1, localhost, .myoffice.mycompany.ru, 10.30, wwwx"
no_proxy="127.0.0.1, localhost, .myoffice.mycompany.ru, 10.30.0.0\/16, wwwx"
no_proxy="127.0.0.1, localhost, .myoffice.mycompany.ru, '10.30.0.0/16', wwwx"
no_proxy="127.0.0.1, localhost, .myoffice.mycompany.ru, 10.30.0.0%2F16, wwwx"
and even wildchars!!!
no_proxy="127.0.0.1, localhost, .myoffice.mycompany.ru, 10.30.*, wwwx"
no_proxy="127.0.0.1, localhost, .myoffice.mycompany.ru, 10.30*, wwwx"

It's a point for me to set proxy settings system-widely for some reason ;-).
Please, people! What I doing wrong? %-[

Some extra information about my linuxbox:
Linux myhost 2.6.37-gentoo-r4 #2 SMP Sat Apr 30 15:50:07 VLAST 2011 x86_64 Intel(R) Core(TM) i3 CPU 550 @ 3.20GHz GenuineIntel GNU/Linux

Best regards!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum