# OpenBSD: a simple laptop network setup (with dhcp) Note, each of the commands comes with a man page, which I encourage you to read. This post is merely to get you started. ## Manuel Ethernet Device Setup List available network devices and configuration ``` # ifconfig ``` Typical ethernet devices are `em0`, `bge0`, `re0`. Look at the manpage of [em(4)](https://man.openbsd.org/em.4), [bge(4)](https://man.openbsd.org/bge.4) or any other device you might find to learn about what it is. You can configure these devices with ``` # ifconfig