Modify the IP address of the machine where filenet is deployed. In addition to modifying the IP address of the machine as usual, you also need to configure two locations.
1. Run the command fn_edit to go to system config editor and modify the network address.
2. Modify the host configuration file hosts, change the IP address corresponding to the host name to the modified IP address, and restart the computer.
It is not necessary for a person to learn filenet to modify IP addresses, unless it is used in practice. However, if it is a collective training, and each person's hardware cannot meet the requirements such as our data center, you can operate a filenet environment with multiple users.
This training uses virtual machine image files. The benefits are not mentioned here. This section briefly introduces the Virtual Machine networking policy.
Common networking methods for virtual machines are as follows:
Use bridged networking (using a bridge network) to use a vmnet0 virtual switch. In this case, a virtual machine is equivalent to an independent computer on the network and has an independent IP address like a host.
Use Network Address Translation (NAT) to use (connect) The vmnet8 vswitch. In this case, the virtual machine can access other workstations (including Internet networks) on the network through the host ), other workstations cannot access virtual machines.
Use host-only networking (using the host network) to use (CONNECT) vmnet1 virtual switch. In this case, the virtual machine can only be connected to the virtual machine and host, and cannot be accessed from other workstations on the network.
Do not use a network connection virtual machine does not have a nic, which is equivalent to "standalone"
For more information, see the following URL:
Http://hi.baidu.com/yakamozv/blog/item/ac2c5dee7df5d5e5ce1b3e18.html
Below is a brief configuration of the NAT mode:
1. Start the VMware network adapter vmnet8 virtual network card and configure its IP address to be automatically obtained.
2. Edit the virtual network editor under the Deit menu in VMware (remember to run VMware as an administrator; otherwise, it cannot be modified)
Consider the functions of the subnetwork IP address and subnet mask, and then edit 1 and 2 respectively.
3. Set the gateway in Nat setting to the IP address of the host where the VM is located.
4.
In DHCP setting, set the IP addresses that can be allocated to the network.
5.
Set the IP address of the machine to the IP address of the peizhifilenet machine in the VM as usual (refer to the first three paragraphs). Pay attention to the gateway and the above configuration.
Think about the functions of the IP address, subnet, subnet mask, gateway, and route in the real environment, and whether the corresponding relationship can be reflected here. Learn more about networks.