Sorry for answering this way, but I have lost the original thread somewhere.

I guess your gateway uses - like mine - two nics (mine are rl0 to the outside and rl1 to the inside).

It seems these two ipfw statements solve the problem:

# ipfw add 100 allow ip from any to any via rl0
This allows everything out via rl0 and
# ipfw add 200 fwd 127.0.0.1 tcp from any to any 80 recv rl1
this captures everything received from rl1 and sends it to squids port 80 .

Hope this helps,

Uli.

--
+-----------------------------------+
| Peter Ulrich Kruppa |
| - Wuppertal - |
| Germany |
+-----------------------------------+



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to