Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Vista Unattended DefaultGateway and SubnetMask

Featured Replies

I am currently using the BDD 2007 3.0.74.0 with Windows System Image Manager 6.0.5600.16384. I am using Windows System Image Manger to create an unattend.xml file that will be used for unattened vista installs. I am looking at the unattened help files and I am amazed that DefaultGatway and SubnetMask is now deprecated. We use static ip settings.

Does anyone else have this same problem. What is really frustating is that you can add the x86_Microsoft-Windows-TCPIP_neutal setting to the Pass 4 specialize but it only gives a unicast IPaddress setting with no gatway and mask. I am just shocked at this.


one word "DHCP", many companies use it now and if you using the BDD for a large scale deployment, even to 10 -15 computers, why not use DHCP and save the crazyness of having to work with static IPs?

Yeah,,,like Fizban2 said, use DHCP. Man, i'd go nuts having to do static for a large deployment. I'm shocked that anyone would still use static IP's for a large deployment. Thats partially the reason why DefaultGatway and SubnetMask are depreciated now because the trend is towards DHCP.

Edited by Spooky

  • Author

Well I learned out to set the subnet mask:

Using the Windows System Image Manager I added the:

x86_Microsoft_Windows_TCPIP to the unattended.xml answer file. For the value of IP address I added the subnet mask to the end

192.168.0.1/24 would give you 255.255.255.0 192.168.0.1/16 would give you 255.255.0.0

Now I am working on the gateway which I think is under routes--->NextHopAddress

but when I add the route my vista setup fails I get a install windows error.

  • Author

Ok,

I got this to work the static IP, subnet mask and default gateway. The <identifier> by default is Local Area Connection but could be somthing else. The IPaddress value with /24 give a subnet mask of 255.255.255.0 /16 would give 255.255.0.0 the nexthopipaddress gives the default gateway. The prefix of 0.0.0.0/0 is something that finally got this to work. I was getting setup error before this.

<settings pass="specialize">

<component name="Microsoft-Windows-TCPIP" language="neutral" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<Interfaces>

<Interface>

<Identifier>Local Area Connection</Identifier>

<Ipv4Settings>

<DhcpEnabled>false</DhcpEnabled>

</Ipv4Settings>

<UnicastIpAddresses>

<IpAddress wcm:keyValue="1">192.168.0.1/24</IpAddress>

</UnicastIpAddresses>

<Routes>

<Route wcm:action="add">

<Identifier>0</Identifier>

<Prefix>0.0.0.0/0</Prefix>

<NextHopAddress>192.168.0.254</NextHopAddress>

<Metric>20</Metric>

</Route>

</Routes>

</Interface>

</Interfaces>

</component>

</settings>

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.