are jails worth the time for a homeserver? running file/web/ftp/ssh services?
SuperMiguel said:a jail is a like a virtual machine?
SirDice said:Yes, more or less. It's an OS based virtual machine as apposed to a hardware based virtual machine (like vmware and all).
I have a jail running on my home server for some internet facing services like irc and apache. It's a good way to compartmentalize.
VMware is not a real hardware based virtual machine.FreeBSD to my knowledge doesn't support any hardware based virtual machine.SirDice said:Yes, more or less. It's an OS based virtual machine as apposed to a hardware based virtual machine (like vmware and all).
SuperMiguel said:Also does all the jails get a diff ip address?
so and then to comunicate from one jail to another i have to use ssh? or i can just copy file from jail to jail? Also does all the jails get a diff ip address?
VMware is a hardware virtual machine as it uses a hardware feature of the Pentium (and higher) processors. The 'proper' term would be hardware assisted virtual machine.Oko said:VMware is not a real hardware based virtual machine.
Correct. Not yet anyway. IIRC work is being done to get Sun's Virtual box and Xen-host working on FreeBSD.FreeBSD to my knowledge doesn't support any hardware based virtual machine.
Each jail must have an IP address, this has been the way since jails were first introduced. With 8-CURRENT you can have multiple IP addresses bound to the same jail and jails can even have no IP address. A lot of these features are currently MFC'd into 7-STABLE.Oko said:If I recall correctly that will be possible in FreeBSD 8.0.SuperMiguel said:Also does all the jails get a diff ip address?
SirDice said:IIRC work is being done to get Sun's Virtual box
Contrary to popular belief it is not a new feature. The good old Pentium (1; one) was already capable of this.vivek said:IBM / SUN and a new AMD / Intel vm technology can do hardware level virtualization.
http://wiki.freebsd.org/FreeBSD/XenOko said:I am really curious about Xen work though.
SirDice said:Contrary to popular belief it is not a new feature. The good old Pentium (1; one) was already capable of this.
SuperMiguel said:if my system is setup already.. do i need to reload?
SuperMiguel said:are jails worth the time for a homeserver? running file/web/ftp/ssh services?
AFAIK it was the P1 (vmware couldn't run on anything less), rudimentary perhaps but still it was there. The P4 and above just expended on this.vivek said:IIRC, P4 was the first one and not P1 to support VT technology.
mount -t devfs devfs /some/mount/point