{ claus.conrad }

SmartOS configuration notes

📅 Jan 15, 2013
⌛ 1 minute

Some notes about my experimentations with SmartOS (for personal use).

  • Change keymap
    Default is US, to change, add a line to /usbkey/config like this:
    default_keymap=denmark
    Source

  • VirtualBox networking

    • Set VirtualBox NIC to NAT mode
    • Set SmartOS configuration (during install) to:
      IP: 10.0.2.15
      Netmask: 255.255.255.0
      Default gateway: 10.0.2.2
      Source

  • Installing a Joyent VM (zone)
    imgadm update
    dsadm avail
    dsadm import fdea06b0-3f24-11e2-ac50-0b645575ce9d
    Create JSON configuration file for new VM
    Source

  • NAT for zones
    Source