How to Modify the Default Subnet Settings When Installing AODT?

We installed AODT on our local server and found that it uses the 192.168.2.0 subnet by default. However, this subnet is already being used for many other devices in our network. Could you please advise on how to modify the default subnet settings during the installation of AODT? For example, changing the default 192.168.2.0 subnet to 192.168.221.0.

@user112062
Sorry for the delay.
The subnet is set up in Nucleus server.
You will see the current subnet when you execute the following on Linux terminal:
docker network inspect base_stack_default | grep Subnet
To change it, edit the nucleus server environment file:
/opt/ove/base_stack/nucleus-stack.env
and change the subnet address here:
CONTAINER_SUBNET=192.168.2.0/26

Restart the nucleus docker processes.

1 Like

Thank you for your help! I’d like to ask a follow-up question:
Does the file under the path /opt/ove/sso/nucleus-sso-gateway.env need to be modified? I noticed that it contains some configurations related to the 192.168.2.0 subnet.

@user112062 I belive so. Can you please post the question on the omniverse forum?General Discussion - NVIDIA Developer Forums