Skip Navigation Links | |
Exit Print View | |
![]() |
Oracle Solaris 11 Express Release Notes Oracle Solaris 11 Express 11/10 |
The additional information provided in this section relates to Chapter 16, Non-Global Zone Configuration (Overview), in System Administration Guide: Oracle Solaris Zones, Oracle Solaris 10 Containers, and Resource Management.
In this release, a new allowed-address property to the zonecfg net resource limits the set of configurable IP addresses that can be used by an exclusive-IP zone. In addition, the defrouter property is now supported for exclusive-IP zones.
# zonecfg -z my-zone zonecfg:my-zone> set ip-type=exclusive zonecfg:my-zone> add net zonecfg:my-zone:net> set allowed-address=11.1.1.32/24 zonecfg:my-zone:net> set physical=vnic0 zonecfg:my-zone:net> set defrouter=11.1.1.1 zonecfg:my-zone:net> end
For more information, see the zonecfg(1M) man page.