· 8 years ago · Jan 20, 2017, 03:24 AM
1[~/Prj/1_opnfv/3-repo/compass4nfv/deploy]$ cat /etc/hosts [master]
2##
3# Host Database
4#
5# localhost is used to configure the loopback interface
6# when the system is booting. Do not change this entry.
7##
8127.0.0.1 localhost
9255.255.255.255 broadcasthost
10::1 localhost
11fe80::1%lo0 localhost
12127.0.0.1 windows10.microdone.cn
13192.168.108.2 a8 a108
14192.168.21.2 a2
15192.168.21.20 a20
16192.168.21.21 a21
17192.168.107.2 vpod1
18192.168.106.2 vpod2
19192.168.101.2 vpod3
20192.168.103.2 vpod4
21192.168.10.6 pod1
22192.168.11.2 pod2
23[~/Prj/1_opnfv/3-repo/compass4nfv/deploy]$ cat ~/.ssh/config [master]
24Host *
25 UserKnownHostsFile /dev/null
26 StrictHostKeyChecking no
27
28Host a8 a108 a2 a20 a21
29 User root
30
31Host vpod* pod*
32 User opnfv