stevenwright1
stevenwright1
USG3P Steven@ubnt:/etc$cat version UniFiSecurityGateway.ER-e120.v4.4.56.5449062.211020.0831 Steven@ubnt:/config/data/firstboot/install-packages$ uname -a Linux ubnt 3.10.107-UBNT #1 SMP Wed Oct 20 08:38:35 UTC 2021 mips64 GNU/Linux Steven@ubnt:/config/data/firstboot/install-packages$ curl https://download.zerotier.com/dist/ubiquiti/zerotier-one_mips64.deb --output /config/data/firstboot/install-packages/zerotier-one.deb % Total % Received %...
I want to set the NSIP of my ADC to only allow secure (https) connections to the GUI. The "ipaddress" and "netmask" arguments are listed as optional. _This works:_ resource...
Resources.tf contains: resource "citrixadc_dnsnameserver" "dnsnameserver_UDP" { dnsvservername = "DNS_UDP" state = "ENABLED" type = "UDP" } resource "citrixadc_dnsnameserver" "dnsnameserver_TCP" { dnsvservername = "DNS_TCP" state = "ENABLED" type = "TCP" }...
I see that I can use the "systemuser" resource to reset the passwords of user accounts local to the ADC. I assume the "password_resetter" resource differs in that it authenticates...
I would like to set the command prompt using "set system parameter -promptString %u@%h-%s" I would also like to set the default user timeout, please. set system parameter -timeout 900
I have two resource blocks for "citrixadc_nsparam" in my resource files. The first sets the timezone and the secodn cookieversion. The two produce an error rather than merging. _This works...
I would like to set to enable HA failsafe mode using Terraform. The use case is to ensure that the last HA node continues to provide try and service if...
I'd like to create an HA pair using Terraform but, it doesn't appear to be possible yet. Ideally, I would also like to query the members of the HA pair...
There doesn't appear to be a way to configure NTP using Terraform "add ntp server pool.ntp.org enable ntp sync"
The default path is noted within the cert and key parameters, however, using the default example path ("/var/tmp") will likely lead to data loss when the temporary data is cleared...