User Tools

Site Tools


сервис_dhcp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
сервис_dhcp [2024/05/01 10:19]
val [isc-kea]
сервис_dhcp [2024/06/04 14:10]
val [Отказоустойчивая конфигурация]
Line 40: Line 40:
  
 option domain-name "​corpX.un";​ option domain-name "​corpX.un";​
 +#option domain-search "​jet.msk.su","​service.jet.msk.su","​jetinf.jet.msk.su";​
 option domain-name-servers 192.168.X.10;​ option domain-name-servers 192.168.X.10;​
 #option domain-name-servers 192.168.X.12;​ #option domain-name-servers 192.168.X.12;​
Line 109: Line 110:
   max-lease-time 7200;   max-lease-time 7200;
 } }
 +
 +host node3 {hardware ethernet 08:​00:​27:​12:​34:​53;​fixed-address 192.168.X.3;​}
 +host node4 {hardware ethernet 08:​00:​27:​12:​34:​54;​fixed-address 192.168.X.4;​}
 +host node5 {hardware ethernet 08:​00:​27:​12:​34:​54;​fixed-address 192.168.X.5;​}
 +host node6 {hardware ethernet 08:​00:​27:​12:​34:​54;​fixed-address 192.168.X.6;​}
 +host node7 {hardware ethernet 08:​00:​27:​12:​34:​54;​fixed-address 192.168.X.7;​}
 </​code>​ </​code>​
  
Line 276: Line 283:
         {         {
             "​name":​ "​domain-name-servers",​             "​name":​ "​domain-name-servers",​
-            "​data":​ "​192.168.13.10"+            "​data":​ "​192.168.X.10"
         },         },
 +        # not work in windows
         {         {
             "​name":​ "​domain-search",​             "​name":​ "​domain-search",​
-            "​data":​ "corp13.un"+            "​data":​ "corpX.un,​isp.un"
         },         },
         {         {
             "​name":​ "​domain-name",​             "​name":​ "​domain-name",​
-            "​data":​ "corp13.un"+            "​data":​ "corpX.un"
         }         }
     ],     ],
Line 290: Line 298:
     "​subnet4":​ [     "​subnet4":​ [
         {         {
-            "​subnet":​ "​192.168.113.0/​24",​ +            ​"​id":​ 1, 
-            "​pools":​ [ { "​pool":​ "​192.168.113.100 - 192.168.113.109" } ],+            ​"​subnet":​ "​192.168.100+X.0/​24",​ 
 +            "​pools":​ [ { "​pool":​ "​192.168.100+X.100 - 192.168.100+X.109" } ],
             "​option-data":​ [             "​option-data":​ [
                 {                 {
                     "​name":​ "​routers",​                     "​name":​ "​routers",​
-                    "​data":​ "​192.168.113.1"+                    "​data":​ "​192.168.100+X.1"
                 }                 }
             ]             ]
сервис_dhcp.txt · Last modified: 2024/06/04 14:41 by val