오징어를 통해 인터넷이 부팅되지 않음

오징어를 통해 인터넷이 부팅되지 않음

오징어 6.2를 설치했습니다. SSL을 사용하여 소스에서 빌드했습니다. 서비스가 정상적으로 시작됩니다. 네트워크 카드가 2개 있습니다. 하나는 로컬 네트워크를 보고 다른 하나는 인터넷을 봅니다. 구성 파일을 구성하기 위해 인터넷의 구성 매뉴얼을 사용하고 있습니다. sudo squid -k reconfigure 및 sudo squid -k 명령을 실행한 후 출력은 다음과 같습니다.

  2024/04/09 22:08:41| Processing Configuration File: /etc/squid/squid.conf (depth 0)
2024/04/09 22:08:41| Processing: acl localnet src 0.0.0.1-0.255.255.255 # RFC 1122 "this" network (LAN)
2024/04/09 22:08:41| Processing: acl localnet src 10.0.0.0/8            # RFC 1918 local private network (LAN)
2024/04/09 22:08:41| Processing: acl localnet src 100.64.0.0/10         # RFC 6598 shared address space (CGN)
2024/04/09 22:08:41| Processing: acl localnet src 169.254.0.0/16        # RFC 3927 link-local (directly plugged) machines
2024/04/09 22:08:41| Processing: acl localnet src 172.16.0.0/12         # RFC 1918 local private network (LAN)
2024/04/09 22:08:41| Processing: acl localnet src 192.168.0.0/24               # RFC 1918 local private network (LAN)
2024/04/09 22:08:41| Processing: acl localnet src fc00::/7              # RFC 4193 local private network range
2024/04/09 22:08:41| Processing: acl localnet src fe80::/10             # RFC 4291 link-local (directly plugged) machines
2024/04/09 22:08:41| Processing: acl SSL_ports port 443
2024/04/09 22:08:41| Processing: acl Safe_ports port 80         # http
2024/04/09 22:08:41| Processing: acl Safe_ports port 21         # ftp
2024/04/09 22:08:41| Processing: acl Safe_ports port 443                # https
2024/04/09 22:08:41| Processing: acl Safe_ports port 70         # gopher
2024/04/09 22:08:41| Processing: acl Safe_ports port 210                # wais
2024/04/09 22:08:41| Processing: acl Safe_ports port 1025-65535 # unregistered ports
2024/04/09 22:08:41| Processing: acl Safe_ports port 280                # http-mgmt
2024/04/09 22:08:41| Processing: acl Safe_ports port 488                # gss-http
2024/04/09 22:08:41| Processing: acl Safe_ports port 591                # filemaker
2024/04/09 22:08:41| Processing: acl Safe_ports port 777                # multiling http
2024/04/09 22:08:41| Processing: http_access deny !Safe_ports
2024/04/09 22:08:41| Processing: http_access deny CONNECT !SSL_ports
2024/04/09 22:08:41| Processing: http_access allow localhost manager
2024/04/09 22:08:41| Processing: http_access deny manager
2024/04/09 22:08:41| Processing: include /etc/squid/conf.d/*.conf
2024/04/09 22:08:41| Processing Configuration File: /etc/squid/conf.d/debian.conf (depth 1)
2024/04/09 22:08:41| Processing: logfile_rotate 0
2024/04/09 22:08:41| Processing: http_access allow localhost
2024/04/09 22:08:41| Processing: http_access allow localnet
2024/04/09 22:08:41| Processing: http_access allow all
2024/04/09 22:08:41| Processing: http_port 3130
2024/04/09 22:08:41| Processing: https_port 192.168.0.110:3129 intercept ssl-bump cert=/etc/squid/squidCA.pem generate-host-certificates=on dynamic_cert_mem_cache_size=4MB
2024/04/09 22:08:41| Starting Authentication on port 192.168.0.110:3129
2024/04/09 22:08:41| Disabling Authentication on port 192.168.0.110:3129 (interception enabled)
2024/04/09 22:08:41| Processing: http_port 192.168.0.110:3128 intercept
2024/04/09 22:08:41| Starting Authentication on port 192.168.0.110:3128
2024/04/09 22:08:41| Disabling Authentication on port 192.168.0.110:3128 (interception enabled)
2024/04/09 22:08:41| Processing: sslcrtd_program /usr/lib/squid/security_file_certgen -s /var/lib/squid/ssl_db -M 4MB
2024/04/09 22:08:41| Processing: acl step1 at_step SslBump1
2024/04/09 22:08:41| Processing: ssl_bump peek step1
2024/04/09 22:08:41| Processing: ssl_bump bump all
2024/04/09 22:08:41| Processing: ssl_bump splice all
2024/04/09 22:08:41| Processing: coredump_dir /var/spool/squid
2024/04/09 22:08:41| Processing: refresh_pattern ^ftp:          1440    20%    10080
2024/04/09 22:08:41| Processing: refresh_pattern ^gopher:       1440    0%     1440
2024/04/09 22:08:41| Processing: refresh_pattern -i (/cgi-bin/|\?) 0    0%     0
2024/04/09 22:08:41| Processing: refresh_pattern \/(Packages|Sources)(|\.bz2|\.gz|\.xz)$ 0 0% 0 refresh-ims
2024/04/09 22:08:41| Processing: refresh_pattern \/Release(|\.gpg)$ 0 0% 0 refresh-ims
2024/04/09 22:08:41| Processing: refresh_pattern \/InRelease$ 0 0% 0 refresh-ims
2024/04/09 22:08:41| Processing: refresh_pattern \/(Translation-.*)(|\.bz2|\.gz|\.xz)$ 0 0% 0 refresh-ims
2024/04/09 22:08:41| Processing: refresh_pattern .              0       20%    4320
2024/04/09 22:08:41| Requiring client certificates.
2024/04/09 22:08:41| Loaded signing certificate: /C=RU/ST=Moscow/L=Moscow/O=Internet Widgits Pty Ltd
2024/04/09 22:08:41| Not requiring any client certificates

sudo squid -k 명령을 사용하여 재구성

2024/04/09 22:09:41| Processing Configuration File: /etc/squid/squid.conf (depth 0)
2024/04/09 22:09:41| Processing Configuration File: /etc/squid/conf.d/debian.conf (depth 1)
2024/04/09 22:09:41| Starting Authentication on port 192.168.0.110:3129
2024/04/09 22:09:41| Disabling Authentication on port 192.168.0.110:3129 (interception enabled)
2024/04/09 22:09:41| Starting Authentication on port 192.168.0.110:3128
2024/04/09 22:09:41| Disabling Authentication on port 192.168.0.110:3128 (interception enabled)
2024/04/09 22:09:41| ERROR: cannot change current directory to /var/spool/squid: (2) No such file or directory
2024/04/09 22:09:41| Current Directory is /home/nicolay
2024/04/09 22:09:41| FATAL: failed to open /var/run/squid.pid: (2) No such file or directory
    exception location: File.cc(191) open

모든 인증서가 생성되었습니다. 경로의 철자가 정확합니다. https를 통한 인터넷은 클라이언트 컴퓨터에서 작동하지 않습니다. 핑이 오고 있어요. iptables에는 PREROUTING 및 INPUT에서 443에서 3129, 80에서 3128까지의 포트 전달 규칙이 있습니다. 오징어.구성

acl localnet src 0.0.0.1-0.255.255.255  # RFC 1122 "this" network (LAN)
acl localnet src 10.0.0.0/8             # RFC 1918 local private network (LAN)
acl localnet src 100.64.0.0/10          # RFC 6598 shared address space (CGN)
acl localnet src 169.254.0.0/16         # RFC 3927 link-local (directly plugged) machines
acl localnet src 172.16.0.0/12          # RFC 1918 local private network (LAN)
acl localnet src 192.168.0.0/24         # RFC 1918 local private network (LAN)
acl localnet src fc00::/7               # RFC 4193 local private network range
acl localnet src fe80::/10              # RFC 4291 link-local (directly plugged) machines

acl SSL_ports port 443
acl Safe_ports port 80          # http
acl Safe_ports port 21          # ftp
acl Safe_ports port 443         # https
acl Safe_ports port 70          # gopher
acl Safe_ports port 210         # wais
acl Safe_ports port 1025-65535  # unregistered ports
acl Safe_ports port 280         # http-mgmt
acl Safe_ports port 488         # gss-http
acl Safe_ports port 591         # filemaker
acl Safe_ports port 777         # multiling http

http_port 3130
https_port 192.168.0.110:3129 intercept ssl-bump cert=/etc/squid/squidCA.pem generate-host-certificates=on dynamic_cert_mem_cache_size=4MB
http_port 192.168.0.110:3128 intercept

sslcrtd_program /usr/lib/squid/security_file_certgen -s /var/lib/squid/ssl_db -M 4MB

acl step1 at_step SslBump1

ssl_bump peek step1
ssl_bump bump all

ssl_bump splice all

도와주세요. 저는 리눅스를 처음 접했습니다. Squida 로그 및 캐시를 읽을 수 없습니다. 인터넷에 있는 정보는 모두 다르지만 도움이 되지 않습니다. 캐시를 지우거나 pi 파일을 수동으로 생성하는 것과 같은 작업은 도움이 되지 않았습니다. Squid 5.7을 설치하면 저장소에서 인터넷을 얻을 수 있지만 http 프로토콜을 사용합니다. 구성은 동일합니다. Squid 5.7이 내 컴퓨터에서 컴파일되는 것을 원하지 않았기 때문에 Squid 6.2를 설치해야 했습니다. 나는 이것이 소스 코드와 관련이 있다고 생각합니다. 머신은 우분투 서버 22.04에 있습니다. 가상 머신에서 사용하고 있습니다.

답변1

나는 다음과 같은 결정을 내리는 데 도움을 주었습니다. 명령을 통해 오징어를 성공적으로 설치했습니다.

sudo apt install squid-openssl

저장소를 업데이트하기 전에. 소스에서 조립되지 않은 Squid 5.7이 설치된 패키지입니다. Squid 5.7 구성이 성공적으로 완료되었습니다. 어쩌면 소스가 나쁜 것일 수도 있습니다. SSL이 포함된 Squid 5.7용 deb 패키지가 있는지 모르겠습니다. 스티븐 지터의 성공에 정말 감사드립니다.

관련 정보