Lines Matching full:address
1 .TH "IP\-ADDRESS" 8 "20 Dec 2011" "iproute2" "Linux"
3 ip-address \- protocol address management
11 .B address
136 .B address
137 is a protocol (IPv4 or IPv6) address attached
138 to a network device. Each device must have at least one address
146 .B ip address
150 .SS ip address add - add new protocol address.
154 the name of the device to add the address to.
157 .BI local " ADDRESS " (default)
158 the address of the interface. The format of the address depends
161 .I ADDRESS
166 .BI peer " ADDRESS"
167 the address of the remote endpoint for pointopoint interfaces.
169 .I ADDRESS
171 prefix length. If a peer address is specified, the local address
173 with the peer rather than with the local address.
176 .BI broadcast " ADDRESS"
177 the broadcast address on the interface.
183 instead of the broadcast address. In this case, the broadcast address
188 Each address may be tagged with a label string.
195 the scope of the area where this address is valid.
202 - the address is globally valid.
205 - (IPv6 only, deprecated) the address is site local, i.e. it is
209 - the address is link local, i.e. it is valid only on this device.
212 - the address is valid only inside this host.
217 the valid lifetime of this address; see section 5.5.4 of
218 RFC 4862. When it expires, the address is removed by the kernel.
224 the preferred lifetime of this address; see section 5.5.4
225 of RFC 4862. When it expires, the address is no longer used for new
231 (IPv6 only) designates this address the "home address" as defined in
239 zero. The given address needs to have a prefix length of 64. This flag allows
245 (IPv6 only) do not perform Duplicate Address Detection (RFC 4862) when
246 adding this address.
251 address, and don't search for one to delete when removing the address. Changing
252 an address to add this flag will remove the automatically added prefix route,
271 flag when adding a multicast address enables similar functionality for
275 .SS ip address delete - delete protocol address
280 If no arguments are given, the first address is deleted.
282 .SS ip address show - look at protocol addresses
328 address configuration or only list permanent (not dynamic)
334 address detection.
339 duplicate address detection currently.
352 address detection.
357 address detection.
367 .SS ip address flush - flush protocol addresses
385 addresses and the number of rounds made to flush the address list.
387 .B ip address flush
393 ip address show
399 ip address show up
405 ip address show dev eth0
410 ip address add 2001:0db8:85a3::0370:7334/64 dev eth1
412 Adds an IPv6 address to network interface eth1.
415 ip address delete 2001:0db8:85a3::0370:7334/64 dev eth1
417 Delete the IPv6 address added above.
420 ip address flush dev eth4 scope global