Re: How to make freebsd updater like cvsup

2007-06-16 Thread Robert Watson
On Sun, 17 Jun 2007, Ivo Vachkov wrote: or, if your systems are much alike you can export /usr/obj too and make buildworld on one server and make installworld on all. it works for me. If you do this, make sure your build configuration is the same on the two boxes -- i.e. make.conf/src.conf/e

Re: How to make freebsd updater like cvsup

2007-06-16 Thread Ivo Vachkov
or, if your systems are much alike you can export /usr/obj too and make buildworld on one server and make installworld on all. it works for me. On 6/16/07, Eugene Grosbein <[EMAIL PROTECTED]> wrote: On Sat, Jun 16, 2007 at 12:06:14PM +0545, Prakash Poudyal wrote: > I have 5 freebsd server in my

Re: Quickly creating VLANs?

2007-06-16 Thread Rudy Rucker
Works for me, but if you put in the 'inet' if breaks. # ifconfig vlan600 create vlan 600 vlandev fxp1 inet 10.20.0.1/24 ifconfig: inet: bad value man ifconfig: Since an interface can receive transmissions in differing protocols with different naming schemes, specifying the address family is

Re: Firewalling NFS

2007-06-16 Thread Jeremie Le Hen
Hi Alfred, On Fri, Jun 15, 2007 at 10:40:05PM -0700, Alfred Perlstein wrote: > * Jeremie Le Hen <[EMAIL PROTECTED]> [070615 01:07] wrote: > > Hi, > > > > It appears nearly impossible to firewall a NFS server on FreeBSD. > > I would be nearly impossible if one didn't know much about NFS. It is s

Re: freebsd nfs version4 server

2007-06-16 Thread Dave
Hi, Thanks for your reply. Do you know how far along this patch is or any configs needed to pull this off? Thanks. Dave. - Original Message - From: "Alfred Perlstein" <[EMAIL PROTECTED]> To: "Dave" <[EMAIL PROTECTED]> Cc: Sent: Saturday, June 16, 2007 1:41 AM Subject: Re: freebsd

the file /usr/src would be sufficent for updateing the freebsd content

2007-06-16 Thread Prakash Poudyal
On 6/16/07, Prakash Poudyal <[EMAIL PROTECTED]> wrote: Dear Eugene Thank you for your response would that be sufficent you know I do have various hardware infrastructure in the freebsd server like two servers are of IBM server and remaing other are of different hardware compatiblites. so woul

Re: How to make freebsd updater like cvsup

2007-06-16 Thread Eugene Grosbein
On Sat, Jun 16, 2007 at 12:06:14PM +0545, Prakash Poudyal wrote: > I have 5 freebsd server in my system. I want to update freebsd from cvsup in > only one server and remaining 4 server from the server where it was updated > from cvsup. So please can you tell me how to do this process or I am wait

Re: How to make freebsd updater like cvsup

2007-06-16 Thread Ivan Voras
Prakash Poudyal wrote: > Hello everybody, > > I have 5 freebsd server in my system. I want to update freebsd from > cvsup in > only one server and remaining 4 server from the server where it was > updated > from cvsup. The easiest way is just to export the updated src tree via NFS. signature

Re: Quickly creating VLANs?

2007-06-16 Thread Pieter de Boer
Ivan Voras wrote: ifconfig vlan600 destroy ifconfig vlan600 create ifconfig vlan600 vlan 600 vlandev fxp1 ifconfig vlan600 inet 10.20.0.1 netmask 255.255.255.0 Try ifconfig vlan600 create vlan 600 vlandev fxp1 10.20.0.1/24 -- Pieter ___ freebsd-net@f