VirtualBox VM에 Ubuntu 13.04 Desktop을 설치하기위한 것입니다. xyz251 : 9090에서 HTTP 프록시를 사용하는 회사 네트워크에 있습니다. 자동 구성 스크립트를 사용하여 게스트 OS를 구성 했으므로 Firefox가 제대로 작동하지만 프록시를 사용하여 연결할 "apt-get"또는 "Ubuntu Software Center"를 얻을 수 없습니다.
"/etc/apt/apt.conf"파일을 만들었습니다. 이제 한 줄의 텍스트가 포함됩니다.
Acquire::http:Proxy "http://x.y.z.251:9090"
이것이 "System Settings / Network / Network Proxy"에서 지정하고 전체 시스템에 적용한 proxy.pac 파일입니다.
Firefox를 사용할 때 패킷 추적은 포트 9090에서 회사 프록시를 통해 TCP 연결이 완료되었음을 나타냅니다. "Ubuntu Software Center"및 "apt-get"을 실행하면 패킷 추적에 최종 대상 IP가있는 TCP SYN 패킷이 표시됩니다. 회사 방화벽은 포트 80의 TCP 연결이 들어 오거나 나가는 것을 차단하기 때문에 물론 SYN 패킷에 대한 응답이 없습니다.
터미널 창에서 "sudo apt-get"을 사용하면 항상 다음을 볼 수 있습니다.
Ign cdrom://Ubuntu 13.04 _Raring Ringtail_ - Release amd64 (20130424) raring/main Translation-en_US
Ign cdrom://Ubuntu 13.04 _Raring Ringtail_ - Release amd64 (20130424) raring/main Translation-en
Ign cdrom://Ubuntu 13.04 _Raring Ringtail_ - Release amd64 (20130424) raring/restricted Translation-en_US
Ign cdrom://Ubuntu 13.04 _Raring Ringtail_ - Release amd64 (20130424) raring/restricted Translation-en
Err http://extras.ubuntu.com raring Release.gpg
Could not connect to extras.ubuntu.com:80 (91.189.92.152), connection timed out
Err http://archive.canonical.com raring Release.gpg
Cannot initiate the connection to archive.canonical.com:80 (2001:67c:1360:8c01::1b). - connect (101: Network is unreachable) [IP: 2001:67c:1360:8c01::1b 80]
Err http://us.archive.ubuntu.com raring Release.gpg
Cannot initiate the connection to us.archive.ubuntu.com:80 (2001:67c:1562::14). - connect (101: Network is unreachable) [IP: 2001:67c:1562::14 80]
Err http://us.archive.ubuntu.com raring-updates Release.gpg
Cannot initiate the connection to us.archive.ubuntu.com:80 (2001:67c:1562::14). - connect (101: Network is unreachable) [IP: 2001:67c:1562::14 80]
Err http://us.archive.ubuntu.com raring-backports Release.gpg
Cannot initiate the connection to us.archive.ubuntu.com:80 (2001:67c:1562::14). - connect (101: Network is unreachable) [IP: 2001:67c:1562::14 80]
59% [Connecting to security.ubuntu.com (91.189.91.14)]
결국, 나는 본다 :
Err http://security.ubuntu.com raring-security Release.gpg
Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8c01::18). - connect (101: Network is unreachable) [IP: 2001:67c:1360:8c01::18 80]
Reading package lists... Done
W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/raring/Release.gpg Cannot initiate the connection to us.archive.ubuntu.com:80 (2001:67c:1562::14). - connect (101: Network is unreachable) [IP: 2001:67c:1562::14 80]
W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/raring-updates/Release.gpg Cannot initiate the connection to us.archive.ubuntu.com:80 (2001:67c:1562::14). - connect (101: Network is unreachable) [IP: 2001:67c:1562::14 80]
W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/raring-backports/Release.gpg Cannot initiate the connection to us.archive.ubuntu.com:80 (2001:67c:1562::14). - connect (101: Network is unreachable) [IP: 2001:67c:1562::14 80]
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/raring-security/Release.gpg Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8c01::18). - connect (101: Network is unreachable) [IP: 2001:67c:1360:8c01::18 80]
W: Failed to fetch http://archive.canonical.com/ubuntu/dists/raring/Release.gpg Cannot initiate the connection to archive.canonical.com:80 (2001:67c:1360:8c01::1b). - connect (101: Network is unreachable) [IP: 2001:67c:1360:8c01::1b 80]
W: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/raring/Release.gpg Could not connect to extras.ubuntu.com:80 (91.189.92.152), connection timed out
W: Some index files failed to download. They have been ignored, or old ones used instead.
나는 내가 뭘 잘못하고 있는지 전혀 확신하지 못한다.
--- 업데이트 ---- 나는 또한 시도했다 :
Acquire::http:proxy "http://user:pass@x.y.z.251:9090/"
"xyz"는 물론 자리 표시 자입니다. 내 고용주의 보안 담당자가 실제 숫자를 게시하는 것을 친절하게 보지 않을 것입니다. 패킷 추적에는 차이가 없습니다. "apt-get"은 여전히 실제 IP 주소와 포트 80을 사용하고 있습니다. apt.conf 파일에서 의도적 인 실수를했으며 "apt-get"이 오류로 종료되었습니다. 프록시에 대한이 구성 줄을 볼 것이라고 확신하지만 그것을 존중하지 않는 것 같습니다.
"NAT"네트워킹 연결을 사용하고 있습니다. 여기서 IT 정책을 위반하여 네트워크를 연결하고 DHCP 서버는 알려진 MAC 주소에만 주소를 제공합니다. 나는 큐브에 IT 보안을 두드리고 싶지 않습니다.
:
사이에 콜론이 더 빠졌을 수 있습니다 . 대신 . http
Proxy
http::Proxy
http:Proxy