summaryrefslogtreecommitdiff
path: root/ifconfig.1
blob: 7f896a060596ecefe78315350cc719c58fa91ef2 (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
25
26
27
28
29
30
31
32
.Dd 2023-04-24
.Dt IFCONFIG 1
.Os abase
.Sh NAME
.Nm ifconfig
.Nd inspect and manipulate network settings
.Sh SYNOPSIS
.Nm
[-a] [interface] [options]
.Nm
interface link [up|down]
.Sh DESCRIPTION
.Nm
.Sh OPTIONS
.sp
.RE
\fB-a\fP
.RS 4
Show all network interfaces and configurations
.RE
.sp
\fBinterface\fP
.RS 4
The name of the interface, for instance \fBeth0\fP.
.RE
.sp
\fBdown|up\fP
.RS 4
Set the interfacde \fBup\fP or \fBdown\fP.
.RE