diff options
author | Joachim Tingvold <joachim@tingvold.com> | 2015-03-21 22:48:32 +0100 |
---|---|---|
committer | Joachim Tingvold <joachim@tingvold.com> | 2015-03-21 22:48:32 +0100 |
commit | 6669f020b17779cc6767a30ca2e7c51de766b9b8 (patch) | |
tree | f15349365fd6d905a49b64cbd6ab19bb27f8451b /bootstrap/README.md | |
parent | fe80e0a56b3b67699a6117b010e6d5c81e8391ba (diff) |
Spring cleaning for TG15.
Preparing for DHCP6. Cleanup of old files.
Diffstat (limited to 'bootstrap/README.md')
-rw-r--r-- | bootstrap/README.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/bootstrap/README.md b/bootstrap/README.md index 1363223..8ebb444 100644 --- a/bootstrap/README.md +++ b/bootstrap/README.md @@ -58,8 +58,8 @@ The rest of the information needed should be pulled from techwiki.g.o The format of the file is: one net per line, lines starting with # are skipped, format of each net-line is: - # <network adress> <prefixlen> <network-name> - 176.110.124.0 24 noc + # <v4 net> <v6 net> <network-name> + 151.216.129.0/26 2a02:ed02:129a::/64 noc Run 'bootstrap/make-base-requires.sh'. This script will log in on the Primary and @@ -77,7 +77,9 @@ scripts are run by bootstrap/make-base-requires.sh, you should not need to run t * bootstrap/make-reverse4-files.pl * Creates reverse-zones for IPv4 * bootstrap/make-dhcpd.pl - * Sets up the base setup for DHCP + * Sets up the base setup for DHCP4 + * bootstrap/make-dhcpd6.pl + * Sets up the base setup for DHCP6 3++: Update during the party using update-baseservice.sh from bootstrap ------------------------------------------------------------------ |