Hi,
I have a problem with configuration to redirect port 80 in the firewall for other server in the network in the port 3128.
firewall (bsd): 172.16.2.1
proxy squid (debian): 172.16.2.2
workstation (windows 7): 172.16.2.10
My proxy it's works in transparent mode. When I put your address and port 3128 manually in the browser, my workstations surf in the internet.
According the post http://forums.freebsd.org/showthread.php?t=15218, I enable on the firewall the key
in the /etc/sysctl.conf and put the rule
but nothing comes in the access.log of the proxy.
What's the problem? Can anyone help?
Thanks!
I have a problem with configuration to redirect port 80 in the firewall for other server in the network in the port 3128.
firewall (bsd): 172.16.2.1
proxy squid (debian): 172.16.2.2
workstation (windows 7): 172.16.2.10
My proxy it's works in transparent mode. When I put your address and port 3128 manually in the browser, my workstations surf in the internet.
According the post http://forums.freebsd.org/showthread.php?t=15218, I enable on the firewall the key
Code:
net.inet.ip.redirect=0
Code:
pass in quick on $int_if route-to (eth0 172.16.2.2) proto tcp from ! 172.16.2.2 to any port 80
What's the problem? Can anyone help?
Thanks!