blob: 2d959285e1dfaa69785bbd846bfd25ad9f00c041 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
- by default (but not actually with most operating systems?), the client
device MAC address gets used as the lower 64bits of auto-configured IP
addresses, leaking a universally unique identified of the device.
- Instead of DHCP, Neighbor Discovery leads to a globaly-routable address very
quickly.
- Secure Neighbor Discovery Protocol (SEND) is patent-encumbered... but
something like this is necessary to prevent malicious MITM?
- IP Mobility
Questions:
- How fast is neighbor discovery?
- How fast is IP Mobility handover?
Notes on IPv6 plug computer setup: http://www.arcfn.com/2011/02/ipv6-killed-my-computer-adventures-in.html
|