Hi, guys
I have CentOS 3.4 I ping any host in intranet and internet from server I connect in server for any service: web, mail (pop,imap, smtp), dns, mysql, ssh with success but I can't use wget, curl, yum...
The connection always go to triying and nothing happens.
Maybe problem with routes? Iptables?
Thanks,
Tiago Bahi
There are some erros that I see: __________________________________________ YUM:
/etc/cron.daily/yum.cron:
Error getting file http://mirror.centos.org/centos/3/addons/i386/headers/header.info [Errno 4] IOError: <urlopen error > __________________________________________ CLAMAV
ERROR: Clamd was NOT notified: Can't connect to clamd on 127.0.0.1:3310 connect(): Connection refused __________________________________________
Tiago Bahi - VOE INTERNET wrote:
Hi, guys
I have CentOS 3.4 I ping any host in intranet and internet from server I connect in server for any service: web, mail (pop,imap, smtp), dns, mysql, ssh with success but I can't use wget, curl, yum...
The connection always go to triying and nothing happens.
Maybe problem with routes? Iptables?
Sounds like you're behind a proxy server???
"export http_proxy=http://192.168.1.1:3128"
sub with your correct proxy numbers.
Ken Godee wrote:
Tiago Bahi - VOE INTERNET wrote:
Hi, guys
I have CentOS 3.4 I ping any host in intranet and internet from server I connect in server for any service: web, mail (pop,imap, smtp), dns, mysql, ssh with success but I can't use wget, curl, yum...
The connection always go to triying and nothing happens.
Maybe problem with routes? Iptables?
Sounds like you're behind a proxy server???
"export http_proxy=http://192.168.1.1:3128"
sub with your correct proxy numbers.
And export ftp_proxy=http://192.168.1.1:3128 On some yum configs program start to download via ftp :-)
I traditionally put these proxy statements in /etc/profile on effected machines.... makes life easier for all. ;)
On Mon, 21 Feb 2005 17:44:31 +0200, Romeo Ninov rninov@mailbg.com wrote:
Ken Godee wrote:
Tiago Bahi - VOE INTERNET wrote:
Hi, guys
I have CentOS 3.4 I ping any host in intranet and internet from server I connect in server for any service: web, mail (pop,imap, smtp), dns, mysql, ssh with success but I can't use wget, curl, yum...
The connection always go to triying and nothing happens.
Maybe problem with routes? Iptables?
Sounds like you're behind a proxy server???
"export http_proxy=http://192.168.1.1:3128"
sub with your correct proxy numbers.
And export ftp_proxy=http://192.168.1.1:3128 On some yum configs program start to download via ftp :-) _______________________________________________ CentOS mailing list CentOS@caosity.org http://lists.caosity.org/mailman/listinfo/centos
Matt Bottrell wrote:
I traditionally put these proxy statements in /etc/profile on effected machines.... makes life easier for all. ;)
I wish we could just put the proxy settings in the yum.conf file!
I've other apps that will automatically use the "http_proxy" env var if set, but I don't want them to, so I have to manually set it each time I use yum to update. :(
On Mon, 2005-02-21 at 10:04 -0700, Ken Godee wrote:
Matt Bottrell wrote:
I traditionally put these proxy statements in /etc/profile on effected machines.... makes life easier for all. ;)
I wish we could just put the proxy settings in the yum.conf file!
I've other apps that will automatically use the "http_proxy" env var if set, but I don't want them to, so I have to manually set it each time I use yum to update. :(
in yum 2.1.13 and above, you can.
-sv
On Mon, 2005-02-21 at 10:48 -0700, Ken Godee wrote:
I wish we could just put the proxy settings in the yum.conf file!
in yum 2.1.13 and above, you can.
Cool, but looks like 3.3 is using 2.0.8. Any chance of a "yum yum" update? Worth asking anyway :)
not for centos 3.x, no.
-sv
Why not create an alias for the root user that first sets the proxy envs and then runs the yum command?
ie :
alias yum='export http_proxy=you.ip:port; export ftp_proxy=your.ip:port ; /path/to/yum'
That wil do the trick. ;)
On Mon, 21 Feb 2005 12:50:46 -0500, seth vidal skvidal@phy.duke.edu wrote:
On Mon, 2005-02-21 at 10:48 -0700, Ken Godee wrote:
I wish we could just put the proxy settings in the yum.conf file!
in yum 2.1.13 and above, you can.
Cool, but looks like 3.3 is using 2.0.8. Any chance of a "yum yum" update? Worth asking anyway :)
not for centos 3.x, no.
-sv
CentOS mailing list CentOS@caosity.org http://lists.caosity.org/mailman/listinfo/centos
All... Thanks by attention,
no proxy needed.
valid IP. access OK from inet to server. iptables disabled.
I donĀ“t know...
:-S
Tiago
----- Original Message ----- From: "Matt Bottrell" mbottrell@gmail.com To: "CentOS discussion and information list" centos@caosity.org Sent: Monday, February 21, 2005 1:48 PM Subject: Re: [Centos] Error in access internet from server...
I traditionally put these proxy statements in /etc/profile on effected machines.... makes life easier for all. ;)
On Mon, 21 Feb 2005 17:44:31 +0200, Romeo Ninov rninov@mailbg.com wrote:
Ken Godee wrote:
Tiago Bahi - VOE INTERNET wrote:
Hi, guys
I have CentOS 3.4 I ping any host in intranet and internet from server I connect in server for any service: web, mail (pop,imap, smtp), dns, mysql, ssh with success but I can't use wget, curl, yum...
The connection always go to triying and nothing happens.
Maybe problem with routes? Iptables?
Sounds like you're behind a proxy server???
"export http_proxy=http://192.168.1.1:3128"
sub with your correct proxy numbers.
And export ftp_proxy=http://192.168.1.1:3128 On some yum configs program start to download via ftp :-) _______________________________________________ CentOS mailing list CentOS@caosity.org http://lists.caosity.org/mailman/listinfo/centos
CentOS mailing list CentOS@caosity.org http://lists.caosity.org/mailman/listinfo/centos