Difference between revisions of "Quattor and IPv6"

From PDP/Grid Wiki
Jump to navigationJump to search
Line 165: Line 165:
 
  };
 
  };
  
 
+
'''TO DO'''
2.5.- $L/cfg/sites/ndpf/site/databases.tpl
+
While I was writing this document, it came to my head that this is going to set to yes ''NETWORKING_IPV6'' and ''IPV6INIT''
This is just the database with the hostnames and their IPs (Copied from DB_IP):
 
  
final variable DB_IP6 = nlist(
+
=== $L/cfg/sites/ndpf/site/databases.tpl ===
 +
 
 +
This is just the database with the hostnames and their IPs (Copied from ''DB_IP''):
 +
 
 +
final variable DB_IP6 = nlist(
 
  escape("ce.nikhef.nl"),"2001:610:120:e120::3",
 
  escape("ce.nikhef.nl"),"2001:610:120:e120::3",
 
  escape("wn-001.nikhef.nl"),"2001:610:120:e120::4",
 
  escape("wn-001.nikhef.nl"),"2001:610:120:e120::4",
Line 177: Line 180:
 
  escape("bdii.nikhef.nl"),"2001:610:120:e120::8",
 
  escape("bdii.nikhef.nl"),"2001:610:120:e120::8",
 
  escape("ui.nikhef.nl"),"2001:610:120:e120::9",
 
  escape("ui.nikhef.nl"),"2001:610:120:e120::9",
);
+
);
2.6- $L/cfg/sites/ndpf/site/config/network-table.tpl
+
 
 +
=== $L/cfg/sites/ndpf/site/config/network-table.tpl ===
 +
 
 
I just included the gateway for IPv6 with its IP:
 
I just included the gateway for IPv6 with its IP:
  
final variable NETWORK_TABLE = nlist(
+
        final variable NETWORK_TABLE = nlist(
 
    "farmnet-public", nlist(
 
    "farmnet-public", nlist(
 
        "subnet", "10.50.50.0", "gateway", "10.50.50.1",
 
        "subnet", "10.50.50.0", "gateway", "10.50.50.1",
Line 188: Line 193:
 
        "nameservers", list("10.50.50.2", )
 
        "nameservers", list("10.50.50.2", )
 
    ),
 
    ),
);
+
        );
  
  

Revision as of 14:09, 10 October 2012