123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <?xml version='1.0' encoding='utf-8'?>
- <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="DhcpServer.Properties" GeneratedClassName="Settings">
- <Profiles />
- <Settings>
- <Setting Name="PoolSize" Type="System.Int32" Scope="Application">
- <Value Profile="(Default)">100</Value>
- </Setting>
- <Setting Name="SubNet" Type="System.String" Scope="Application">
- <Value Profile="(Default)">255.255.255.0</Value>
- </Setting>
- <Setting Name="Dns" Type="System.String" Scope="Application">
- <Value Profile="(Default)">223.5.5.5</Value>
- </Setting>
- <Setting Name="ListenOn" Type="System.String" Scope="Application">
- <Value Profile="(Default)">192.168.233.233</Value>
- </Setting>
- <Setting Name="Router" Type="System.String" Scope="Application">
- <Value Profile="(Default)">192.168.233.1</Value>
- </Setting>
- <Setting Name="BroadcastAddress" Type="System.String" Scope="Application">
- <Value Profile="(Default)">192.168.233.255</Value>
- </Setting>
- <Setting Name="PxeRouter" Type="System.String" Scope="Application">
- <Value Profile="(Default)">192.168.233.1</Value>
- </Setting>
- <Setting Name="PxeTftp" Type="System.String" Scope="Application">
- <Value Profile="(Default)">192.168.233.233</Value>
- </Setting>
- <Setting Name="IpxeRouter" Type="System.String" Scope="Application">
- <Value Profile="(Default)">192.168.233.1</Value>
- </Setting>
- <Setting Name="FileName" Type="System.String" Scope="Application">
- <Value Profile="(Default)">undionly-http.kpxe</Value>
- </Setting>
- <Setting Name="FileName_iPXE_HTTP" Type="System.String" Scope="Application">
- <Value Profile="(Default)">http://192.168.233.233:8233/boot/ipxe</Value>
- </Setting>
- <Setting Name="PoolStart" Type="System.String" Scope="Application">
- <Value Profile="(Default)">192.168.233.233</Value>
- </Setting>
- <Setting Name="FileName_UEFI_I386" Type="System.String" Scope="Application">
- <Value Profile="(Default)">i386_ipxe-http.efi</Value>
- </Setting>
- <Setting Name="FileName_UEFI_x64" Type="System.String" Scope="Application">
- <Value Profile="(Default)">x86_64_ipxe-http.efi</Value>
- </Setting>
- <Setting Name="FileName_UEFI_HTTP" Type="System.String" Scope="Application">
- <Value Profile="(Default)">http://192.168.5.66:8233/ipxe.efi</Value>
- </Setting>
- </Settings>
- </SettingsFile>
|