Settings.settings 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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="ListenOn" Type="System.String" Scope="Application">
  15. <Value Profile="(Default)">192.168.233.233</Value>
  16. </Setting>
  17. <Setting Name="PoolStart" Type="System.String" Scope="Application">
  18. <Value Profile="(Default)">192.168.233.100</Value>
  19. </Setting>
  20. <Setting Name="Router" Type="System.String" Scope="Application">
  21. <Value Profile="(Default)">192.168.233.1</Value>
  22. </Setting>
  23. <Setting Name="BroadcastAddress" Type="System.String" Scope="Application">
  24. <Value Profile="(Default)">192.168.233.255</Value>
  25. </Setting>
  26. <Setting Name="PxeRouter" Type="System.String" Scope="Application">
  27. <Value Profile="(Default)">192.168.233.1</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="IpxeRouter" Type="System.String" Scope="Application">
  33. <Value Profile="(Default)">192.168.233.1</Value>
  34. </Setting>
  35. <Setting Name="FileName" Type="System.String" Scope="Application">
  36. <Value Profile="(Default)">undionly-http.kpxe</Value>
  37. </Setting>
  38. <Setting Name="FileName_iPXE_HTTP" Type="System.String" Scope="Application">
  39. <Value Profile="(Default)">http://192.168.233.233:8233/boot/ipxe</Value>
  40. </Setting>
  41. <Setting Name="FileName_UEFI_I386" Type="System.String" Scope="Application">
  42. <Value Profile="(Default)">i386_ipxe.efi</Value>
  43. </Setting>
  44. <Setting Name="FileName_UEFI_x64" Type="System.String" Scope="Application">
  45. <Value Profile="(Default)">x86_64_ipxe.efi</Value>
  46. </Setting>
  47. </Settings>
  48. </SettingsFile>