Difference between revisions of "Quattor and IPv6"
From PDP/Grid Wiki
Jump to navigationJump to searchLine 165: | Line 165: | ||
}; | }; | ||
− | While I was writing this document, it came to my head that this is going to set to yes NETWORKING_IPV6 and IPV6INIT, either we want it or not; so I need to modify this somehow... I'm thinking of �If myip6 is empty, then don't initialize those two variables� | + | '''TO DO''' |
− | + | While I was writing this document, it came to my head that this is going to set to yes ''NETWORKING_IPV6'' and ''IPV6INIT'', either we want it or not; so I need to modify this somehow... I'm thinking of �If myip6 is empty, then don't initialize those two variables� | |
− | |||
− | + | === $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", | ||
− | + | ); | |
− | + | ||
+ | === $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( | |
"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", ) | ||
), | ), | ||
− | + | ); | |