[root@node1 /]# cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6
192.16.16.10 node1
192.26.26.10 node1priv
192.16.16.20 node2
192.26.26.20 node2priv
[root@node2 /]# cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6
192.16.16.10 node1
192.26.26.10 node1priv
192.16.16.20 node2
192.26.26.20 node2priv
[root@node2 /]#