How to create a zone in Solaris 10 # zonecfg -z zone01 zonecfg:zone01> create set zonepath=/opt/zones/zone01 set autoboot=true add net set address=192.168.0.1/24 set physical=ipge0 end add inherit-pkg-dir set dir=/opt/csw end verify ^D # zoneadm -z zone01 install # zoneadm -z zone01 boot # zoneadm list -cv # zlogin -C zone01 Run though the sysid cfg Use DEC vt100 Run Jass: /opt/SUNWjass/bin/jass-execute -d hardening.driver Open SSH ACL /etc/hosts.allow to management networks. (Done via JASS for me) Update IPF rules in /etc/ipf/ipf.conf (Done via JASS for me) Add FQDN to /etc/hosts