Browse Source

IPv6 prefix and domaine name update

Benjamin Collet 10 years ago
parent
commit
060148e924
1 changed files with 5 additions and 5 deletions
  1. 5 5
      config

+ 5 - 5
config

@@ -11,11 +11,11 @@
 
 %data = (
   hostname  => 'template-squeeze',
-  domain    => 'fa0.org',
-  relayhost =>  'smtp.fa0.org',
+  domain    => 'ois.tf',
+  relayhost =>  'smtp.ois.tf',
   resolv    => {
     nameservers => ['192.168.248.153', 'fd00:6b64:f3b0:153::1'],
-    search      => 'fa0.org'
+    search      => 'ois.tf'
   },
   interfaces => [
     {
@@ -23,9 +23,9 @@
       ip        => '192.168.42.7',
       netmask   => '255.255.255.224',
       gateway   => '192.168.42.1',
-      ip6       => '2001:470:c8bc:2000::7',
+      ip6       => '2001:bc8:3283:2000::7',
       netmask6  => '64',
-      gateway6  => '2001:470:c8bc:2000:ff::'
+      gateway6  => '2001:bc8:3283:2000:ff::'
     }
   ]
 )