我刚才去搜索了一下 Gentoo 论坛以前的帖子,似乎真的只有修改 RSYNC_PROXY 这个变量,但是另一个人他也碰到了和你完全一样的问题,而无法解决(他更惨,没人回复他。。。

)
[quote=ebrostig][quote=smigil]I want to install gentoo but when i type
[code]emerge sync
my machine cant connect to gentoo site, it seems like the rsync port is blocked.
Is there a way to connect to another port ( like SSL on GNU Savanah )[/qutote]
If your firewall has an http proxy (most firewalls do), you may be able to use. I do that at work.
You can try to set:
RSYNC_PROXY=www-proxy.domain.com:80 (Replace www-proxy.domain.com with the hostname of your firewall)
Erik[/quote]
[quote=Atreillou]Vla-li etc # export RSYNC_PROXY="my.proxy:3128S"
vla-li etc # emerge rsync
>>>starting rsync with rsync://rsync.gentoo.org/gentoo-portage...
bad response from proxy - HTTP/1.0 403 Forbidden
rsync: failed to cnnect to my.proxy: Success
rsync: error: error in socket IO (code 10) at clientserver.c (97)
>>>Updating Portage cache...
vla-li etc#[/quote]