Skip to main content

Intel NUC7I7BNH

This is the Matrix AI configuration for Intel NUC717BNH.

This platform is installed with Windows 10 Pro.

Installation Media

The windows installation USB can be created with the official tool here. If performed on a Windows machine, the official media creation tool can directly create a bootable usb. The pages will provide an ISO image if accessed from Linux which need manual creation of bootable installation usb.

Disk Partition

Previous partitions are removed to allow Windows installation process to work on a blank disk drive.

OpenSSH

Windows has builtin OpenSSH server and client support. https://docs.microsoft.com/en-us/windows-server/administration/openssh/openssh_install_firstuse The server can be installed at Settings > Apps > Apps and Features > Manage Optional Features. Starting and auto start the ssh server

# Powershell, run as admin
Start-Service sshd
Set-Service -Name sshd -StartupType 'Automatic'

RDP

https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/remote-desktop-allow-access#how-to-enable-remote-desktop

Firewall

OpenSSH and RDP

These should be turned on after installation/enabling. Double check rules in Advanced Firewall Settings.

Ping

In Advanced Firewall Settings, turn on relevant ICMPv4 and ICMPv6 rules.

Wireguard

Install wireguard and add new tunnel configuration. https://www.wireguard.com/install/

[Interface]
PrivateKey = <operator_private_key> # Generated on creation of new tunnel
Address = fc00:3333:3333::1/128 # Arbitrarily assigned
ListenPort = 48914
[Peer]
PublicKey = LH/RtxTLFbOGbPKUx5HItaz/JJRXyq+2kLWU2Fwp42c=
Endpoint = 13.236.85.178:48914
AllowedIPs = fc00::/16
PersistentKeepAlive = 25