Skip to content

Instantly share code, notes, and snippets.

@jiphex
Last active August 29, 2015 14:12
Show Gist options
  • Save jiphex/70906b3b20384cec1831 to your computer and use it in GitHub Desktop.
Save jiphex/70906b3b20384cec1831 to your computer and use it in GitHub Desktop.
Instructions/readme for running OpenBSD on BigV

Running OpenBSD on BigV

Use the normal virtio profile, everything just works

Networking

To get IPv6 to work, configure hostname.vio0 as follows:

dhcp
up
# next line is your IPv6 address as shown in vm show
inet6 2001:41c8:51:123:fcff:ff:feff:ffff 64 
# This is the same for all bytemark hosts
!route add -inet6 default -ifp vio0 fe80::1%vio0

Package mirror

Use the Bytemark mirror for faster package installs, add the following to /etc/pkg.conf:

installpath=http://mirror.bytemark.co.uk/OpenBSD/5.6/packages/amd64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment