1mip6d(1) Mobile IPv6 and NEMO Daemon mip6d(1)
2
3
4
6 mip6d - UMIP Mobile IPv6 and NEMO Basic Support protocol implementation
7
9 mip6d [options]
10
11
13 Mobile IPv6 and NEMO Basic Support implementation
14
15
17 -V, --version
18 Display version information and copyright
19
20 -?, -h, --help
21 Display this help text
22
23 -c <file>
24 Read configuration from <file>. If option is not present,
25 default path (/etc/mip6d.conf) is used.
26
27
28 These options override values read from config file:
29
30 -d <number>
31 Set debug level (0-10)
32
33 -C, --correspondent-node
34 Node is CN
35
36 -H, --home-agent
37 Node is HA
38
39 -M, --mobile-node
40 Node is MN
41
42
44 The following signals can be sent to the daemon:
45
46 SIGHUP
47 Reload the configuration. See mip6d.conf(5) for information on
48 supported option reload.
49
50 SIGINT, SIGTERM
51 Terminates the daemon operation.
52
53
55 /etc/mip6d.conf
56
57
59 mip6d.conf(5), mipv6(7),
60
61 RFC6275: Mobility Support in IPv6
62
63 RFC3776: Using IPsec to Protect Mobile IPv6 Signaling Between Mobile
64 Nodes and Home Agents
65
66 RFC4877: Mobile IPv6 Operation with IKEv2 and the Revised IPsec Archiā
67 tecture
68
69 RFC3963: Network Mobility (NEMO) Basic Support Protocol
70
71
72
73 May 16, 2005 mip6d(1)