Merge from vendor branch OPENSSH:
[dragonfly.git] / sbin / ifconfig / ifconfig.8
1 .\" Copyright (c) 1983, 1991, 1993
2 .\"     The Regents of the University of California.  All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\"    notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\" 4. Neither the name of the University nor the names of its contributors
13 .\"    may be used to endorse or promote products derived from this software
14 .\"    without specific prior written permission.
15 .\"
16 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
17 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
20 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26 .\" SUCH DAMAGE.
27 .\"
28 .\"     From: @(#)ifconfig.8    8.3 (Berkeley) 1/5/94
29 .\" $FreeBSD: src/sbin/ifconfig/ifconfig.8,v 1.85 2004/07/27 09:51:49 yar Exp $
30 .\" $DragonFly: src/sbin/ifconfig/ifconfig.8,v 1.7 2005/04/25 17:33:26 swildner Exp $
31 .\"
32 .Dd July 26, 2004
33 .Dt IFCONFIG 8
34 .Os
35 .Sh NAME
36 .Nm ifconfig
37 .Nd configure network interface parameters
38 .Sh SYNOPSIS
39 .Nm
40 .Op Fl L
41 .Op Fl m
42 .Ar interface
43 .Op Cm create
44 .Op Ar address_family
45 .Oo
46 .Ar address
47 .Op Ar dest_address
48 .Oc
49 .Op Ar parameters
50 .Nm
51 .Ar interface
52 .Cm destroy
53 .Nm
54 .Fl a
55 .Op Fl L
56 .Op Fl d
57 .Op Fl m
58 .Op Fl u
59 .Op Ar address_family
60 .Nm
61 .Fl l
62 .Op Fl d
63 .Op Fl u
64 .Op Ar address_family
65 .Nm
66 .Op Fl L
67 .Op Fl d
68 .Op Fl m
69 .Op Fl u
70 .Op Fl C
71 .Sh DESCRIPTION
72 The
73 .Nm
74 utility is used to assign an address
75 to a network interface and/or configure
76 network interface parameters.
77 The
78 .Nm
79 utility must be used at boot time to define the network address
80 of each interface present on a machine; it may also be used at
81 a later time to redefine an interface's address
82 or other operating parameters.
83 .Pp
84 The following options are available:
85 .Bl -tag -width indent
86 .It Ar address
87 For the
88 .Tn DARPA Ns -Internet
89 family,
90 the address is either a host name present in the host name data
91 base,
92 .Xr hosts 5 ,
93 or a
94 .Tn DARPA
95 Internet address expressed in the Internet standard
96 .Dq dot notation .
97 .Pp
98 It is also possible to use the CIDR notation (also known as the
99 slash notation) to include the netmask.
100 That is, one can specify an address like
101 .Li 192.168.0.1/16 .
102 .Pp
103 For
104 .Dq inet6
105 family, it is also possible to specify the prefix length using the slash
106 notation, like
107 .Li ::1/128 .
108 See the
109 .Cm prefixlen
110 parameter below for more information.
111 .\" For the Xerox Network Systems(tm) family,
112 .\" addresses are
113 .\" .Ar net:a.b.c.d.e.f ,
114 .\" where
115 .\" .Ar net
116 .\" is the assigned network number (in decimal),
117 .\" and each of the six bytes of the host number,
118 .\" .Ar a
119 .\" through
120 .\" .Ar f ,
121 .\" are specified in hexadecimal.
122 .\" The host number may be omitted on IEEE 802 protocol
123 .\" (Ethernet, FDDI, and Token Ring) interfaces,
124 .\" which use the hardware physical address,
125 .\" and on interfaces other than the first.
126 .\" For the
127 .\" .Tn ISO
128 .\" family, addresses are specified as a long hexadecimal string,
129 .\" as in the Xerox family.
130 .\" However, two consecutive dots imply a zero
131 .\" byte, and the dots are optional, if the user wishes to (carefully)
132 .\" count out long strings of digits in network byte order.
133 .Pp
134 The link-level
135 .Pq Dq link
136 address
137 is specified as a series of colon-separated hex digits.
138 This can be used to
139 e.g.\& set a new MAC address on an ethernet interface, though the
140 mechanism used is not ethernet-specific.
141 If the interface is already
142 up when this option is used, it will be briefly brought down and
143 then brought back up again in order to ensure that the receive
144 filter in the underlying ethernet hardware is properly reprogrammed.
145 .It Ar address_family
146 Specify the
147 address family
148 which affects interpretation of the remaining parameters.
149 Since an interface can receive transmissions in differing protocols
150 with different naming schemes, specifying the address family is recommended.
151 The address or protocol families currently
152 supported are
153 .Dq inet ,
154 .Dq inet6 ,
155 .Dq atalk ,
156 .Dq ipx ,
157 .\" .Dq iso ,
158 and
159 .Dq link .
160 .\" and
161 .\" .Dq ns .
162 The default is
163 .Dq inet .
164 .Dq ether
165 and
166 .Dq lladdr
167 are synonyms for
168 .Dq link .
169 .It Ar dest_address
170 Specify the address of the correspondent on the other end
171 of a point to point link.
172 .It Ar interface
173 This
174 parameter is a string of the form
175 .Dq name unit ,
176 for example,
177 .Dq Li ed0 .
178 .El
179 .Pp
180 The following parameters may be set with
181 .Nm :
182 .Bl -tag -width indent
183 .It Cm add
184 Another name for the
185 .Cm alias
186 parameter.
187 Introduced for compatibility
188 with
189 .Bsx .
190 .It Cm alias
191 Establish an additional network address for this interface.
192 This is sometimes useful when changing network numbers, and
193 one wishes to accept packets addressed to the old interface.
194 If the address is on the same subnet as the first network address
195 for this interface, a non-conflicting netmask must be given.
196 Usually
197 .Li 0xffffffff
198 is most appropriate.
199 .It Fl alias
200 Remove the network address specified.
201 This would be used if you incorrectly specified an alias, or it
202 was no longer needed.
203 If you have incorrectly set an NS address having the side effect
204 of specifying the host portion, removing all NS addresses will
205 allow you to respecify the host portion.
206 .It Cm anycast
207 (Inet6 only.)
208 Specify that the address configured is an anycast address.
209 Based on the current specification,
210 only routers may configure anycast addresses.
211 Anycast address will not be used as source address of any of outgoing
212 IPv6 packets.
213 .It Cm arp
214 Enable the use of the Address Resolution Protocol
215 .Pq Xr arp 4
216 in mapping
217 between network level addresses and link level addresses (default).
218 This is currently implemented for mapping between
219 .Tn DARPA
220 Internet
221 addresses and
222 .Tn IEEE
223 802 48-bit MAC addresses (Ethernet, FDDI, and Token Ring addresses).
224 .It Fl arp
225 Disable the use of the Address Resolution Protocol
226 .Pq Xr arp 4 .
227 .It Cm broadcast
228 (Inet only.)
229 Specify the address to use to represent broadcasts to the
230 network.
231 The default broadcast address is the address with a host part of all 1's.
232 .It Cm debug
233 Enable driver dependent debugging code; usually, this turns on
234 extra console error logging.
235 .It Fl debug
236 Disable driver dependent debugging code.
237 .It Cm promisc
238 Put interface into permanently promiscuous mode.
239 .It Fl promisc
240 Disable permanently promiscuous mode.
241 .It Cm delete
242 Another name for the
243 .Fl alias
244 parameter.
245 .It Cm down
246 Mark an interface
247 .Dq down .
248 When an interface is marked
249 .Dq down ,
250 the system will not attempt to
251 transmit messages through that interface.
252 If possible, the interface will be reset to disable reception as well.
253 This action does not automatically disable routes using the interface.
254 .It Cm eui64
255 (Inet6 only.)
256 Fill interface index
257 (lowermost 64bit of an IPv6 address)
258 automatically.
259 .\" .It Cm ipdst
260 .\" This is used to specify an Internet host who is willing to receive
261 .\" ip packets encapsulating NS packets bound for a remote network.
262 .\" An apparent point to point link is constructed, and
263 .\" the address specified will be taken as the NS address and network
264 .\" of the destination.
265 .\" IP encapsulation of
266 .\" .Tn CLNP
267 .\" packets is done differently.
268 .It Cm media Ar type
269 If the driver supports the media selection system, set the media type
270 of the interface to
271 .Ar type .
272 Some interfaces support the mutually exclusive use of one of several
273 different physical media connectors.
274 For example, a 10Mb/s Ethernet
275 interface might support the use of either
276 .Tn AUI
277 or twisted pair connectors.
278 Setting the media type to
279 .Dq Li 10base5/AUI
280 would change the currently active connector to the AUI port.
281 Setting it to
282 .Dq Li 10baseT/UTP
283 would activate twisted pair.
284 Refer to the interfaces' driver
285 specific documentation or man page for a complete list of the
286 available types.
287 .It Cm mediaopt Ar opts
288 If the driver supports the media selection system, set the specified
289 media options on the interface.
290 The
291 .Ar opts
292 argument
293 is a comma delimited list of options to apply to the interface.
294 Refer to the interfaces' driver specific man page for a complete
295 list of available options.
296 .It Fl mediaopt Ar opts
297 If the driver supports the media selection system, disable the
298 specified media options on the interface.
299 .It Cm mode Ar mode
300 If the driver supports the media selection system, set the specified
301 operating mode on the interface to
302 .Ar mode .
303 For IEEE 802.11 wireless interfaces that support multiple operating modes
304 this directive is used to select between 802.11a
305 .Pq Dq Li 11a ,
306 802.11b
307 .Pq Dq Li 11b ,
308 and 802.11g
309 .Pq Dq Li 11g
310 operating modes.
311 .It Cm name Ar name
312 Set the interface name to
313 .Ar name .
314 .It Cm rxcsum , txcsum
315 If the driver supports user-configurable checksum offloading,
316 enable receive (or transmit) checksum offloading on the interface.
317 Some drivers may not be able to enable these flags independently
318 of each other, so setting one may also set the other.
319 The driver will offload as much checksum work as it can reliably
320 support, the exact level of offloading varies between drivers.
321 .\".It Fl rxcsum , Fl txcsum
322 .\"If the driver supports user-configurable checksum offloading,
323 .\"disable receive (or transmit) checksum offloading on the interface.
324 .\"These settings may not always be independent of each other.
325 .\".It Cm polling
326 .\"If the driver has user-configurable
327 .\".Xr polling 4
328 .\"support, select the polling mode on the interface.
329 .\".It Fl polling
330 .\"If the driver has user-configurable
331 .\".Xr polling 4
332 .\"support, select the interrupt mode on the interface.
333 .It Cm tunnel Ar src_addr dest_addr
334 (IP tunnel devices only.)
335 Configure the physical source and destination address for IP tunnel
336 interfaces
337 .Pq Xr gif 4 .
338 The arguments
339 .Ar src_addr
340 and
341 .Ar dest_addr
342 are interpreted as the outer source/destination for the encapsulating
343 IPv4/IPv6 header.
344 .It Cm deletetunnel
345 Unconfigure the physical source and destination address for IP tunnel
346 interfaces previously configured with
347 .Cm tunnel .
348 .It Cm create
349 Create the specified network pseudo-device.
350 If the interface is given without a unit number, try to create a new
351 device with an arbitrary unit number.
352 If creation of an arbitrary device is successful, the new device name is
353 printed to standard output.
354 .It Cm destroy
355 Destroy the specified network pseudo-device.
356 .It Cm plumb
357 Another name for the
358 .Cm create
359 parameter.
360 Included for
361 .Tn Solaris
362 compatibility.
363 .It Cm unplumb
364 Another name for the
365 .Cm destroy
366 parameter.
367 Included for
368 .Tn Solaris
369 compatibility.
370 .It Cm vlan Ar vlan_tag
371 If the interface is a
372 .Xr vlan 4
373 pseudo interface, set the VLAN tag value
374 to
375 .Ar vlan_tag .
376 This value is a 16-bit number which is used to create an 802.1Q
377 VLAN header for packets sent from the
378 .Xr vlan 4
379 interface.
380 Note that
381 .Cm vlan
382 and
383 .Cm vlandev
384 must both be set at the same time.
385 .It Cm vlandev Ar iface
386 If the interface is a
387 .Xr vlan 4
388 pseudo device, associate physical interface
389 .Ar iface
390 with it.
391 Packets transmitted through the
392 .Xr vlan 4
393 interface will be
394 diverted to the specified physical interface
395 .Ar iface
396 with 802.1Q VLAN encapsulation.
397 Packets with 802.1Q encapsulation received
398 by the parent interface with the correct VLAN tag will be diverted to
399 the associated
400 .Xr vlan 4
401 pseudo-interface.
402 The
403 .Xr vlan 4
404 interface is assigned a
405 copy of the parent interface's flags and the parent's ethernet address.
406 The
407 .Cm vlandev
408 and
409 .Cm vlan
410 must both be set at the same time.
411 If the
412 .Xr vlan 4
413 interface already has
414 a physical interface associated with it, this command will fail.
415 To
416 change the association to another physical interface, the existing
417 association must be cleared first.
418 .Pp
419 Note: if the hardware tagging capability
420 is set on the parent interface, the
421 .Xr vlan 4
422 pseudo
423 interface's behavior changes:
424 the
425 .Xr vlan 4
426 interface recognizes that the
427 parent interface supports insertion and extraction of VLAN tags on its
428 own (usually in firmware) and that it should pass packets to and from
429 the parent unaltered.
430 .It Fl vlandev Ar iface
431 If the driver is a
432 .Xr vlan 4
433 pseudo device, disassociate the physical interface
434 .Ar iface
435 from it.
436 This breaks the link between the
437 .Xr vlan 4
438 interface and its parent,
439 clears its VLAN tag, flags and its link address and shuts the interface down.
440 .It Cm vlanmtu , vlanhwtag
441 If the driver offers user-configurable VLAN support, enable
442 reception of extended frames or tag processing in hardware,
443 respectively.
444 Note that this must be issued on a physical interface associated with
445 .Xr vlan 4 ,
446 not on a
447 .Xr vlan 4
448 interface itself.
449 .It Fl vlanmtu , Fl vlanhwtag
450 If the driver offers user-configurable VLAN support, disable
451 reception of extended frames or tag processing in hardware,
452 respectively.
453 .It Cm metric Ar n
454 Set the routing metric of the interface to
455 .Ar n ,
456 default 0.
457 The routing metric is used by the routing protocol
458 .Pq Xr routed 8 .
459 Higher metrics have the effect of making a route
460 less favorable; metrics are counted as addition hops
461 to the destination network or host.
462 .It Cm mtu Ar n
463 Set the maximum transmission unit of the interface to
464 .Ar n ,
465 default is interface specific.
466 The MTU is used to limit the size of packets that are transmitted on an
467 interface.
468 Not all interfaces support setting the MTU, and some interfaces have
469 range restrictions.
470 .It Cm netmask Ar mask
471 .\" (Inet and ISO.)
472 (Inet only.)
473 Specify how much of the address to reserve for subdividing
474 networks into sub-networks.
475 The mask includes the network part of the local address
476 and the subnet part, which is taken from the host field of the address.
477 The mask can be specified as a single hexadecimal number
478 with a leading
479 .Ql 0x ,
480 with a dot-notation Internet address,
481 or with a pseudo-network name listed in the network table
482 .Xr networks 5 .
483 The mask contains 1's for the bit positions in the 32-bit address
484 which are to be used for the network and subnet parts,
485 and 0's for the host part.
486 The mask should contain at least the standard network portion,
487 and the subnet field should be contiguous with the network
488 portion.
489 .Pp
490 The netmask can also be specified in CIDR notation after the address.
491 See the
492 .Ar address
493 option above for more information.
494 .It Cm prefixlen Ar len
495 (Inet6 only.)
496 Specify that
497 .Ar len
498 bits are reserved for subdividing networks into sub-networks.
499 The
500 .Ar len
501 must be integer, and for syntactical reason it must be between 0 to 128.
502 It is almost always 64 under the current IPv6 assignment rule.
503 If the parameter is omitted, 64 is used.
504 .Pp
505 The prefix can also be specified using the slash notation after the address.
506 See the
507 .Ar address
508 option above for more information.
509 .\" see
510 .\" Xr eon 5 .
511 .\" .It Cm nsellength Ar n
512 .\" .Pf ( Tn ISO
513 .\" only)
514 .\" This specifies a trailing number of bytes for a received
515 .\" .Tn NSAP
516 .\" used for local identification, the remaining leading part of which is
517 .\" taken to be the
518 .\" .Tn NET
519 .\" (Network Entity Title).
520 .\" The default value is 1, which is conformant to US
521 .\" .Tn GOSIP .
522 .\" When an ISO address is set in an ifconfig command,
523 .\" it is really the
524 .\" .Tn NSAP
525 .\" which is being specified.
526 .\" For example, in
527 .\" .Tn US GOSIP ,
528 .\" 20 hex digits should be
529 .\" specified in the
530 .\" .Tn ISO NSAP
531 .\" to be assigned to the interface.
532 .\" There is some evidence that a number different from 1 may be useful
533 .\" for
534 .\" .Tn AFI
535 .\" 37 type addresses.
536 .It Cm range Ar netrange
537 Under appletalk, set the interface to respond to a
538 .Ar netrange
539 of the form
540 .Ar startnet Ns - Ns Ar endnet .
541 Appletalk uses this scheme instead of
542 netmasks though
543 .Fx
544 implements it internally as a set of netmasks.
545 .It Cm remove
546 Another name for the
547 .Fl alias
548 parameter.
549 Introduced for compatibility
550 with
551 .Bsx .
552 .It Cm phase
553 The argument following this specifies the version (phase) of the
554 Appletalk network attached to the interface.
555 Values of 1 or 2 are permitted.
556 .Sm off
557 .It Cm link Op Cm 0 No - Cm 2
558 .Sm on
559 Enable special processing of the link level of the interface.
560 These three options are interface specific in actual effect, however,
561 they are in general used to select special modes of operation.
562 An example
563 of this is to enable SLIP compression, or to select the connector type
564 for some Ethernet cards.
565 Refer to the man page for the specific driver
566 for more information.
567 .Sm off
568 .It Fl link Op Cm 0 No - Cm 2
569 .Sm on
570 Disable special processing at the link level with the specified interface.
571 .\".It Cm monitor
572 .\"Put the interface in monitor mode.
573 .\"No packets are transmitted, and received packets are discarded after
574 .\".Xr bpf 4
575 .\"processing.
576 .\".It Fl monitor
577 .\"Take the interface out of monitor mode.
578 .It Cm up
579 Mark an interface
580 .Dq up .
581 This may be used to enable an interface after an
582 .Dq Nm Cm down .
583 It happens automatically when setting the first address on an interface.
584 If the interface was reset when previously marked down,
585 the hardware will be re-initialized.
586 .It Cm ssid Ar ssid
587 For IEEE 802.11 wireless interfaces, set the desired Service Set
588 Identifier (aka network name).
589 The SSID is a string up to 32 characters
590 in length and may be specified as either a normal string or in
591 hexadecimal when proceeded by
592 .Ql 0x .
593 Additionally, the SSID may be cleared by setting it to
594 .Ql - .
595 .It Cm nwid Ar ssid
596 Another name for the
597 .Cm ssid
598 parameter.
599 Included for
600 .Nx
601 compatibility.
602 .It Cm stationname Ar name
603 For IEEE 802.11 wireless interfaces, set the name of this station.
604 It appears that the station name is not really part of the IEEE 802.11
605 protocol though all interfaces seem to support it.
606 As such it only
607 seems to be meaningful to identical or virtually identical equipment.
608 Setting the station name is identical in syntax to setting the SSID.
609 .It Cm station Ar name
610 Another name for the
611 .Cm stationname
612 parameter.
613 Included for
614 .Bsx
615 compatibility.
616 .It Cm channel Ar number
617 For IEEE 802.11 wireless interfaces, set the desired channel.
618 Channels range from 1 to 14, but the exact selection available
619 depends on the region your adaptor was manufactured for.
620 Setting
621 the channel to 0 will give you the default for your adaptor.
622 Many
623 adaptors ignore this setting unless you are in ad-hoc mode.
624 .It Cm authmode Ar mode
625 For IEEE 802.11 wireless interfaces, set the desired authentication mode
626 in infrastructure mode.
627 Not all adaptors support all modes.
628 The set of
629 valid modes is
630 .Dq Li none ,
631 .Dq Li open ,
632 and
633 .Dq Li shared .
634 Modes are case insensitive.
635 .It Cm powersave
636 For IEEE 802.11 wireless interfaces, enable powersave mode.
637 .It Fl powersave
638 For IEEE 802.11 wireless interfaces, disable powersave mode.
639 .It Cm powersavesleep Ar sleep
640 For IEEE 802.11 wireless interfaces, set the desired max powersave sleep
641 time in milliseconds.
642 .It Cm protmode Ar technique
643 For IEEE 802.11 wireless interfaces operating in 11g, use the specified
644 .Ar technique
645 for protecting OFDM frames in a mixed 11b/11g network.
646 The set of valid techniques is
647 .Dq Li off ,
648 .Dq Li cts
649 (CTS to self),
650 and
651 .Dq Li rtscts
652 (RTS/CTS).
653 Technique names are case insensitive.
654 .It Cm rtsthreshold Ar length
655 For IEEE 802.11 wireless interfaces, set the threshold for which
656 transmitted frames are preceded by transmission of an
657 RTS
658 control frame.
659 The
660 .Ar length
661 argument
662 is the frame size in bytes and must be in the range 1 to 2312.
663 Not all adaptors support setting the RTS threshold.
664 .It Cm txpower Ar power
665 For IEEE 802.11 wireless interfaces, set the power used to transmit frames.
666 The
667 .Ar power
668 argument
669 is a unitless value in the range 0 to 100 that is interpreted
670 by drivers to derive a device-specific value.
671 Out of range values are truncated.
672 Typically only a few discreet power settings are available and
673 the driver will use the setting closest to the specified value.
674 Not all adaptors support changing the transmit power.
675 .It Cm wepmode Ar mode
676 For IEEE 802.11 wireless interfaces, set the desired WEP mode.
677 Not all adaptors support all modes.
678 The set of valid modes is
679 .Dq Li off ,
680 .Dq Li on ,
681 and
682 .Dq Li mixed .
683 The
684 .Dq Li mixed
685 mode explicitly tells the adaptor to allow association with access
686 points which allow both encrypted and unencrypted traffic.
687 On these adaptors,
688 .Dq Li on
689 means that the access point must only allow encrypted connections.
690 On other adaptors,
691 .Dq Li on
692 is generally another name for
693 .Dq Li mixed .
694 Modes are case insensitive.
695 .It Cm weptxkey Ar index
696 For IEEE 802.11 wireless interfaces, set the WEP key to be used for
697 transmission.
698 .It Cm wepkey Ar key Ns | Ns Ar index : Ns Ar key
699 For IEEE 802.11 wireless interfaces, set the selected WEP key.
700 If an
701 .Ar index
702 is not given, key 1 is set.
703 A WEP key will be either 5 or 13
704 characters (40 or 104 bits) depending of the local network and the
705 capabilities of the adaptor.
706 It may be specified either as a plain
707 string or as a string of hexadecimal digits proceeded by
708 .Ql 0x .
709 For maximum portability, hex keys are recommended;
710 the mapping of text keys to WEP encryption is usually driver-specific.
711 In particular, the
712 .Tn Windows
713 drivers do this mapping differently to
714 .Fx .
715 A key may be cleared by setting it to
716 .Ql - .
717 If WEP is supported then there are at least four keys.
718 Some adaptors support more than four keys.
719 If that is the case, then the first four keys
720 (1-4) will be the standard temporary keys and any others will be adaptor
721 specific keys such as permanent keys stored in NVRAM.
722 .It Cm wep
723 Another way of saying
724 .Cm wepmode on .
725 Included for
726 .Bsx
727 compatibility.
728 .It Fl wep
729 Another way of saying
730 .Cm wepmode off .
731 Included for
732 .Bsx
733 compatibility.
734 .It Cm nwkey key
735 Another way of saying:
736 .Pp
737 .Dq Li "wepmode on weptxkey 1 wepkey 1:key wepkey 2:- wepkey 3:- wepkey 4:-" .
738 .Pp
739 Included for
740 .Nx
741 compatibility.
742 .It Cm nwkey Xo
743 .Sm off
744 .Ar n : k1 , k2 , k3 , k4
745 .Sm on
746 .Xc
747 Another way of saying
748 .Pp
749 .Dq Li "wepmode on weptxkey n wepkey 1:k1 wepkey 2:k2 wepkey 3:k3 wepkey 4:k4" .
750 .Pp
751 Included for
752 .Nx
753 compatibility.
754 .It Fl nwkey
755 Another way of saying
756 .Cm wepmode off .
757 .Pp
758 Included for
759 .Nx
760 compatibility.
761 .El
762 .Pp
763 The
764 .Nm
765 utility displays the current configuration for a network interface
766 when no optional parameters are supplied.
767 If a protocol family is specified,
768 .Nm
769 will report only the details specific to that protocol family.
770 .Pp
771 If the driver does supports the media selection system, the supported
772 media list will be included in the output.
773 .Pp
774 If the
775 .Fl m
776 flag is passed before an interface name,
777 .Nm
778 will display the capability list and all
779 of the supported media for the specified interface.
780 If
781 .Fl L
782 flag is supplied, address lifetime is displayed for IPv6 addresses,
783 as time offset string.
784 .Pp
785 Optionally, the
786 .Fl a
787 flag may be used instead of an interface name.
788 This flag instructs
789 .Nm
790 to display information about all interfaces in the system.
791 The
792 .Fl d
793 flag limits this to interfaces that are down, and
794 .Fl u
795 limits this to interfaces that are up.
796 When no arguments are given,
797 .Fl a
798 is implied.
799 .Pp
800 The
801 .Fl l
802 flag may be used to list all available interfaces on the system, with
803 no other additional information.
804 Use of this flag is mutually exclusive
805 with all other flags and commands, except for
806 .Fl d
807 (only list interfaces that are down)
808 and
809 .Fl u
810 (only list interfaces that are up).
811 .Pp
812 The
813 .Fl C
814 flag may be used to list all of the interface cloners available on
815 the system, with no additional information.
816 Use of this flag is mutually exclusive with all other flags and commands.
817 .Pp
818 Only the super-user may modify the configuration of a network interface.
819 .Sh NOTES
820 The media selection system is relatively new and only some drivers support
821 it (or have need for it).
822 .Sh DIAGNOSTICS
823 Messages indicating the specified interface does not exist, the
824 requested address is unknown, or the user is not privileged and
825 tried to alter an interface's configuration.
826 .Sh BUGS
827 Basic IPv6 node operation requires a link-local address on each
828 interface configured for IPv6.
829 Normally, such an address is automatically configured by the
830 kernel on each interface added to the system; this behaviour may
831 be disabled by setting the sysctl MIB variable
832 .Va net.inet6.ip6.auto_linklocal
833 to 0.
834 .Pp
835 If you delete such an address using
836 .Nm ,
837 the kernel may act very oddly.
838 Do this at your own risk.
839 .Sh SEE ALSO
840 .Xr netstat 1 ,
841 .Xr netintro 4 ,
842 .Xr vlan 4 ,
843 .\" .Xr eon 5 ,
844 .Xr rc 8 ,
845 .Xr routed 8 ,
846 .Xr sysctl 8
847 .Sh HISTORY
848 The
849 .Nm
850 utility appeared in
851 .Bx 4.2 .