Hi,
Yesterday I installed Fedora 25. After installing I installed Squid-4.0.17 (default). My external ip is w.x.y.z/28 on enp4s0 and and internal ip is a.b.c.d/22 on enp2s0. The firewalld is configured as below:
internal (active)
target: default
icmp-block-inversion: no
interfaces: enp2s0
sources: a.b.0.0/22
services: ssh mdns samba-client dhcpv6-client squid samba ftp http https pop3 pop3s smtp smtps
ports:
protocols:
masquerade: no
forward-ports: port=80
roto=tcp:toport=3128:toaddr=a.b.c.d
source-ports:
icmp-blocks:
rich rules:
external (active)
target: default
icmp-block-inversion: no
interfaces: enp4s0
sources:
services: ssh
ports:
protocols:
masquerade: yes
forward-ports:
source-ports:
icmp-blocks:
rich rules:
Now when starting squid with http_port 3128 sans intercept it starts and works fine. But intercept is added and restart / start it fails to start.
Can someone help me, please. If I failed to provide any further information for clarity, please ask.