Bring in new ifconfig(8) from FreeBSD6. It is more modular and flexible with
[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.9 2006/02/17 19:33:32 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 polling
238 Enable
239 .Xr polling 4
240 for the interface.
241 .It Fl polling
242 Disable
243 .Xr polling 4
244 for the interface.
245 .It Cm promisc
246 Put interface into permanently promiscuous mode.
247 .It Fl promisc
248 Disable permanently promiscuous mode.
249 .It Cm delete
250 Another name for the
251 .Fl alias
252 parameter.
253 .It Cm down
254 Mark an interface
255 .Dq down .
256 When an interface is marked
257 .Dq down ,
258 the system will not attempt to
259 transmit messages through that interface.
260 If possible, the interface will be reset to disable reception as well.
261 This action does not automatically disable routes using the interface.
262 .It Cm eui64
263 (Inet6 only.)
264 Fill interface index
265 (lowermost 64bit of an IPv6 address)
266 automatically.
267 .\" .It Cm ipdst
268 .\" This is used to specify an Internet host who is willing to receive
269 .\" ip packets encapsulating NS packets bound for a remote network.
270 .\" An apparent point to point link is constructed, and
271 .\" the address specified will be taken as the NS address and network
272 .\" of the destination.
273 .\" IP encapsulation of
274 .\" .Tn CLNP
275 .\" packets is done differently.
276 .It Cm media Ar type
277 If the driver supports the media selection system, set the media type
278 of the interface to
279 .Ar type .
280 Some interfaces support the mutually exclusive use of one of several
281 different physical media connectors.
282 For example, a 10Mb/s Ethernet
283 interface might support the use of either
284 .Tn AUI
285 or twisted pair connectors.
286 Setting the media type to
287 .Dq Li 10base5/AUI
288 would change the currently active connector to the AUI port.
289 Setting it to
290 .Dq Li 10baseT/UTP
291 would activate twisted pair.
292 Refer to the interfaces' driver
293 specific documentation or man page for a complete list of the
294 available types.
295 .It Cm mediaopt Ar opts
296 If the driver supports the media selection system, set the specified
297 media options on the interface.
298 The
299 .Ar opts
300 argument
301 is a comma delimited list of options to apply to the interface.
302 Refer to the interfaces' driver specific man page for a complete
303 list of available options.
304 .It Fl mediaopt Ar opts
305 If the driver supports the media selection system, disable the
306 specified media options on the interface.
307 .It Cm mode Ar mode
308 If the driver supports the media selection system, set the specified
309 operating mode on the interface to
310 .Ar mode .
311 For IEEE 802.11 wireless interfaces that support multiple operating modes
312 this directive is used to select between 802.11a
313 .Pq Dq Li 11a ,
314 802.11b
315 .Pq Dq Li 11b ,
316 and 802.11g
317 .Pq Dq Li 11g
318 operating modes.
319 .It Cm name Ar name
320 Set the interface name to
321 .Ar name .
322 .It Cm rxcsum , txcsum
323 If the driver supports user-configurable checksum offloading,
324 enable receive (or transmit) checksum offloading on the interface.
325 Some drivers may not be able to enable these flags independently
326 of each other, so setting one may also set the other.
327 The driver will offload as much checksum work as it can reliably
328 support, the exact level of offloading varies between drivers.
329 .\".It Fl rxcsum , Fl txcsum
330 .\"If the driver supports user-configurable checksum offloading,
331 .\"disable receive (or transmit) checksum offloading on the interface.
332 .\"These settings may not always be independent of each other.
333 .\".It Cm polling
334 .\"If the driver has user-configurable
335 .\".Xr polling 4
336 .\"support, select the polling mode on the interface.
337 .\".It Fl polling
338 .\"If the driver has user-configurable
339 .\".Xr polling 4
340 .\"support, select the interrupt mode on the interface.
341 .It Cm tunnel Ar src_addr dest_addr
342 (IP tunnel devices only.)
343 Configure the physical source and destination address for IP tunnel
344 interfaces
345 .Pq Xr gif 4 .
346 The arguments
347 .Ar src_addr
348 and
349 .Ar dest_addr
350 are interpreted as the outer source/destination for the encapsulating
351 IPv4/IPv6 header.
352 .It Cm deletetunnel
353 Unconfigure the physical source and destination address for IP tunnel
354 interfaces previously configured with
355 .Cm tunnel .
356 .It Cm create
357 Create the specified network pseudo-device.
358 If the interface is given without a unit number, try to create a new
359 device with an arbitrary unit number.
360 If creation of an arbitrary device is successful, the new device name is
361 printed to standard output.
362 .It Cm destroy
363 Destroy the specified network pseudo-device.
364 .It Cm plumb
365 Another name for the
366 .Cm create
367 parameter.
368 Included for
369 .Tn Solaris
370 compatibility.
371 .It Cm unplumb
372 Another name for the
373 .Cm destroy
374 parameter.
375 Included for
376 .Tn Solaris
377 compatibility.
378 .It Cm vlan Ar vlan_tag
379 If the interface is a
380 .Xr vlan 4
381 pseudo interface, set the VLAN tag value
382 to
383 .Ar vlan_tag .
384 This value is a 16-bit number which is used to create an 802.1Q
385 VLAN header for packets sent from the
386 .Xr vlan 4
387 interface.
388 Note that
389 .Cm vlan
390 and
391 .Cm vlandev
392 must both be set at the same time.
393 .It Cm vlandev Ar iface
394 If the interface is a
395 .Xr vlan 4
396 pseudo device, associate physical interface
397 .Ar iface
398 with it.
399 Packets transmitted through the
400 .Xr vlan 4
401 interface will be
402 diverted to the specified physical interface
403 .Ar iface
404 with 802.1Q VLAN encapsulation.
405 Packets with 802.1Q encapsulation received
406 by the parent interface with the correct VLAN tag will be diverted to
407 the associated
408 .Xr vlan 4
409 pseudo-interface.
410 The
411 .Xr vlan 4
412 interface is assigned a
413 copy of the parent interface's flags and the parent's ethernet address.
414 The
415 .Cm vlandev
416 and
417 .Cm vlan
418 must both be set at the same time.
419 If the
420 .Xr vlan 4
421 interface already has
422 a physical interface associated with it, this command will fail.
423 To
424 change the association to another physical interface, the existing
425 association must be cleared first.
426 .Pp
427 Note: if the hardware tagging capability
428 is set on the parent interface, the
429 .Xr vlan 4
430 pseudo
431 interface's behavior changes:
432 the
433 .Xr vlan 4
434 interface recognizes that the
435 parent interface supports insertion and extraction of VLAN tags on its
436 own (usually in firmware) and that it should pass packets to and from
437 the parent unaltered.
438 .It Fl vlandev Ar iface
439 If the driver is a
440 .Xr vlan 4
441 pseudo device, disassociate the physical interface
442 .Ar iface
443 from it.
444 This breaks the link between the
445 .Xr vlan 4
446 interface and its parent,
447 clears its VLAN tag, flags and its link address and shuts the interface down.
448 .It Cm vlanmtu , vlanhwtag
449 If the driver offers user-configurable VLAN support, enable
450 reception of extended frames or tag processing in hardware,
451 respectively.
452 Note that this must be issued on a physical interface associated with
453 .Xr vlan 4 ,
454 not on a
455 .Xr vlan 4
456 interface itself.
457 .It Fl vlanmtu , Fl vlanhwtag
458 If the driver offers user-configurable VLAN support, disable
459 reception of extended frames or tag processing in hardware,
460 respectively.
461 .It Cm metric Ar n
462 Set the routing metric of the interface to
463 .Ar n ,
464 default 0.
465 The routing metric is used by the routing protocol
466 .Pq Xr routed 8 .
467 Higher metrics have the effect of making a route
468 less favorable; metrics are counted as addition hops
469 to the destination network or host.
470 .It Cm mtu Ar n
471 Set the maximum transmission unit of the interface to
472 .Ar n ,
473 default is interface specific.
474 The MTU is used to limit the size of packets that are transmitted on an
475 interface.
476 Not all interfaces support setting the MTU, and some interfaces have
477 range restrictions.
478 .It Cm netmask Ar mask
479 .\" (Inet and ISO.)
480 (Inet only.)
481 Specify how much of the address to reserve for subdividing
482 networks into sub-networks.
483 The mask includes the network part of the local address
484 and the subnet part, which is taken from the host field of the address.
485 The mask can be specified as a single hexadecimal number
486 with a leading
487 .Ql 0x ,
488 with a dot-notation Internet address,
489 or with a pseudo-network name listed in the network table
490 .Xr networks 5 .
491 The mask contains 1's for the bit positions in the 32-bit address
492 which are to be used for the network and subnet parts,
493 and 0's for the host part.
494 The mask should contain at least the standard network portion,
495 and the subnet field should be contiguous with the network
496 portion.
497 .Pp
498 The netmask can also be specified in CIDR notation after the address.
499 See the
500 .Ar address
501 option above for more information.
502 .It Cm prefixlen Ar len
503 (Inet6 only.)
504 Specify that
505 .Ar len
506 bits are reserved for subdividing networks into sub-networks.
507 The
508 .Ar len
509 must be integer, and for syntactical reason it must be between 0 to 128.
510 It is almost always 64 under the current IPv6 assignment rule.
511 If the parameter is omitted, 64 is used.
512 .Pp
513 The prefix can also be specified using the slash notation after the address.
514 See the
515 .Ar address
516 option above for more information.
517 .\" see
518 .\" Xr eon 5 .
519 .\" .It Cm nsellength Ar n
520 .\" .Pf ( Tn ISO
521 .\" only)
522 .\" This specifies a trailing number of bytes for a received
523 .\" .Tn NSAP
524 .\" used for local identification, the remaining leading part of which is
525 .\" taken to be the
526 .\" .Tn NET
527 .\" (Network Entity Title).
528 .\" The default value is 1, which is conformant to US
529 .\" .Tn GOSIP .
530 .\" When an ISO address is set in an ifconfig command,
531 .\" it is really the
532 .\" .Tn NSAP
533 .\" which is being specified.
534 .\" For example, in
535 .\" .Tn US GOSIP ,
536 .\" 20 hex digits should be
537 .\" specified in the
538 .\" .Tn ISO NSAP
539 .\" to be assigned to the interface.
540 .\" There is some evidence that a number different from 1 may be useful
541 .\" for
542 .\" .Tn AFI
543 .\" 37 type addresses.
544 .It Cm range Ar netrange
545 Under appletalk, set the interface to respond to a
546 .Ar netrange
547 of the form
548 .Ar startnet Ns - Ns Ar endnet .
549 Appletalk uses this scheme instead of
550 netmasks though
551 .Fx
552 implements it internally as a set of netmasks.
553 .It Cm remove
554 Another name for the
555 .Fl alias
556 parameter.
557 Introduced for compatibility
558 with
559 .Bsx .
560 .It Cm phase
561 The argument following this specifies the version (phase) of the
562 Appletalk network attached to the interface.
563 Values of 1 or 2 are permitted.
564 .Sm off
565 .It Cm link Op Cm 0 No - Cm 2
566 .Sm on
567 Enable special processing of the link level of the interface.
568 These three options are interface specific in actual effect, however,
569 they are in general used to select special modes of operation.
570 An example
571 of this is to enable SLIP compression, or to select the connector type
572 for some Ethernet cards.
573 Refer to the man page for the specific driver
574 for more information.
575 .Sm off
576 .It Fl link Op Cm 0 No - Cm 2
577 .Sm on
578 Disable special processing at the link level with the specified interface.
579 .\".It Cm monitor
580 .\"Put the interface in monitor mode.
581 .\"No packets are transmitted, and received packets are discarded after
582 .\".Xr bpf 4
583 .\"processing.
584 .\".It Fl monitor
585 .\"Take the interface out of monitor mode.
586 .It Cm up
587 Mark an interface
588 .Dq up .
589 This may be used to enable an interface after an
590 .Dq Nm Cm down .
591 It happens automatically when setting the first address on an interface.
592 If the interface was reset when previously marked down,
593 the hardware will be re-initialized.
594 .It Cm ssid Ar ssid
595 For IEEE 802.11 wireless interfaces, set the desired Service Set
596 Identifier (aka network name).
597 The SSID is a string up to 32 characters
598 in length and may be specified as either a normal string or in
599 hexadecimal when proceeded by
600 .Ql 0x .
601 Additionally, the SSID may be cleared by setting it to
602 .Ql - .
603 .It Cm nwid Ar ssid
604 Another name for the
605 .Cm ssid
606 parameter.
607 Included for
608 .Nx
609 compatibility.
610 .It Cm stationname Ar name
611 For IEEE 802.11 wireless interfaces, set the name of this station.
612 It appears that the station name is not really part of the IEEE 802.11
613 protocol though all interfaces seem to support it.
614 As such it only
615 seems to be meaningful to identical or virtually identical equipment.
616 Setting the station name is identical in syntax to setting the SSID.
617 .It Cm station Ar name
618 Another name for the
619 .Cm stationname
620 parameter.
621 Included for
622 .Bsx
623 compatibility.
624 .It Cm channel Ar number
625 For IEEE 802.11 wireless interfaces, set the desired channel.
626 Channels range from 1 to 14, but the exact selection available
627 depends on the region your adaptor was manufactured for.
628 Setting
629 the channel to 0 will give you the default for your adaptor.
630 Many
631 adaptors ignore this setting unless you are in ad-hoc mode.
632 .It Cm authmode Ar mode
633 For IEEE 802.11 wireless interfaces, set the desired authentication mode
634 in infrastructure mode.
635 Not all adaptors support all modes.
636 The set of
637 valid modes is
638 .Dq Li none ,
639 .Dq Li open ,
640 and
641 .Dq Li shared .
642 Modes are case insensitive.
643 .It Cm powersave
644 For IEEE 802.11 wireless interfaces, enable powersave mode.
645 .It Fl powersave
646 For IEEE 802.11 wireless interfaces, disable powersave mode.
647 .It Cm powersavesleep Ar sleep
648 For IEEE 802.11 wireless interfaces, set the desired max powersave sleep
649 time in milliseconds.
650 .It Cm protmode Ar technique
651 For IEEE 802.11 wireless interfaces operating in 11g, use the specified
652 .Ar technique
653 for protecting OFDM frames in a mixed 11b/11g network.
654 The set of valid techniques is
655 .Dq Li off ,
656 .Dq Li cts
657 (CTS to self),
658 and
659 .Dq Li rtscts
660 (RTS/CTS).
661 Technique names are case insensitive.
662 .It Cm rtsthreshold Ar length
663 For IEEE 802.11 wireless interfaces, set the threshold for which
664 transmitted frames are preceded by transmission of an
665 RTS
666 control frame.
667 The
668 .Ar length
669 argument
670 is the frame size in bytes and must be in the range 1 to 2312.
671 Not all adaptors support setting the RTS threshold.
672 .It Cm txpower Ar power
673 For IEEE 802.11 wireless interfaces, set the power used to transmit frames.
674 The
675 .Ar power
676 argument
677 is a unitless value in the range 0 to 100 that is interpreted
678 by drivers to derive a device-specific value.
679 Out of range values are truncated.
680 Typically only a few discreet power settings are available and
681 the driver will use the setting closest to the specified value.
682 Not all adaptors support changing the transmit power.
683 .It Cm wepmode Ar mode
684 For IEEE 802.11 wireless interfaces, set the desired WEP mode.
685 Not all adaptors support all modes.
686 The set of valid modes is
687 .Dq Li off ,
688 .Dq Li on ,
689 and
690 .Dq Li mixed .
691 The
692 .Dq Li mixed
693 mode explicitly tells the adaptor to allow association with access
694 points which allow both encrypted and unencrypted traffic.
695 On these adaptors,
696 .Dq Li on
697 means that the access point must only allow encrypted connections.
698 On other adaptors,
699 .Dq Li on
700 is generally another name for
701 .Dq Li mixed .
702 Modes are case insensitive.
703 .It Cm weptxkey Ar index
704 For IEEE 802.11 wireless interfaces, set the WEP key to be used for
705 transmission.
706 .It Cm wepkey Ar key Ns | Ns Ar index : Ns Ar key
707 For IEEE 802.11 wireless interfaces, set the selected WEP key.
708 If an
709 .Ar index
710 is not given, key 1 is set.
711 A WEP key will be either 5 or 13
712 characters (40 or 104 bits) depending of the local network and the
713 capabilities of the adaptor.
714 It may be specified either as a plain
715 string or as a string of hexadecimal digits proceeded by
716 .Ql 0x .
717 For maximum portability, hex keys are recommended;
718 the mapping of text keys to WEP encryption is usually driver-specific.
719 In particular, the
720 .Tn Windows
721 drivers do this mapping differently to
722 .Fx .
723 A key may be cleared by setting it to
724 .Ql - .
725 If WEP is supported then there are at least four keys.
726 Some adaptors support more than four keys.
727 If that is the case, then the first four keys
728 (1-4) will be the standard temporary keys and any others will be adaptor
729 specific keys such as permanent keys stored in NVRAM.
730 .It Cm wep
731 Another way of saying
732 .Cm wepmode on .
733 Included for
734 .Bsx
735 compatibility.
736 .It Fl wep
737 Another way of saying
738 .Cm wepmode off .
739 Included for
740 .Bsx
741 compatibility.
742 .It Cm nwkey key
743 Another way of saying:
744 .Pp
745 .Dq Li "wepmode on weptxkey 1 wepkey 1:key wepkey 2:- wepkey 3:- wepkey 4:-" .
746 .Pp
747 Included for
748 .Nx
749 compatibility.
750 .It Cm nwkey Xo
751 .Sm off
752 .Ar n : k1 , k2 , k3 , k4
753 .Sm on
754 .Xc
755 Another way of saying
756 .Pp
757 .Dq Li "wepmode on weptxkey n wepkey 1:k1 wepkey 2:k2 wepkey 3:k3 wepkey 4:k4" .
758 .Pp
759 Included for
760 .Nx
761 compatibility.
762 .It Fl nwkey
763 Another way of saying
764 .Cm wepmode off .
765 .Pp
766 Included for
767 .Nx
768 compatibility.
769 .El
770 .Pp
771 The
772 .Nm
773 utility displays the current configuration for a network interface
774 when no optional parameters are supplied.
775 If a protocol family is specified,
776 .Nm
777 will report only the details specific to that protocol family.
778 .Pp
779 If the driver does supports the media selection system, the supported
780 media list will be included in the output.
781 .Pp
782 If the
783 .Fl m
784 flag is passed before an interface name,
785 .Nm
786 will display the capability list and all
787 of the supported media for the specified interface.
788 If
789 .Fl L
790 flag is supplied, address lifetime is displayed for IPv6 addresses,
791 as time offset string.
792 .Pp
793 Optionally, the
794 .Fl a
795 flag may be used instead of an interface name.
796 This flag instructs
797 .Nm
798 to display information about all interfaces in the system.
799 The
800 .Fl d
801 flag limits this to interfaces that are down, and
802 .Fl u
803 limits this to interfaces that are up.
804 When no arguments are given,
805 .Fl a
806 is implied.
807 .Pp
808 The
809 .Fl l
810 flag may be used to list all available interfaces on the system, with
811 no other additional information.
812 Use of this flag is mutually exclusive
813 with all other flags and commands, except for
814 .Fl d
815 (only list interfaces that are down)
816 and
817 .Fl u
818 (only list interfaces that are up).
819 .Pp
820 The
821 .Fl C
822 flag may be used to list all of the interface cloners available on
823 the system, with no additional information.
824 Use of this flag is mutually exclusive with all other flags and commands.
825 .Pp
826 Only the super-user may modify the configuration of a network interface.
827 .Sh NOTES
828 The media selection system is relatively new and only some drivers support
829 it (or have need for it).
830 .Sh DIAGNOSTICS
831 Messages indicating the specified interface does not exist, the
832 requested address is unknown, or the user is not privileged and
833 tried to alter an interface's configuration.
834 .Sh SEE ALSO
835 .Xr netstat 1 ,
836 .Xr netintro 4 ,
837 .Xr vlan 4 ,
838 .\" .Xr eon 5 ,
839 .Xr rc 8 ,
840 .Xr routed 8 ,
841 .Xr sysctl 8
842 .Sh HISTORY
843 The
844 .Nm
845 utility appeared in
846 .Bx 4.2 .
847 .Sh BUGS
848 Basic IPv6 node operation requires a link-local address on each
849 interface configured for IPv6.
850 Normally, such an address is automatically configured by the
851 kernel on each interface added to the system; this behaviour may
852 be disabled by setting the sysctl MIB variable
853 .Va net.inet6.ip6.auto_linklocal
854 to 0.
855 .Pp
856 If you delete such an address using
857 .Nm ,
858 the kernel may act very oddly.
859 Do this at your own risk.