Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Jul 2004 16:25:25 +0200
From:      Compu-Doc Godfrey <godfrey@compudoc.co.za>
To:        freebsd-newbies@freebsd.org
Subject:   Traffic from port 80 
Message-ID:  <6.1.2.0.0.20040722160152.027365a8@office.compudoc.za.org>

next in thread | raw e-mail | index | archive | help
Hello

I am trying to send all web traffic ie all browsing traffic sent to/via our 
office squid server. My ultimate aim is to put web guard on the squid 
server and see who is browsing rather than working :-))

What I am trying to achieve is a member of staff tries to browse the net 
and does not set the proxy on their pc for what ever reason their traffic 
gets directed to the proxy server

I tried the following in the rc.firewall script

/sbin/ipfw add 8500 deny tcp from any to any 80 via fxp0

Which deny's all port 80 traffic and stop's the browsing but then I cant do 
wget sessions from inside the firewall so the above is not satisfactory.

The next thing I tried on the fire wall was

redirect_port tcp 127.0.0.1:80 3128
redirect_port tcp 127.0.0.1:80 8080

But that does not help as it seems the sending pc was using ports like 2667 
to port 80 on the respective web server.

I would really appreciate any help with this problem thanks


Kind Regards

Godfrey

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Compu-Doc On-Line - http://www.compudoc.co.za
                Striving To Serve You Better
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Godfrey J. Hamshire      Compu-Doc On-Line
                                     10 Perth Place
                                      Umbilo Durban 4001
                                      Phone 031 4659009
                                      Fax 031 4651998
                                      Cell  083 773 8776
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Katsumoto: A perfect blossom. You could spend your whole life searching for
one, and it would not be a wasted life.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6.1.2.0.0.20040722160152.027365a8>