Changes between Version 20 and Version 21 of Old/hNodes/cNodeVer3/dAssembly/e4NodesSetup


Ignore:
Timestamp:
Jun 20, 2013, 2:13:19 PM (11 years ago)
Author:
agosain
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/hNodes/cNodeVer3/dAssembly/e4NodesSetup

    v20 v21  
    6262Remove any "search" entries from /etc/resolv.conf as well as remove the "request domain-*" parameters from /etc/dhcp/dhclient.conf
    6363
     64====== Seeting up DNSMASQ ======
     65
     66Edit /etc/dnsmasq.conf and at the end of the file add
     67
     68{{{
     69interface=eth0,eth1,eth3
     70dhcp-range=10.1.0.0,static,12h
     71dhcp-range=10.10.0.0,static,12h
     72dhcp-range=10.20.0.0,static,12h
     73dhcp-option=3
     74dhcp-option=option:ntp-server,10.10.0.1
     75dhcp-boot=net:control,pxelinux.0
     76enable-tftp
     77tftp-root=/tftpboot
     78
     79}}}
     80
     81Edit /etc/dnsmasq.d/omf_testbed.conf and add separate entries for the CM,control and data interfaces
     82
     83{{{
     84# CM
     85dhcp-host=00:20:4a:d5:94:28,10.1.0.1,cons1-1
     86dhcp-host=00:20:4a:d5:94:2a,10.1.0.2,cons1-2
     87dhcp-host=00:20:4a:d5:94:27,10.1.0.3,cons1-3
     88
     89
     90# CTRL
     91dhcp-host=net:control,00:03:1d:0c:d3:7e,node1,10.10.0.1
     92dhcp-host=net:control,00:03:1d:0c:d3:61,node2,10.10.0.2
     93dhcp-host=net:control,00:03:1d:0c:d3:63,node3,10.10.0.3
     94
     95
     96# DATA
     97dhcp-host=00:03:1D:0c:d3:7e,10.20.0.1,node1-1
     98dhcp-host=00:03:1D:0c:d3:60,10.20.0.2,node1-2
     99dhcp-host=00:03:1D:0c:d3:62,10.20.0.3,node1-3
     100
     101}}}
    64102====== Setting up Inventory service ======
    65103