net

command
v0.0.0-...-ba0b20d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 27, 2026 License: GPL-3.0 Imports: 8 Imported by: 0

Documentation

Overview

`net` provides network interface and routing utilities.

Main subcommands: - `interfaces` and `address` for inspection. - `start` to bring an interface up. - `assign` to set an IPv4 CIDR address. - `route` to set default gateway route.

Example usage: ```sh net interfaces net address eth0 net start eth0 net assign eth0 192.168.1.20/24 net route eth0 192.168.1.1 ```

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL