Home Linux & Systems Cybersecurity Cloud & DevOps Networks & Infrastructure SIEM & Monitoring DFIR & Threat Intel Development & Other All categories Projects About Tools

Install OpenBSD

Leer en espanol
Install OpenBSD

Table of contents

What is OpenBSD? (WIKIPEDIA) OpenBSD is a system ===

Openbsd logo

Well, this time we are going to install OpenBSD 4.8, although version 4.9 will be released soon, I don't think it will change too much in its installation...

What is OpenBSD? (WIKIPEDIA)

OpenBSD it's a operating system free guy Unixcross platform, based on 4.4BSD. He is a descendant of NetBSD, with a special focus onsecurity and the cryptography.

This operating system focuses on portability, compliance with standards and regulations, correctness, proactive security and integrated cryptography. OpenBSD includes binary emulation for most system programsSVR4 (Solaris), FreeBSDLinuxBSD/YOU, SunOS andHP-UX.

We download OpenBSD from its official website.

We start from the cd-rom.

Pantallazo2

It welcomes us and asks us what we want to do, install, update or access a shell. INSTALL!

Pantallazo 113

Keyboard language, ES

Pantallazo 211

Team name.

Pantallazo 36

Network interface configuration, default, em0

Pantallazo 42

Network configuration, for now the assignment will be through DHCP.

Pantallazo 52

DHCP assigns us an IP address and asks us if we want to configure IPv6, NONE

Pantallazo 62

Ask if we want to do a manual configuration... well, NO at the moment

Pantallazo 73

root password

Pantallazo 92

Start the ssh daemon, YES

Pantallazo 102

Start ntpd, in my case not, since it is for testing... but for a server YES

Pantallazo 114

The graphical environment…YES

Pantallazo 122

If we want to log in through an xdm graphical environment we say YES (If you are going to install gnome or kde, I would recommend against it, because installing gnome has given me a lot of problems starting it later...)

Pantallazo 132

The user with whom we log in against the machine.

Pantallazo 141

Full name, we can use the same.

Pantallazo 151

We assign a password to the user.

Pantallazo 161

Next they ask us if we want to disable ssh connections to the root user.  YES

Pantallazo 171

We define the time zone

Pantallazo 181

We select the disk to use.

Pantallazo 191

It asks us if we want to use the entire disk for OpenBSD or partition it, Integer

Pantallazo 201

We use auto layout to avoid complications, but the task would be to configure the partitions.

Pantallazo 212

Create file systems and slices

Pantallazo 22 1

We install the sets via HTTP

Pantallazo 222

It will ask us if we need a proxy… NO

Pantallazo 241

We also have to give you the mirror to use for downloading the sets, one comes by default, ENTER.

Pantallazo 251

– We select the path where to find the files

Pantallazo 261

anonymous login…

Pantallazo 271

–  we select the sets that interest us and we end up with a donated

Pantallazo 281

Start downloading everything.

Pantallazo 291

Finally, it downloads and installs everything and asks us if we want to install more sets from another site.

Pantallazo 231

At the end we get a shell and we restart, reboot

Pantallazo 311

Start with xdm

Pantallazo 321

For those who want to install gnome.

text
#pkg_add gnome-session

so that GNOME starts when the system starts we will put it in /etc/rc.local

Bash
if [ -x /usr/local/sbin/gdm ]; then
echo -n ‘gdm’; /usr/local/sbin/gdm &
fi
/usr/local/bin/gdm nodaemon

and that's it!!!!

Pantallazo 34

Pantallazo 341

It is a bit of a basic installation, but I hope it has been useful to you.

Greetings, rokitoh! ;)


Comments