APT 업데이트 명령을 사용하려고 할 때:
# proxychains apt update
ProxyChains-3.1 (http://proxychains.sf.net)
0% [Connecting to 172.17.252.21 (172.17.252.21)]<--timeout:80-
Ign:1 http://http.kali.org/kali kali-rolling InRelease
0% [Connecting to 172.17.252.21 (172.17.252.21)]<--timeout:80-
Err:2 http://http.kali.org/kali kali-rolling Release
Cannot initiate the connection to 172.17.252.21:80 (172.17.252.21). - connect (111: Connection refused)
Reading package lists... Done
E: The repository 'http://http.kali.org/kali kali-rolling Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
이유는 불분명합니다. 저는 프록시체인을 사용하여 포트 2222의 역방향 SSH 수신 대기 포트를 가리킵니다.
내 배포판:
uname -a
Linux x.x.local 5.4.0-kali2-amd64 #1 SMP Debian 5.4.8-1kali1 (2020-01-06) x86_64 > GNU/Linux
답변1
이 경우 정답은 다른 사용자가 apt-proxy 설정을 네트워크에 존재하지 않는 IP 주소로 변경했다는 것입니다. 다음 명령을 실행하십시오.
apt-config dump | grep -i proxy
아무것도 반환되지 않으면 삭제해야 하는 프록시 구성이 있는 것입니다.
이 작업을 수행:
vim /etc/apt/apt.conf
프록시 설정이 포함된 줄을 주석 처리하거나 삭제합니다.