Change the IP address of the physical interface of Fast switching mode and change the IP address of the primary physical interface of NIC switching mode to the IP address that is preliminary specified in "E.1 Designing network of the copy destination system."
Modify the IP address, and netmask according to the copy destination environment.
Below is the example when changing the setting of net0 in [Design example 1: Fast switching mode - Single system].
Perform the setting with the interface used with the ipadm(1M) command and the host name defined above.
# /usr/sbin/ipadm delete-ip net0 # /usr/sbin/ipadm create-ip net0 # /usr/sbin/ipadm create-addr -T static -a host11/24 net0/v4 |
Change the subnet mask definition in the /etc/inet/netmasks file. Since the subnet mask is defined using a file, the subnet mask of the virtual interface is defined at the same time.
[Before change]
192.168.70.0 255.255.255.0 192.168.71.0 255.255.255.0 192.168.80.0 255.255.255.0 |
[After change]
192.168.170.0 255.255.255.0 192.168.171.0 255.255.255.0 192.168.180.0 255.255.255.0 |