Unverified Commit c73a41dd authored by anarcat's avatar anarcat 💥
Browse files

document zone allocatino properl

parent 9da5afbd
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -920,8 +920,9 @@ catastrophic data loss bug in Ganeti or [howto/drbd](howto/drbd).
        reboot
        apt install openvswitch-switch

 5. Allocate a private IP address in the `30.172.in-addr.arpa` zone for
    the node, in the `admin/dns/domains.git` repository
 5. Allocate a private IP address in the `30.172.in-addr.arpa` zone
    (and the `torproject.org` zone) for the node, in the
    `admin/dns/domains.git` repository

 6. copy over the `/etc/network/interfaces` from another ganeti node,
    changing the `address` and `gateway` fields to match the local
@@ -1030,6 +1031,10 @@ address blocks reserved in the cluster.
        iface eth1 inet static
            address 172.30.130.1

    This IP must be allocated in the reverse DNS zone file
    (`30.172.in-addr.arpa`) and the `torproject.org` zone file in
    the `dns/domains.git` repository.

 5. enable the interface:
 
        ifup eth1