Fedora :: F11 Yum Proxy Changes From Http_proxy To Https_proxy?

Jun 25, 2009

At work I used to use "export http_proxy=http://xxx:8080" in F10 to instruct yum to use said http proxy. This no longer works with F11; yum would hang like this in F11, with http_proxy set: [root@taiwan timliim]# yum update Loaded plugins: refresh-packagekit The reason being that in F10 yum uses http to get mirror list, but in F11 it uses https. In F11 one can use export https_proxy=http://xxx:8080 or edit /etc/yum.conf to add proxy=http://xxx:8080 This knowledge is in other postings too, but their subject lines are less than obvious to me, so I am reposting a summarized version here.

View 4 Replies


ADVERTISEMENT

Ubuntu Networking :: Proxy Settings Using Export Http_proxy?

Mar 13, 2010

I am setting proxy for apt-get application in command line using xporthttp_proxy="http://usrnameasswrd@hostort"But my password contains special characters whi is mandatory in our system. the special characters are not recognised properly and it give authentication failure when i use apt-get..how do i work around this problem?? i know that i could put the hex code for the special characters so the system will recognise it properly, but i dont know how exactly, as i tried it but seems not working.

View 1 Replies View Related

Fedora :: TOR Onion Routing - Set Proxy For HTTP And HTTPS In Firefox But Say's 'unknown Proxy'

Jul 7, 2010

I've been trying to make myself anonymous, but I cant find 'Tor' anywhere, tried 'yum & kpackagekit' neither have it. I did find 'Privoxy', installed it, set proxy for HTTP and HTTPS in Firefox, but it says 'unknown proxy' when I try to use it! I've been to the Privoxy web site and read through the 'User manual', but most of it is 'geek' to me!

View 8 Replies View Related

Debian :: Why $http_proxy Only Works For Root User In Apt-get

Feb 24, 2010

I just setup a debian OS(in emulator) and trying to use apt-get update. When I log in as root and do:

export http_proxy=http://proxy.com:9090
apt-get update   works

If I use another user and ssh to this debian, sudo apt-get update will fail to work because it don't use the proxy. I try to do the export http_proxy stuff again but still not working. echo $http_proxy showing it already set correctly...

p/s:
I have a workaround by adding this lines in the apt.conf
ACQUIRE {
http::proxy "http://proxy.com:9090"
}

but I really don't want this solutions because I want to easily disable the http_proxy in command prompt (by unset it).

View 1 Replies View Related

Ubuntu :: Http_proxy Not Working In Lucid Lynx?

Apr 27, 2010

I upgraded from Karmic to Lucid yesterday and today today I've noticed that I can no longer apt-get update through the terminal. I'm behind a corporate firewall, so up till now I've always exported the proxy address like so:

Code:
export http_proxy=http://user:password@address:port
This hasn't worked under Lucid. I did some searching and found that Lucid did away with

[code]....

View 5 Replies View Related

Ubuntu Networking :: Export Http_proxy Won't Unset?

May 21, 2010

I use my laptop through a proxy and at home I don't. I've set the proxy at uni using export http_proxy="...", as well as ftp and https proxies. Now I'm at home, I go to unset them by typing export http_proxy="" and that works, until I close and reopen terminalwhere "export" shows the proxy still set

View 1 Replies View Related

Fedora :: Switch Between A Proxy And No Proxy Connection For Yum?

Sep 1, 2009

I am working on fc10. I connect to internet using two connections: with proxy and without proxy. Initially I had some problem in configuring yum for proxy and I resolved it by creating files proxy.sh and proxy.csh in /etc/profile.d with the required details (export_proxy).Now when I connect to my connection without proxy I have some problems .Whenever I try to do yum update I get the following error:

"[URL]: [Errno 12] Timeout: <urlopen error timed out> Trying other mirror. Error: failure: repodata/primary.xml.gz from adobe-linux-i386: [Errno 256] No more mirrors to try." what changes do I need to make in order to use yum in the connection without proxy?

View 3 Replies View Related

OpenSUSE Install :: KPackageKit HTTP_PROXY Error On Update 11.4 - Connection Failed

Mar 11, 2011

I am having an issue with KPackageKit, actually 2 issues but one makes it unusable. The major issue is that when I go to apply the updates I get the following error message (at least here are the details of the message)

Code:

Download (curl) error for 'http://download.nvidia.com/opensuse/11.4/repodata/repomd.xml':
Error code: Connection failed
Error message: Couldn't resolve proxy 'HTTP_PROXY'

I do not run my connection through a proxy and my internet works correctly. This is on a laptop I upgraded using zypper from 11.3 to 11.4 (I did the same with a desktop which does not have this issue). zypper refresh successfully refreshes the repositories, and the various Yast repo tools all work correctly. Additionally after I am shown the updates and am prompted for root pw, the packages will no longer show up for a while, each time it tries to look for updates the message comes through but they will show up after a while again. The other issue I have is that it requests my pw multiple times, this also happens on my desktop that actually will update. I get prompted twice, they are immediate and back to back. This one is a little minor annoyance but there should be no reason that it needs to make this request multiple times.

View 9 Replies View Related

Networking :: Squid Proxy Server On Ubuntu And WPAD - Proxy Auto Detection?

Dec 9, 2010

Currently my DHCP Server is working now what i want to have is auto detection of squid proxy in any browser but I still got an error in my dhcp server when I restart it.

My Config:

# DHCP configuration generated by Firestarter
ddns-update-style interim;
ignore client-updates;

[code]....

View 2 Replies View Related

Server :: Set Up Squid3 Proxy As A Transparent Proxy & Iptables Config

Feb 23, 2011

I am trying to set up my squid3 proxy as a transparent proxy - right now, I have to manually configure browsers to access via proxy. I understand that I have to put some rules into Iptables and also some further directives in the squid.conf.

I have a couple of specific questions. The proxy server is running on a Ubuntu 10.04 workstation and this machine also acts as a dhcp server for the network. I have just one subnet , namely 192.168.0.1-254 There is only 1 network card. Is it much easier to put in a second network card or is it just as easy to configure the existing lan card as a dual IP?

Is it necessary to configure these 2 IP's ( whether they are via 2 lan cards or dual IP on single card ) to be on different subnets. i.e ETH0 192.168.0.1 and ETH1 192.168.1.1 or is ok to have something like ETH0 192.168.0.1 and ETH1 192.168.0.254 ( where ETH0 is the one facing the LAN and ETH1 points to the modem router / switch i.e The Internet ) Where specifically do I save the Iptables rule configuration file and what must I call it ?

View 4 Replies View Related

General :: Convert HTTP Proxy To SOCKS Proxy?

Feb 27, 2010

I've been doing some security testing in a lab environment that does not have direct internet access. It's actually a little complicated: From home to connect to my lab machine, I

1. SSH to machineA.
2. SSH from machineA to machineB

where machineB is my actual lab machine. neither machineA or machineB allow anything other than SSH, and machineB is only accessible from machineA. However, I really need to run yum on machineB. I have managed to get internet access via Firefox on machineB by creating a series of SOCKS proxy via SSH.

1. machineB: ssh -L 12345:localhost:12345 user@machineA
2. machineA: ssh -D 12345 user@machineC
3. machineB: configure firefox to use socks proxy, localhost, 12345

where machineC has internet without limits placed. This is the only way I have managed to get internet working. I tried using ssh -L all the way from machineB->machineA->machineC but it didn't work (even when setting Firefox to use http proxy). I tried using ssh -D all the way, but again that doesn't work either.

I do have access via Firefox using socks proxy. However, yum update fails to retrieve mirror list, and from what I have found I don't believe yum supports socks proxy directly. Instead, it uses http_proxy / ftp_proxy. how to get yum to go out over the SOCKS proxy I created (same one using in Firefox)? It seems like since Firefox can access the internet and everything without issues, i should be able to get yum to tunnel through the same connection to access everything.... I tried

[URL]

View 1 Replies View Related

General :: Force Wget Proxy To Non Environment Proxy?

Aug 17, 2010

is there a way to force wget to use a specific squid proxy when making connections ? - I use a squid proxy normally, but I need this specific request to go via a different one. I dont have to use wget, I just need a way to test squid's blocking rules by requesting various pages through it, this proxy is not my normally proxy on the network and so I cant rely on wget taking the environment variable.

Also, this is as part of a script, so anything that avoids editing wget config files would be best. - Perhaps curl can do this ? - currently im using the exit code of wget to determine if the connection was made.

View 1 Replies View Related

Networking :: Forwarding All Traffic To The Proxy To Another Proxy

Oct 28, 2009

At the moment I have a proxy and all the users have to configure it in the browser to access internet. I want to make the users able to browse even without configuring the proxy in the browser. but eventually it should be received in the proxy rather than giving an error to the user. I heard with transparent proxy I can redirect all the traffic from a particular network, to a particular host( ie my existing proxy).

I tried this using firewall rules. But then the existing proxy doesn't understand the protocol of the requests. I heard that it should be in the kind of proxy protocol.

View 1 Replies View Related

Networking :: Browser Using Proxy Not Using Proxy's IP?

Feb 23, 2010

I've setup squid proxy st time on centos 5.This is my current setup.squid.conf:Quote:acl our_networks src 192.168.10.0/24 ttp_access allow our_networksQuote:

internet -- modem -- Firewall --switch--squid proxy (192.168.10.100)
--client workstation ((192.168.10.200)
(client workstation is connected to the same switch as the squid proxy)

[code]...

View 1 Replies View Related

Fedora :: Install The Vlc Behind Proxy?

Mar 19, 2010

I tried this on Fedora 12. The proxy settings for yum are set (yum update is working fine)

Code:

[URL]

I get this :

Code:

Retrieving http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
curl: (22) The requested URL returned error: 400
error: skipping http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm - transfer failed

How to use rpm from behind a proxy ?

View 4 Replies View Related

Fedora Networking :: How Do I Set Proxy

Aug 7, 2011

how do i set the proxy in fedora and also editing the update location from the add or remove software in fedora 15.

View 1 Replies View Related

Fedora Networking :: Script To Set Proxy ?

Apr 3, 2009

I have a netbook running Fedora 10 that i use for work, whilst at work i move around allot of schools. Each have varying proxy settings etc... So i was wondering if it was possible to set the system proxy (the one in System->Preferances->Internet And Network->Network Proxy) from bash. That way i can write a script that looks at my IP (each school has a diff ip e.g. 10.x.y.z) and then sets the system proxy accordingly.

View 6 Replies View Related

Fedora Networking :: Setup Rpm To Use The Same Proxy?

Feb 23, 2010

i setup yum to use my proxy (/etc/yum.conf , /etc/profile.d / KDE network setting)and it works great.

but rpm does not.(the command rpm) how do i setup rpm to use the same proxy yum is setup with ??

View 14 Replies View Related

Red Hat / Fedora :: Transparent Proxy With Squid

Apr 7, 2009

I am trying to configure squid with Fedora 10 to use it as a transparent proxy webcache.Is there any good tutorial you would recommend to a novice?

View 1 Replies View Related

Red Hat / Fedora :: Generating Own Socks 5 Proxy?

May 8, 2009

I want to generate my own socks 5 proxy not for lan but for my use on internet I want to access that proxy from any pc and any connection. Like proxy supplied by atomintersoft.com or xroxy.com i want to create my own 300 socks 5 proxy. I can have dedicated server if required to do so.

1)tell me steps to create my own socks5 proxy.What are general system requirement.

2)Which Distro will be best for this purpose.I am new here and dont have idea about linux but can grasp everything faster than u!

View 1 Replies View Related

Red Hat / Fedora :: Locking Down The Proxy Setting?

Feb 16, 2010

how to lock down individual users from setting a proxy server. Its a server not a WS so it should never go to the internet. I want to lock down the system side and firefox 5 settings. found this link but its a bit confusing. I want to lock the system and mozilla Locking preferences - MozillaZine Knowledge Base I tired this and put the local-setting.js in and now the firefox wont start at all. "failed to read the configuration file. Please contact your system administrator. well read several sites that all say to do the same thing but they are talking windows and mac so may be i am missing something being Linux...So what I did was create a file called

/usr/lib64/firefox-3.0.12/defaults/profile
more mozilla.txt
//

[code]...

Still get error.this link explains what the setting 0-5 are used for Network.proxy.type - MozillaZine Knowledge Base So i thought this might be a permission issue and did a 777 on the local-setting.js file. Still get the error.

View 4 Replies View Related

Fedora :: Export Proxy Via Profile.d?

Feb 7, 2011

So I've always added an export line in the /etc/profile that has the proxy server for our organization. Now there is a warning in that file that I should use a custom .sh in the profile.d folder. Can I just create a myproxy.sh with the export http_proxy="insert my proxy" line in it and call it a day or do I have to do some crazy shell script?

View 2 Replies View Related

General :: Use Proxy Server In Fedora ?

Mar 31, 2011

I want to use proxy server in fedora 14.I dont know how to do it.

View 4 Replies View Related

Fedora Networking :: Yum And System Proxy Settings

Feb 19, 2010

how do i get yum, KPackageManager to use System Proxy Settings for there network access ? by proxy i mean it's a program that uses my phone as the proxy.here is the command adb forward tcp:8080 tcp:8080

now i got it to work for firefox like this localhost 8080 for all protocols.did the same in KDE proxy settings localhost 8080 for all protocols..just need to know hot to configure yum and kPackageManage
to use it as well?

View 14 Replies View Related

Fedora Networking :: Create A Proxy Server On A F10/F11/F12?

Mar 9, 2010

I'm a network administrator and I have to cut the internet access to some network users. I would like to do that by installing a proxy server on a F10/F11/F12.

View 5 Replies View Related

Fedora Servers :: Squid 3.1.1 Proxy Server Will Not FTP

May 11, 2010

I have 4 servers running squid/3.1.1 proxy server. Since the latest version I can no longer FTP. I have posted this problem in multiple places but have received almost no response. I've found several other post to this problem throughout the Internet which have also gone unanswered. So, once again, I thought I'd give it a try. As I said "I have 4 servers running the newest version of Squid". When I try to access an ftp, any ftp, I receive an error (check attached image). This was never a problem until just recently. Squid should work perfectly find with ftp, it is not a strictly http proxy.

I turned my firewall off just to make sure, still had the same issue. If I jump directly on the server itself with no proxy settings set in the browser it will work fine. As soon as I set the browser setting to access the Squid software I get the same error. I've included my squid config (which is unchanged from the default settings), maybe somebody better versed than myself can point out an obvious flaw. Everything else seem to work just fine, it's only FTP that's a problem.

View 3 Replies View Related

Fedora :: Cannot Fully Access Repositories Behind Proxy ?

Jul 2, 2010

I have a problem accessing repositories behind my proxy. Another problem, I have no access for that installation right now, but I do remember what I did.

First, this is fresh install Fedora 13 with KDE. I manually added IP, subnet mask, DNS, to network manager. Then, manually added proxy settings to SystemSettings/ NetworkSettings/ Proxy. After that,

Also, in /etc/yum.repos.d/fedora.repos and i686.repos (I mean, Core repositories and Standard one) I commented out "fedora" address line, and uncommented "mirror".

Now I can, for example, yum install wine, but yum install unrar fails totally (not found), and yum install mc (midnight commander) shows error, where I can copy address or rpm, and make localinstall then.

View 3 Replies View Related

Fedora Networking :: Configuring Yum To Use The Socks Proxy?

Jul 22, 2010

I have an internet connection through socks4 proxy form a server nearby to my laptop(fedora 12) i need to update and install sofwares. How to configure yum to use the socks proxy?

View 2 Replies View Related

Fedora :: Installing Teamviewer5 With Proxy Authentication?

Oct 24, 2010

I am using Fedora 12-i386 in my laptop and have installed teamviewer5 for linux. I am unable to connect teamviewer. It always says, "Not Ready, Please Check your Connection". My network needs a proxy authentication. Teamviewer for Windows works well in my desktop having Win XP, in the same network.

View 1 Replies View Related

Fedora Servers :: Reverse The Proxy With Squid?

Mar 14, 2011

I have a reverse proxy set up with squid. I'm going to try and explain what it's doing and I apologize for it being confusing, I'll do the best I can to describe my problem. First, it's for our phone system. We run a ShoreTel Voip system. The owner has decided he wants me to setup MCM (Mobile Call Manager), which from what I can see is an under developed, and almost impossible to get help with Shoretel software. But he's convinced he needs it for his Iphone. It's supposed to, in a nutshell, turn his Iphone into his work phone with all the advantages and doodads that come with it. Apparently, "they have an app for that". On the server side, I need to setup a reverse proxy back into the network on our phone server. Simple enough, I did this with squid. I used the following lines:

Code:

http_port 80 accel defaultsite=172.17.137.7
cache_peer http://172.17.137.7 parent 80 0 no-query originserver name=myAccel
acl our_sites dstdomain http://172.17.137.7

[code]....

Code:

always_direct allow all It most definitely is allowing traffic back to the phone server, the problem is, it hands out my internal server address to the outside client. So for instance, if I connect to the outside routable address with my phone, it will immediately change the url to http://172.17.137.7 which is the inside nat address of my phone server. Which of course doesn't work, since I couldn't browse to that address from the outside. It does however work from the inside of the network, obviously because 172.17.137.7 is accessible from the inside.

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved