summaryrefslogtreecommitdiff
path: root/Base/usr/share/man/man1/ifconfig.md
blob: 7e77af027f3a112ee6d8584f3ddb00742af5399d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
## Name

ifconfig

## Synopsis

```sh
$ ifconfig [--ipv4 ip] [--adapter adapter] [--gateway gateway] [--mask mask]
```

## Description

Display or modify the configuration of each network interface.

## Options:

* `--help`: Display help message and exit
* `--version`: Print version
* `-i ip`, `--ipv4 ip`: Set the IP address of the selected network
* `-a adapter`, `--adapter adapter`: Select a specific network adapter to configure
* `-g gateway`, `--gateway gateway`: Set the default gateway of the selected network
* `-m mask`, `--mask mask`: Set the network mask of the selected network

<!-- Auto-generated through ArgsParser -->