Revision 926feaf1 doc/install.rst

b/doc/install.rst
98 98
   but for Ganeti you need to have::
99 99

  
100 100
     127.0.0.1       localhost
101
     192.168.1.1     node1.example.com node1
101
     192.0.2.1     node1.example.com node1
102 102

  
103
   replacing ``192.168.1.1`` with your node's address. Also, the file
103
   replacing ``192.0.2.1`` with your node's address. Also, the file
104 104
   ``/etc/hostname`` which configures the hostname of the system
105 105
   should contain ``node1.example.com`` and not just ``node1`` (you
106 106
   need to run the command ``/etc/init.d/hostname.sh start`` after
......
179 179
  (xend-relocation-server yes)
180 180
  (xend-relocation-port 8002)
181 181
  (xend-relocation-address '')
182
  (xend-relocation-hosts-allow '^192\\.168\\.3\\.[0-9]+$')
182
  (xend-relocation-hosts-allow '^192\\.0\\.2\\.[0-9]+$')
183 183

  
184 184

  
185 185
The second line assumess that the hypervisor parameter
186 186
``migration_port`` is set 8002, otherwise modify it to match. The last
187 187
line assumes that all your nodes have secondary IPs in the
188
192.168.3.0/24 network, adjust it accordingly to your setup.
188
192.0.2.0/24 network, adjust it accordingly to your setup.
189 189

  
190 190
.. admonition:: Debian
191 191

  

Also available in: Unified diff