Changes between Version 2 and Version 3 of allocate_new_ip_block


Ignore:
Timestamp:
May 1, 2013, 6:20:22 PM (11 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • allocate_new_ip_block

    v2 v3  
    44
    55 * Add the block to the [wiki:ip_allocation IP Allocation page]
    6  * Create a file for each IP address in /etc/dnscache/root/ip on either jacobo.mayfirst.org (for Bandcon) or marcos.mayfirst.org (for Telehouse). For example:
    7 {{{
    8 cd /etc/dnscache/root/ip
    9 for num in $(seq 130 158); do touch 64.145.66.$num; done
    10 }}}
     6 * Add the block to puppet - in the manifests/globals.pp file.
     7 * Run: `freepuppet-helper GenerateIPsFromRoutes` to add the new IPs to puppet. git add and git commit the new files created.
    118 * Add IP addresses to our DNS servers (for reverse lookups).
    12    * For Bandcon: Login to {{{root@harry.mayfirst.org}}}. Edit ~/bin/create-reverse-ip to modify the first two variables to reflect the IP range you are adding.
    13    * For HE: edit viewsic.mayfirst.org:/etc/tinydns/root/special-records and then type make
     9   * For Bandcon: Login to {{{mayfirst@hay.mayfirst.org}}}. Edit ~/bin/create-reverse-ip to modify the first two variables to reflect the IP range you are adding.
     10   * For HE: edit viewsic.mayfirst.org:/etc/tinydns/root/special-records and then type make. Keep track of #7196 for changes.