Transparent proxy on opt?
-
how do i setup squid to do transparent proxy on opt interface??
tia
rex -
Use the port forward option to create a rdr rule on opt interface to redirect http traffic to squid.
-
port forward:
interface: opt1
external: any
protocol: tcp
external port: 80
nat ip: 127.0.0.1 ??
local port: 3128is that it??
tia
rex -
yes,
127.0.0.1?? -> in tranaparnet mode squid is listening on * so this could even be the ip address of the OP1 interface. -
is this correct for using opt1 as bridge for lan interface (portforwarding for opt1 3128->80)?