
When possible, network drivers are now started automatically. That means that netconf(8)'s network driver selection has become obsolete. This patch changes netconf(8) to allow the user to specify a network configuration (currently one of DHCP IPv4+IPv6, DHCP IPv4-only, manual IPv4-only) for any hardware network interfaces that are currently present. Selection of network drivers that require manual configuration first (mainly old ISA cards) is still supported, but now as a special case. Change-Id: I6208fc75192eb7f0b061862aaf7507f71a620da4
38 lines
794 B
Groff
38 lines
794 B
Groff
.Dd February 22, 2017
|
|
.Dt NETCONF 8
|
|
.Os
|
|
.Sh NAME
|
|
.Nm netconf
|
|
.Nd configure the network interactively
|
|
.Sh SYNOPSIS
|
|
.Nm
|
|
.Op Fl lh
|
|
.Op Fl p Ar prefix
|
|
.Sh DESCRIPTION
|
|
The
|
|
.Nm
|
|
utility allows the root user to configure the network in an interactive mode.
|
|
.Sh OPTIONS
|
|
.Bl -tag -width XpXprefixXX
|
|
.It Fl l
|
|
Print a list of configurable interfaces.
|
|
.It Fl h
|
|
Print usage.
|
|
.It Fl p Ar prefix
|
|
Set a path prefix for configuration files (e.g., /mnt).
|
|
.El
|
|
.Sh SEE ALSO
|
|
.Xr ifconfig.if 5 ,
|
|
.Xr resolv.conf 5 ,
|
|
.Xr ifconfig 8 ,
|
|
.Xr route 8 ,
|
|
.Xr dhcpcd 8
|
|
.Sh BUGS
|
|
IPv6 support is limited at this time.
|
|
.Sh AUTHORS
|
|
Original version by Thomas Veerman <thomas@minix3.org>.
|
|
.Pp
|
|
NetBSD networking rewrite by David van Moolenbroek <david@minix3.org>.
|
|
.Pp
|
|
Original manual page by Leith Brandeland <lb.minix@gmail.com>.
|