🌳
$ ptnode pt0/klustersF/harv2demo/harvPxeF/demo2harvorng.mjs


wrote /private/tftpboot/harvester/config-create.yaml
demo2harvorng password: # cat data/secrets2/nodepass-demo2harvorng
clusterToken: # cat data/secrets2/clustertoken-harv2demo

(notes) debugging after setup
-----------------------------
ssh demo2harvorng 'journalctl -u rancherd.service'

1) Setup router DHCP & TFTP to point at 192.168.1.123 (your devpc ip)
-------------------------------------------------------------------------
(unifi) Settings -> Networks -> Advanced -> DHCP Service Management
Network Boot: 192.168.1.123 / harvester/ipxe.efi
TFTP Server: 192.168.1.123

Routing -> Port Forwarding
Port-Fwd 80,443,30000-32767 -> 192.168.1.111
NOTE - Ethernet usb-c monitor fucks w pxe, wifi-only

2) Please run in a new tab:
---------------------------
sudo launchctl unload -F /System/Library/LaunchDaemons/tftp.plist || true; sudo launchctl load -F /System/Library/LaunchDaemons/tftp.plist; sudo chmod 777 /private/tftpboot /private/tftpboot/* /private/tftpboot/harvester/*; cd /private/tftpboot && npx http-server -p 80

3) Reboot your demo2harvorng bios to pxe