This is an old revision of the document!


OpenBSD Install

Installing from ISO.

Set hostname
echo openbsd.digitaltrike.com > /etc/myname
Setup network routing

Can be used when setting up a static ip

Edit /etc/mygate:

50.198.187.254
Install python and set as default
pkg_add -r python
ln -sf /usr/local/bin/python2.7 /usr/local/bin/python
ln -sf /usr/local/bin/python2.7-2to3 /usr/local/bin/2to3
ln -sf /usr/local/bin/python2.7-config /usr/local/bin/python-config
ln -sf /usr/local/bin/pydoc2.7  /usr/local/bin/pydoc