Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Sep 2008 16:49:26 +0100
From:      RW <fbsd06@mlists.homeunix.com>
To:        freebsd-questions@freebsd.org
Cc:        Albert.Shih@obspm.fr
Subject:   Re: portsnap in cron and firewall
Message-ID:  <20080905164926.07dbb9f1@gumby.homeunix.com.>
In-Reply-To: <20080905141402.GJ5474@pcjas.obspm.fr>
References:  <20080905141402.GJ5474@pcjas.obspm.fr>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 5 Sep 2008 16:14:02 +0200
Albert Shih <Albert.Shih@obspm.fr> wrote:

> Hi all
> 
> I've some servers for internal use. On those servers I have some pf
> (or ipfw) rule to deny any connection from inside to outside. 
> 
> Long time ago when ports tree is update with cvs, I'm using something
> like
> 
> pf command to open inside --> outside connection
> cvsup 
> portupgrade --fetch-only --all
> pf command to close inside --> outside connection
> 
> But now with portsnap cron (that's mean random sleep) I don't known
> when the system try to connect outside. 
> 
> Do you have any idea how can I make my update using portsnap (I known

You can do this"

sleep `jot -r  1 0 3599`
<open pf>
portsnap fetch
<close pf>


However, I would suggest you simply create pf rules to allow the
server contact to the portsnap servers. 



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