Local ports server

Hi all
I have a local protected WAN environment, where I have to set up several freebsd servers. Now I like to have a central server. The ports for this server will be updated reguarly. All the other servers I would like to update from this server. How can I do that? Is there a better way to do?

Thanks for your help.

Cheers daniel
 
NFS export /usr/ports read-only. Make sure you have pre-build packages in /usr/ports/packages (or somewhere else). Set WRKDIRPREFIX to a local directory if you need to build something from source.
 
When you're not using any of the pkg_tools or doing anything with the ports tree there won't be any network traffic. You can even unmount /usr/ports/ when you don't need it. I've set them to noauto in /etc/fstab and only mount when I need it.
 
Back
Top