NetConf is the network configuration files & OpenTofu plans for the PCI Core Infrastructure
Requirements:
- Prepare the configuration
- Line 21: Modify pin number
- Line 47: Change user & password
- Reset the router
ssh admin@192.168.88.1 /system/reset-configurationMake sure that the router loads the Official default configuration so you can SSH into the router
- Upload the DPK:
scp defaults/Phorge.dpk admin@192.168.88.1:/
ssh admin@192.168.88.1 /system/reboot- Apply the default configuration
scp defaults/base_configuration.rsc admin@192.168.88.1:/
ssh admin@192.168.88.1 import base_configuration.rscThe SSH connection might fail due to DHCP & IP configuration being modified
- Verify configuration
ssh user@ip exportRequirements:
- Prepare your environment file (.env)
cp .env.example .envAnd edit the variables
- Init the OpenTofu configuration
tofu init- Plan the configuration
source .env && tofu plan -var-file=config.tfvars