Page tree
Skip to end of metadata
Go to start of metadata

This outlines how to have multiple IP addresses in in a zone using one physical network card on the global zone.

<zone name="krypton" zonepath="/var/zones/krypton" autoboot="false">
  <inherited-pkg-dir directory="/lib"/>
  <inherited-pkg-dir directory="/platform"/>
  <inherited-pkg-dir directory="/sbin"/>
  <inherited-pkg-dir directory="/usr"/>
  <network address="192.168.0.10" physical="e1000g0"/>
</zone>

Edit /etc/zones/krypton.xml,

<zone name="krypton" zonepath="/var/zones/krypton" autoboot="false">
  <inherited-pkg-dir directory="/lib"/>
  <inherited-pkg-dir directory="/platform"/>
  <inherited-pkg-dir directory="/sbin"/>
  <inherited-pkg-dir directory="/usr"/>
  <network address="192.168.0.10" physical="e1000g0"/>
  <network address="192.168.0.11" physical="e1000g0"/>
</zone>

Yeah it is as simple as that.

  • No labels