View Single Post
  #1   (View Single Post)  
Old 10th September 2012
barti barti is offline
Shell Scout
 
Join Date: Jul 2012
Posts: 122
Default Not clear how to build a Jail with ezjail

Hi

I use this links:
http://forums.freebsd.org/showthread.php?t=16860
http://scratching.psybermonkey.net/2...gure-jail.html



------------
Step 2.
Next we'll create the jail for our webserver.

ezjail-admin create WEBSERVER 10.1.1.1
------------
What is 10.1.1.1 address?




-----------------------
Step 3.
Add the following to your hosts rc.conf (or manually via ifconfig)
ee /etc/rc.conf

cloned_interfaces="lo1"
ifconfig_lo1="inet 10.1.1.1 netmask 255.255.255.0"

----------------------


What is this?
cloned_interfaces="lo1"


Is there a simple manual for using ezjail?


Thanks.

I have a dedicated server with an ip address and that's it.
Reply With Quote