Changes between Version 12 and Version 13 of SaliHowto


Ignore:
Timestamp:
06/08/12 10:35:18 (12 years ago)
Author:
dennis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SaliHowto

    v12 v13  
    5252An example for isc dhcpd server
    5353{{{
    54 ## Support for the SALI and the 'old' imageserver settings
    55 #
    56 option option-140 code 140 = text;
     54# define the option
    5755option sali-imgsrv code 224 = ip-address;
    5856
     
    6058#
    6159subnet 192.168.144.0 netmask 255.255.248.0 {
    62   ##  option-140 is the IP address of your SystemImager server
    63   #    sali-imgsrv is the new setting for the Systemimager server
    64   #
     60  # The value for sali-imgsrv has to be an ip address
    6561  option sali-imgsrv 192.168.146.10;
    66   option option-140 "192.168.146.10";
    6762  next-server 192.168.146.10;
    6863....