• Home
  • Raw
  • Download

Lines Matching full:address

1 .TH "IP\-ADDRESS" 8 "20 Dec 2011" "iproute2" "Linux"
3 ip-address \- protocol address management
11 .B address
85 .B address
86 is a protocol (IPv4 or IPv6) address attached
87 to a network device. Each device must have at least one address
95 .B ip address
99 .SS ip address add - add new protocol address.
103 the name of the device to add the address to.
106 .BI local " ADDRESS " (default)
107 the address of the interface. The format of the address depends
110 .I ADDRESS
115 .BI peer " ADDRESS"
116 the address of the remote endpoint for pointopoint interfaces.
118 .I ADDRESS
120 prefix length. If a peer address is specified, the local address
122 with the peer rather than with the local address.
125 .BI broadcast " ADDRESS"
126 the broadcast address on the interface.
132 instead of the broadcast address. In this case, the broadcast address
137 Each address may be tagged with a label string.
144 the scope of the area where this address is valid.
151 - the address is globally valid.
154 - (IPv6 only, deprecated) the address is site local, i.e. it is
158 - the address is link local, i.e. it is valid only on this device.
161 - the address is valid only inside this host.
166 the valid lifetime of this address; see section 5.5.4 of
167 RFC 4862. When it expires, the address is removed by the kernel.
173 the preferred lifetime of this address; see section 5.5.4
174 of RFC 4862. When it expires, the address is no longer used for new
180 (IPv6 only) designates this address the "home address" as defined in
188 zero. The given address needs to have a prefix length of 64. This flag allows
194 (IPv6 only) do not perform Duplicate Address Detection (RFC 4862) when
195 adding this address.
200 address, and don't search for one to delete when removing the address. Changing
201 an address to add this flag will remove the automatically added prefix route,
204 .SS ip address delete - delete protocol address
209 If no arguments are given, the first address is deleted.
211 .SS ip address show - look at protocol addresses
239 address configuration or only list permanent (not dynamic)
245 address detection.
250 duplicate address detection currently.
263 address detection.
268 address detection.
278 .SS ip address flush - flush protocol addresses
296 addresses and the number of rounds made to flush the address list.
298 .B ip address flush
304 ip address show
310 ip address show up
316 ip address show dev eth0
321 ip address add 2001:0db8:85a3::0370:7334/64 dev eth1
323 Adds an IPv6 address to network interface eth1.
326 ip address delete 2001:0db8:85a3::0370:7334/64 dev eth1
328 Delete the IPv6 address added above.
331 ip address flush dev eth4 scope global