Re: Using 'Jails' like Solaris Zones??

2010-01-11 Thread Miroslav Lachman

Glen Barber wrote:

Hi,

Miroslav Lachman wrote:

Kaya Saman wrote:

[...]


Since FreeBSD has all the software I require and is quite easy on system
resources I was considering using 'Jails' where in Solaris I would be
using Zones to dedicate an individual IP address to each instance of Bind.

However, is it possible to dedicate a specific NIC to each instance of
Bind as well since this is really what I would be doing in Solaris???

Apologies if I seem a bit vague on which OS I will choose, it's just
that I am trying to consolidate as many services as possible without
requiring any more hardware.


AFAIK FreeBSD jail can't be bound to a specific NIC, but can be bound to
IP address(es) and addresses can be assigned to a different NICs.
It means, if you have following NICs: nic0, nic1 and IPS on NICs:
nic0 = 10.10.10.10
nic1 = 10.20.20.20


As of 7.2, jails can be bound directly to a specific interface.

The example in /etc/defaults/rc.conf shows:

#jail_example_interface=



It is different thing and exists for more than 3 years.

As is stated in the manpage, this is just a rc.conf(5) variable used to 
choose the interface where IP alias will be created, but is has nothing 
to do with jail(8) command. The command takes list of IP addresses, not 
NICs.


jail_jname_interface
 (str) Unset by default.  When set, sets the interface to use
 when setting IP address alias.  Note that the alias is cre-
 ated at jail startup and removed at jail shutdown.


Miroslav Lachman
___
freebsd-jail@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-jail
To unsubscribe, send any mail to freebsd-jail-unsubscr...@freebsd.org


Current problem reports assigned to freebsd-jail@FreeBSD.org

2010-01-11 Thread FreeBSD bugmaster
Note: to view an individual PR, use:
  http://www.freebsd.org/cgi/query-pr.cgi?pr=(number).

The following is a listing of current problems submitted by FreeBSD users.
These represent problem reports covering all versions including
experimental development code and obsolete releases.


S Tracker  Resp.  Description

o conf/141317  jail   [patch] uncorrect jail stop in /etc/rc.d/jail
o kern/133265  jail   [jail] is there a solution how to run nfs client in ja
o kern/119842  jail   [smbfs] [jail] Bad address with smbfs inside a jail
o bin/99566jail   [jail] [patch] fstat(1) according to specified jid
o bin/32828jail   [jail] w(1) incorrectly handles stale utmp slots with 

5 problems total.

___
freebsd-jail@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-jail
To unsubscribe, send any mail to freebsd-jail-unsubscr...@freebsd.org