From owner-freebsd-stable Tue Oct 9 23:11:31 2001 Delivered-To: freebsd-stable@freebsd.org Received: from ocis.ocis.net (ocis.ocis.net [209.52.173.1]) by hub.freebsd.org (Postfix) with ESMTP id 05CC637B405 for ; Tue, 9 Oct 2001 23:11:29 -0700 (PDT) Received: from darkside (dial-193.ocis.net [209.52.174.144]) by ocis.ocis.net (8.9.3/8.9.3) with ESMTP id XAA24561; Tue, 9 Oct 2001 23:11:19 -0700 From: "Freddie Cash" To: Martin Schweizer , freebsd-stable Date: Tue, 9 Oct 2001 23:00:27 -0700 MIME-Version: 1.0 Subject: RE: Make install Reply-To: fcash@bigfoot.com Message-ID: <3BC3818B.3565.4F3D3D@localhost> In-reply-to: <3BC2EAD6@webmail.swiss-web.com> X-mailer: Pegasus Mail for Win32 (v4.0, beta 40) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > I run a firewall (ipfw) and allow only some special ports (telnet, > ftp, http, etc.) . If I start make in any ports (in /usr/ports) my box > would fetch the source file in the internet but if the firewall runs > he could not do that. Which port I need on my firewall? Sorry about > confusion. Add a count and/or log rule to your firewall rules and find out. :) ipfw add 1 count log logamount 1000 ip from any to any out tail -f /var/log/security OR tail -f /var/log/firewall.log OR however you have loggin setup in /etc/syslog.conf "man ipfw" is your friend, and is actually a fairly easy read (the second time through). :) Cheers, Freddie fcash@bigfoot.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message