On this page
Configure Network on NetBSD
Operating System | 6.0.1 |
Website | NetBSD Website |
Introduction
The network is an essential part of system configuration. I will cover some aspects of it here.
Configuration
Display Interfaces and Associated IPs
Here’s the command:
|
|
Static IPs
We can declare interfaces persistently:
|
|
You add an ifconfig entry with the interface name, followed by its parameters.
Gateway
It’s possible to set the gateway like this:
|
|
Or alternatively:
|
|
Restart Network Services
|
|
Last updated 15 Mar 2013, 22:32 CET.