From 7b5408c8c9f0f88888c3339b8771759bafc50512 Mon Sep 17 00:00:00 2001 From: c0dev0id Date: Mon, 6 Nov 2023 11:20:38 +0100 Subject: [PATCH] Update 2023-11-06 11:20:36 --- ...2023-11-06-OpenBSD_laptop_network_setup.pm | 147 ++++++++++++++++++ 1 file changed, 147 insertions(+) create mode 100644 src/posts/2023-11-06-OpenBSD_laptop_network_setup.pm diff --git a/src/posts/2023-11-06-OpenBSD_laptop_network_setup.pm b/src/posts/2023-11-06-OpenBSD_laptop_network_setup.pm new file mode 100644 index 0000000..5242456 --- /dev/null +++ b/src/posts/2023-11-06-OpenBSD_laptop_network_setup.pm @@ -0,0 +1,147 @@ +# OpenBSD: laptop network setup + +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