Settings.settings 1.7 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="DhcpServer.Properties" GeneratedClassName="Settings">
  3. <Profiles />
  4. <Settings>
  5. <Setting Name="PoolSize" Type="System.Int32" Scope="Application">
  6. <Value Profile="(Default)">100</Value>
  7. </Setting>
  8. <Setting Name="SubNet" Type="System.String" Scope="Application">
  9. <Value Profile="(Default)">255.255.255.0</Value>
  10. </Setting>
  11. <Setting Name="Dns" Type="System.String" Scope="Application">
  12. <Value Profile="(Default)">223.5.5.5</Value>
  13. </Setting>
  14. <Setting Name="PxeFileName" Type="System.String" Scope="Application">
  15. <Value Profile="(Default)">undionly-http.kpxe</Value>
  16. </Setting>
  17. <Setting Name="ListenOn" Type="System.String" Scope="Application">
  18. <Value Profile="(Default)">192.168.233.233</Value>
  19. </Setting>
  20. <Setting Name="PoolStart" Type="System.String" Scope="Application">
  21. <Value Profile="(Default)">192.168.233.100</Value>
  22. </Setting>
  23. <Setting Name="Router" Type="System.String" Scope="Application">
  24. <Value Profile="(Default)">192.168.233.1</Value>
  25. </Setting>
  26. <Setting Name="BroadcastAddress" Type="System.String" Scope="Application">
  27. <Value Profile="(Default)">192.168.233.255</Value>
  28. </Setting>
  29. <Setting Name="PxeTftp" Type="System.String" Scope="Application">
  30. <Value Profile="(Default)">192.168.233.233</Value>
  31. </Setting>
  32. <Setting Name="IpxeScriptUri" Type="System.String" Scope="Application">
  33. <Value Profile="(Default)">http://192.168.233.233:8233/boot/ipxe</Value>
  34. </Setting>
  35. </Settings>
  36. </SettingsFile>