Differences between revisions 1 and 2
Revision 1 as of 2013-12-05 12:36:08
Size: 586
Comment:
Revision 2 as of 2013-12-05 12:37:40
Size: 605
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
 * Modify the  dhcpd.conf file by adding a section like: {{{  * Modify the dhcpd.conf file by changing the section you need change like: {{{
  1. Go to /etc/dhcp on master machine.
  2. Modify the dhcpd.conf file by changing the section you need change like:

    host k1xxx {
         hardware ethernet xx:xx:xx:xx:xx:xx;
         fixed-address 192.168.10.xxx
        } 
  3. Restart the dhcpd server by doing "sudo /etc/init.d/dhcpd restart" on the master machine.
  4. Modify the hosts file for the master in /etc/hosts.
  5. Modify the hosts file for the remote computer on the master machine in /diskless/root/etc/hosts.
  6. Restart the network service by doing "sudo /etc/init.d/networking restart" on the master machine.
  7. Reboot slave computer.

KAGRA/Subgroups/DGS/RTPC/LNS/ChangeHost (last edited 2015-12-22 14:00:36 by KeikoKokeyama)