From owner-freebsd-questions@FreeBSD.ORG Sun Sep 12 06:06:01 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 698BC16A4CF for ; Sun, 12 Sep 2004 06:06:01 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D99943D1D for ; Sun, 12 Sep 2004 06:06:01 +0000 (GMT) (envelope-from shantanoo@gmail.com) Received: by mproxy.gmail.com with SMTP id 77so247564rnl for ; Sat, 11 Sep 2004 23:05:59 -0700 (PDT) Received: by 10.38.78.30 with SMTP id a30mr551585rnb; Sat, 11 Sep 2004 23:05:59 -0700 (PDT) Received: by 10.38.171.78 with HTTP; Sat, 11 Sep 2004 23:05:59 -0700 (PDT) Message-ID: <2301747004091123051fa978f8@mail.gmail.com> Date: Sun, 12 Sep 2004 11:35:59 +0530 From: Shantanoo To: JP In-Reply-To: <20040912054850.18704.qmail@web40112.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20040912054850.18704.qmail@web40112.mail.yahoo.com> cc: freebsd-questions@freebsd.org Subject: Re: Proxy/Firewall Question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Shantanoo List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 06:06:01 -0000 On Sat, 11 Sep 2004 22:48:50 -0700 (PDT), JP wrote: > Hello Gang, > > I am a novice at this so please bear with me. I have > successfully configured Squid, Nylon and my firewall, > my question is how do I disable any net traffic that > is not going through the proxy? It would be best for > all LAN traffic (telnet, ftp, chat, socks, etc) to > pass through the proxy otherwise get dropped. > > I would imagine its a Windows configuration thing but > I am not for certain. > > Thanks, > JP > disable NATting. using firewall allow connections to ports on which squid and/or nylon is listening. BTW, which firewall are you using? Shantanoo