Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Oct 2001 23:00:27 -0700
From:      "Freddie Cash" <fcash@bigfoot.com>
To:        Martin Schweizer <info@pc-service.ch>, freebsd-stable <freebsd-stable@FreeBSD.ORG>
Subject:   RE: Make install
Message-ID:  <3BC3818B.3565.4F3D3D@localhost>
In-Reply-To: <3BC2EAD6@webmail.swiss-web.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3BC3818B.3565.4F3D3D>