Changes

From SME Server
Jump to navigationJump to search
523 bytes added ,  01:02, 15 September 2014
m
Line 170: Line 170:  
  }
 
  }
 
  EOF
 
  EOF
 +
 +
(See below for SME v9 configuration)
    
If you have got it right then you should be able to run the following without error :
 
If you have got it right then you should be able to run the following without error :
Line 211: Line 213:  
  LocalIP=192.168.98.1
 
  LocalIP=192.168.98.1
 
  LocalNetmask=255.255.255.0
 
  LocalNetmask=255.255.255.0
 +
 +
 +
=== SME V9 Configuration ===
 +
 +
Things have changed slightly for v9
 +
 +
Use the same db settings and templates as for v8.
 +
 +
You can make one small change to the template. Replace :
 +
 +
  my $gw = $ExternalInterface{'Gateway'};
 +
 +
With
 +
 +
  my $gw = $GatewayIP;
 +
 +
 +
To update the config files you now need to run :
 +
 +
/etc/e-smith/events/actions/update-ifcfg
 +
signal-event post-upgrade;signal-event reboot
 +
 +
Note that you will not see MAC addresses in the Internal Interface settings as you did in v8
    
== Xen ==
 
== Xen ==

Navigation menu