Privoxy를 시작할 수 없습니다

Privoxy를 시작할 수 없습니다

어떤 이유로 Privoxy를 시작할 수 없습니다.

서비스 개인정보 보호 시작

출력됩니다

Job for privoxy.service failed because the control process exited with error code.
See "systemctl status privoxy.service" and "journalctl -xe" for details.

systemctl 상태 privoxy.service

● privoxy.service - Privacy enhancing HTTP Proxy
   Loaded: loaded (/lib/systemd/system/privoxy.service; disabled; vendor preset:
   Active: failed (Result: exit-code) since Mon 2016-09-19 10:50:50 UTC; 11s ago
     Docs: man:privoxy(8)
           https://www.privoxy.org/user-manual/
  Process: 3262 ExecStart=/usr/sbin/privoxy --pidfile $PIDFILE --user $OWNER $CO

Sep 19 10:50:49 kali systemd[1]: Starting Privacy enhancing HTTP Proxy...
Sep 19 10:50:50 kali systemd[1]: privoxy.service: Control process exited, code=e
Sep 19 10:50:50 kali systemd[1]: Failed to start Privacy enhancing HTTP Proxy.
Sep 19 10:50:50 kali systemd[1]: privoxy.service: Unit entered failed state.
Sep 19 10:50:50 kali systemd[1]: privoxy.service: Failed with result 'exit-code'

통나무 :

2016-09-19 10:35:05.484 7fe373dd1700 Fatal error: can't bind to ::1:8118: Cannot assign requested address
2016-09-19 10:35:33.272 7f7512246700 Fatal error: can't bind to ::1:8118: Cannot assign requested address
2016-09-19 10:37:58.969 7f6bbc389700 Fatal error: can't bind to ::1:8118: Cannot assign requested address
2016-09-19 10:39:44.995 7f2b8b7ec700 Fatal error: can't bind to ::1:8118: Cannot assign requested address
2016-09-19 10:44:46.947 7fbba1eb3700 Fatal error: can't bind to ::1:8118: Cannot assign requested address
2016-09-19 10:48:51.484 7ff41042d700 Fatal error: can't bind to ::1:8118: Cannot assign requested address
2016-09-19 10:49:50.892 7f567ae44700 Fatal error: can't bind to ::1:8118: Cannot assign requested address
2016-09-19 10:50:49.124 7f49474de700 Fatal error: can't bind to ::1:8118: Cannot assign requested address
2016-09-19 10:55:26.675 7fae40333700 Fatal error: can't bind to ::1:8118: Cannot assign requested address
2016-09-19 11:13:19.510 7f8026d78700 Fatal error: can't bind to ::1:8118: Cannot assign requested address
2016-09-19 11:13:48.943 7f1573db9700 Fatal error: can't bind to ::1:8118: Cannot assign requested address
2016-09-19 11:14:52.538 7fa238a61700 Fatal error: can't bind to ::1:8118: Cannot assign requested address
2016-09-19 12:21:53.148 7fd07ed37700 Fatal error: can't bind to ::1:8118: Cannot assign requested address
2016-09-19 12:27:07.636 7fee46c21700 Fatal error: can't bind to ::1:8118: Cannot assign requested address
2016-09-19 12:48:43.332 7f6130688700 Fatal error: can't bind to ::1:8118: Cannot assign requested address
2016-09-19 14:33:55.284 7f2901d3e700 Fatal error: can't bind to ::1:8118: Cannot assign requested address
2016-09-19 14:34:01.923 7f03e25d8700 Fatal error: can't bind to ::1:8118: Cannot assign requested address
2016-09-19 14:36:46.247 7fa5233a9700 Fatal error: can't bind to ::1:8118: Cannot assign requested address
2016-09-19 15:39:00.351 7f099af89700 Fatal error: can't bind to ::1:8118: Cannot assign requested address

답변1

문제는 Privoxy가 IPv6 루프백 주소에 바인딩을 시도했다는 것입니다. 어떤 이유로 이 일을 할 수 없었습니다. 성공하더라도 해당 주소 외에는 어떤 방법으로도 접속할 수 없었을 것입니다.

시스템의 IP 주소를 설정함으로써 listen-addressPrivoxy는 다른 시스템에서 연결할 수 있도록 해당 주소를 수신하도록 지시되었습니다.

매우 중요합니다이제 승인되지 않은 시스템, 특히 공개 인터넷에 있는 시스템이 방화벽이나 기타 수단을 통해 Privoxy 인스턴스에 연결되지 않는지 확인해야 합니다.

관련 정보