3ds Max uses the standard network protocol, TCP/IP, for network rendering. TCP/IP is a two-part acronym. TCP (Transport Control Protocol) communicates data between applications. IP (Internet Protocol) communicates data between an application and the physical network. Each computer in your rendering network needs to be configured for this protocol.
Before continuing, be sure that:
The TCP/IP protocol requires a device, called a network adapter or Network Interface Controller (NIC), to bind with in order to communicate with other machines. Typically, the network adapter is a network card, but if you are linked to the Internet by modem, a dial-up adapter (the modem) is used.
TCP/IP uses IP addresses to identify the computers on a network. For convenience, you can assign real names to computers. An IP address is a serial number of four integers separated by periods, for example, 192.100.100.1.
IP addresses can be fixed (as in the example above) or automatic, supplied dynamically each time you connect to the network by a system known as DHCP (Dynamic Host Configuration Protocol).
3ds Max uses the NIC number, which can be thought of a unique serial number assigned to each network card, to identify each machine in the network. This allows the use of DHCP since the IP address usually changes when a machine using DHCP is rebooted.
In some cases, you may want to specify a fixed IP address, for example:
In the case of fixed addresses, it is important that IP addresses be properly assigned. In this step, you make up a list of machine names and their corresponding IP addresses to use during TCP/IP configuration. The list will also be used when installing the 3ds Max rendering services.
Using the Manager name is particularly useful when its IP address is assigned dynamically via DHCP, and can change from session to session.
On a closed network, you don't have to worry much about conflicts with the IP addresses of other network domains. However, the addresses need to follow a consistent pattern and each must be unique within your network.
To create machine names and IP addresses:
Unless you have specific needs for later compatibility with another network, use the following list as a model.
Since the Manager machine can also act as a server, start naming your servers to match their IP addresses as shown in the list below. Remember, any one machine can act as a manager under network rendering. Like an IP address, each name must be unique. Also keep in mind that you must not use the numbers 0 or 255 in the last group (or octet) of an IP address as they are reserved.
Machine Name | IP Address |
---|---|
server001 | 192.100.100.1 |
server002 | 192.100.100.2 |
server003 | 192.100.100.3 |
... | ... |
server254 | 192.100.100.254 |