Browse Source

Default configuration

Benjamin Collet 12 years ago
parent
commit
a2ca9324b4
1 changed files with 3 additions and 3 deletions
  1. 3 3
      config

+ 3 - 3
config

@@ -10,7 +10,7 @@
 );
 
 %data = (
-  hostname  => 'test-automation',
+  hostname  => 'template-squeeze',
   domain    => 'fa0.org',
   relayhost =>  'smtp.fa0.org',
   resolv    => {
@@ -20,10 +20,10 @@
   interfaces => [
     {
       name      => 'eth0',
-      ip        => '192.168.42.8',
+      ip        => '192.168.42.7',
       netmask   => '255.255.255.224',
       gateway   => '192.168.42.1',
-      ip6       => '2001:470:c8bc:2000::8',
+      ip6       => '2001:470:c8bc:2000::7',
       netmask6  => '64',
       gateway6  => '2001:470:c8bc:2000:ff::'
     }