Skip to content

bahamat/smartos-ipv6-smf

Repository files navigation

Update: As of 20150917T235937Z full support for IPv6 has been added to vmadm with the added ips and gateways parameters. If you're using Triton, these parameters won't (yet) be added automatically, so the following may be useful to you. But if you're using SmartOS, see the updated SmartOS IPv6 configuration wiki page.

IPv6 SMF Manifest & Method

Supports ADDRCONF (SLAAC) and static addressing via the following services:

  • svc:/network/ipv6:addrconf
  • svc:/network/ipv6:static

ADDRCONF is enabled by default, and is required by all other instances.

Quick Start

Without git (suitable for SmartOS standalone global-zone, headnode global-zone or OS zones without git installed):

curl -k -LOC - https://github.com/bahamat/smartos-ipv6-smf/archive/master.tar.gz
gtar zxf master.tar.gz
smartos-ipv6-smf-master/install

For compute nodes, after set up on the headnode:

sdc-oneachnode -c -g /root/master.tar.gz -d /root
sdc-oneachnode -c '/usr/bin/gtar zxf /root/master.tar.gz -C /root; smartos-ipv6-smf-master/install'

With git (suitable for OS zones with git installed):

git clone https://github.com/bahamat/smartos-ipv6-smf/
smartos-ipv6-smf/install

About

SMF Manifest & Method to enable IPv6 on SmartOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages