For network configuration, refer directly to the operating system documentation:
Linux: Consult the Rocky Linux Basic Network Configuration Guide for detailed instructions.
macOS: Visit the Set Up a Network Service on Mac page, specify your macOS version, and follow the steps to configure your network interface through the GUI.
Before configuring networking on your workstation, ensure you have the following information:
Contact your system administrator to confirm any of the information above.
/etc/exports
file contains invalid file paths, the NFS service will be unable to start. Ensure the file only includes valid file paths.You may need to edit the loopback setting which may look like 127.0.0.1 vxfhost.localhost.localdomain localhost
by default. Optionally add hostname / IP address pairs for other workstations on your network.
Example:
127.0.0.1 localhost.localdomain localhost
192.168.0.100 workstation1
This file's main use is to configure the host UUID and the network interface preference order, if this differs from the OS primary configuration.
This file can also be used to modify automatic discovery default settings.
This file is only available after the installation of the Autodesk product. See the comments in the file itself for examples. If the file is changed, all running applications and background services immediately use the new configuration without the need for manual restart.
Wiretap and DNS-SD rely on multicast to discover Flame Family-related services running on the local and remote hosts. Some network configurations or policies can prevent the use of multicast to discover them. In these circumstances, you can use /opt/Autodesk/cfg/services.cfg to manually expose these services. For more information, refer to the file itself where comments are explaining its use. You may also check the Flame Family Collaboration Basics page for more context.
Refer to the list of network ports to identify which ports must be allowed through your firewall for proper communication between systems and services.