centos - repos with proxy working together with repos without it -
centos - repos with proxy working together with repos without it -
i'm working reddish hat/centos linux, in 1 company have owns repositories (for secury issues) , had need of install others bundle arent in repos, made configuration in:
/etc/yum.repo (the configuration proxy)
proxy=server proxy_username=myuser proxy_password=mypsw
/etc/sysconfig/rhn/up2date (the configuration proxy)
enableproxy=1 httpproxy=server
/root/.bash_profile
export http_proxy="server:port"
and console : export http_proxy=http://myuser:mypsw@server:port
change x.repo (example remi.repo) proxy=server:port configuration
after utilize lynx create 1 connection, , come in login password proxy server, , after went can bundle x.repo (for 15 min), company repos doesn't work.
so question:
is possible have company repo , others repo working together? if possible config proxy not doing lynx connection? and if reply yes, how it, because if not have seek install bundle repo r (remi), 1 have dependency of repo c (company) have quit out proxy config, install dependecy c, set proxy 1 time again , install bundle a, 1 week of doing install easy thing (5 min max if proxy in place) proxy centos redhat
Comments
Post a Comment