16
16
is possible to verify that the correct password will be received by
17
17
this client by running the command, on the client:
19
MANDOSPLUGINHELPERDIR=/usr/lib/$(dpkg-architecture \
20
-qDEB_HOST_MULTIARCH)/mandos/plugin-helpers \
21
/usr/lib/$(dpkg-architecture -qDEB_HOST_MULTIARCH \
22
)/mandos/plugins.d/mandos-client \
19
/usr/lib/mandos/plugins.d/mandos-client \
23
20
--pubkey=/etc/keys/mandos/pubkey.txt \
24
21
--seckey=/etc/keys/mandos/seckey.txt; echo
36
33
* Specifying a Client Network Interface
38
At boot time the network interfaces to use will by default be
39
automatically detected. If this should result in incorrect
40
interfaces, edit the DEVICE setting in the
35
At boot time the network interface to use will by default be
36
automatically detected. If this should result in an incorrect
37
interface, edit the DEVICE setting in the
41
38
"/etc/initramfs-tools/initramfs.conf" file. (The default setting is
42
39
empty, meaning it will autodetect the interface.) *If* the DEVICE
43
40
setting is changed, it will be necessary to update the initrd image
46
43
update-initramfs -k all -u
48
The device can also be overridden at boot time on the Linux kernel
45
The device can be overridden at boot time on the Linux kernel
49
46
command line using the sixth colon-separated field of the "ip="
50
47
option; for exact syntax, read the documentation in the file
51
"/usr/share/doc/linux-doc-*/Documentation/filesystems/nfs/nfsroot.txt",
48
"/usr/share/doc/linux-doc-*/Documentation/filesystems/nfsroot.txt",
52
49
available in the "linux-doc-*" package.
54
Note that since the network interfaces are used in the initial RAM
55
disk environment, the network interfaces *must* exist at that stage.
56
Thus, an interface can *not* be a pseudo-interface such as "br0" or
57
"tun0"; instead, only real interfaces (such as "eth0") can be used.
51
Note that since this network interface is used in the initial RAM
52
disk environment, the network interface *must* exist at that stage.
53
Thus, the interface can *not* be a pseudo-interface such as "br0" or
54
"tun0"; instead, only real interface (such as "eth0") can be used.
58
55
This can be overcome by writing a "network hook" program to create
59
an interface (see mandos-client(8mandos)) and placing it in
56
the interface (see mandos-client(8mandos)) and placing it in
60
57
"/etc/mandos/network-hooks.d", from where it will be copied into the
61
58
initial RAM disk. Example network hook scripts can be found in
62
"/usr/share/doc/mandos-client/examples/network-hooks.d".
59
"/usr/share/doc/mandos-client/network-hooks.d".
64
61
* User-Supplied Plugins
93
90
work, "--options-for=mandos-client:--connect=<ADDRESS>:<PORT>" needs
94
91
to be manually added to the file "/etc/mandos/plugin-runner.conf".
96
-- Teddy Hogeborn <teddy@recompile.se>, Mon, 29 Jun 2015 18:17:41 +0200
93
-- Teddy Hogeborn <teddy@recompile.se>, Mon, 28 Nov 2011 23:07:22 +0100