The IP address of the default gateway being used by the target computer. The format of the IP address returned by the property is standard dotted-decimal notation; for example, 192.168.1.1. Use this property to create a subsection that contains settings targeted to a group of computers based on the IP subnets on which they are located.

Note   This property is dynamically set by MDT scripts and cannot have its value set in CustomSettings.ini or the MDT DB. Treat this property as read only. However, you can use this property within CustomSettings.ini or the MDT DB, as shown in the following examples, to aid in defining the configuration of the target computer.

 

Property configured by

 

 

Property applies to

 

BootStrap.ini

 

 

LTI

˜

CustomSettings.ini

 

 

 

 

MDT DB

 

 

ZTI

˜

 

Value

Description

default_gateway

The IP address of the default gateway in standard dotted-decimal notation

 

Example

[Settings]

Priority=DefaultGateway, Default

 

[Default]

OSInstall=YES

 

[DefaultGateway]

192.168.0.1=HOUSTON

11.1.1.11=REDMOND

172.28.20.1=REDMOND

 

[REDMOND]

Packages001=XXX00004:Program4

Packages002=XXX00005:Program5

 

[HOUSTON]

Packages001=XXX00006:Program6

Packages002=XXX00007:Program7

Packages003=XXX00008:Program8

 

Related Topics

Property Definition