6. Cluster Network


6.1. Set up DHCP and DNS for Cluster network

  1. Configure the eno4 network interface

    Make the necessary changes to create a permanent configuration of the eno4 network interface.

    Hostname

    IP

    Subnet

    Prefix

    CIDR Notation

    master.hpc

    192.168.16.1

    255.255.240.0

    20

    192.168.16.1/20

  2. Power up each compute node and listen to eno4 on master for DHCP traffic

    During PXE network boot the network interfaces connected to the cluster network switch will send DHCP requests. Write down the MAC address of each compute node.

  3. Using the MAC create the necessary DHCP and DNS configuration to assign IPs and names in the .hpc subnet/domain

    Hostname

    IP

    c01.hpc

    192.168.17.1/20

    c02.hpc

    192.168.17.2/20

    c03.hpc

    192.168.17.3/20