Skip to content

Instantly share code, notes, and snippets.

@aortmannm
Forked from mattconnolly/gist:6127693
Last active June 29, 2018 20:16
Show Gist options
  • Save aortmannm/8179182 to your computer and use it in GitHub Desktop.
Save aortmannm/8179182 to your computer and use it in GitHub Desktop.
# zonecfg -z <uuid>
zonecfg:uuid> add attr
zonecfg:uuid:attr> set name=resolvers
zonecfg:uuid:attr> set type=string
zonecfg:uuid:attr> set value=8.8.8.8,8.8.4.4
zonecfg:uuid:attr> end
zonecfg:uuid> verify
zonecfg:uuid> commit
zonecfg:uuid> exit
# vmadm reboot <uuid>
# zonecfg -z <uuid>
zonecfg:uuid> remove attr name=resolvers
zonecfg:uuid> add attr
zonecfg:uuid:attr> set name=resolvers
zonecfg:uuid:attr> set type=string
zonecfg:uuid:attr> set value=8.8.8.8,8.8.4.4
zonecfg:uuid:attr> end
zonecfg:uuid> verify
zonecfg:uuid> commit
zonecfg:uuid> exit
# vmadm reboot <uuid>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment