NixOS configuration for HPC cluster https://docs.hpc.informatik.hs-fulda.de/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
1.1 KiB

1 year ago
  1. # Network Details
  2. ## Management Network
  3. Each host (all nodes, management and storage) is attached to a dedicated management network.
  4. **VLAN**: 1032
  5. **IPv4**: 10.32.46.0/24
  6. **IPv6**: 2001:638:301:202e::/64
  7. **DHCP**: Enabled
  8. **Switch ports**: 25 - 48
  9. ### Hosts
  10. ```
  11. 10.32.46.10 - manager
  12. 10.32.46.100 - node-00
  13. 10.32.46.1xx - node-xx
  14. 10.32.46.120 - node-20
  15. 10.32.46.254 - switch
  16. ```
  17. ## Data Network
  18. **VLAN**: 1033
  19. **IPv4**: 10.32.47.0/24
  20. **IPv6**: 2001:638:301:202f::/64
  21. **Switch ports**: 1 - 24
  22. ### Hosts
  23. ```
  24. 10.32.47.10 - manager
  25. 10.32.47.100 - node-00
  26. 10.32.47.1xx - node-xx
  27. 10.32.47.120 - node-20
  28. ```
  29. ## Switch configuration
  30. The main switch, all interfaces are connected to, is split in two VLANs for management and data.
  31. **Management IP**: 10.32.46.254/24
  32. ### Enable SSH configuration
  33. SSH login is enabled but quite unusable in the default state. To enable all config commands use the following procedure:
  34. After login with username and password, enter the command:
  35. ```
  36. _cmdline-mode on
  37. ```
  38. Accept with `yes` and enter the following (vendor specific) password:
  39. ```
  40. 512900
  41. ```