Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

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

Code Block
languagebash
<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,

Code Block
languagebash
<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.