Displaying 1 result from an estimated 1 matches for "9574b606".
2020 May 09
4
Transparent Squid and FirewallD : fine-tuning question
...proxy server. Which also works fine, though I'd like to figure out a little
detail. Here goes.
My router has two network interfaces, which I've aptly named WAN and LAN in the
NetworkManager configuration:
$ nmcli con show
NAME UUID TYPE DEVICE
WAN 9574b606-8f6d-3edc-95ad-8165df0f3fce ethernet enp2s0
LAN c726b168-1fcd-4dc5-a01d-8ad8a1ba38ee ethernet enp3s1
Squid is acting as a transparent proxy server:
$ sudo grep http_port /etc/squid/squid.conf
http_port 3128 transparent
In my firewall configuration, all requests to port 80 (HTTP) are redire...