/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to debian/mandos-client.README.Debian

merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
* Choose the Client Network Interface
2
2
  
3
 
  You MUST make sure that the correct network interface is specified
4
 
  in the DEVICE setting in the "/etc/initramfs-tools/initramfs.conf"
5
 
  file.  *If* this is changed, it will be necessary to update the
6
 
  initrd image by running the command
 
3
  Please make sure that the correct network interface is specified in
 
4
  the DEVICE setting in the "/etc/initramfs-tools/initramfs.conf"
 
5
  file.  If the setting is empty, the interface will be autodetected
 
6
  at boot time, which may not be correct.  *If* the DEVICE setting is
 
7
  changed, it will be necessary to update the initrd image by running
 
8
  the command
7
9
  
8
10
        update-initramfs -k all -u
9
11
  
74
76
  instead of using ZeroConf.  The syntax for doing this is
75
77
  "mandos=connect:<IP_ADDRESS>:<PORT_NUMBER>".
76
78
  
77
 
  Warning: this will cause the client to make exactly one attempt at
78
 
  connecting, and then fail if it does not succeed.
79
 
  
80
79
  For very advanced users, it it possible to specify simply
81
80
  "mandos=connect" on the kernel command line to make the system only
82
81
  set up the network (using the data in the "ip=" option) and not pass
84
83
  work, "--options-for=mandos-client:--connect=<ADDRESS>:<PORT>" needs
85
84
  to be manually added to the file "/etc/mandos/plugin-runner.conf".
86
85
 
87
 
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>, Tue,  8 Sep 2009 08:25:58 +0200
 
86
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>, Mon, 27 Sep 2010 19:53:21 +0200