em1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 128.110.96.88 netmask 255.255.252.0 broadcast 128.110.99.255
inet6 fe80::622b:5407:c1e2:a3a9 prefixlen 64 scopeid 0x20<link>
ether f0:1f:af:e2:ce:54 txqueuelen 1000 (Ethernet)
RX packets 16782095 bytes 17025464398 (15.8 GiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 514559 bytes 217905091 (207.8 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 16
em2: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
ether f0:1f:af:e2:ce:55 txqueuelen 1000 (Ethernet)
RX packets 190876 bytes 32244168 (30.7 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 33493 bytes 7370700 (7.0 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 17
ib0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 2044
Infiniband hardware address can be incorrect! Please read BUGS section in ifconfig(8).
infiniband 80:00:02:40:FE:80:00:00:00:00:00:00:00:00:00:00:00:00:00:00 txqueuelen 256 (InfiniBand)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1 (Local Loopback)
RX packets 12 bytes 980 (980.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 12 bytes 980 (980.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
p2p2: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
ether f4:52:14:15:67:b2 txqueuelen 1000 (Ethernet)
RX packets 37842 bytes 12930675 (12.3 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 6739 bytes 1194593 (1.1 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
At the same time, the /etc/hosts file still gives the internal 10.x.x.x ip address as follow. But, both these ip addresses and hostnames are not accessible.
127.0.0.1 localhost loghost
10.10.1.7 lustre-client-1-link-1 lustre-client-1-0 lustre-client-1
10.10.1.10 lustre-client-3-link-1 lustre-client-3-0 lustre-client-3
10.10.1.4 lustre-client-2-link-1 lustre-client-2-0 lustre-client-2
10.10.1.12 lustre-server-2-link-1 lustre-server-2-0 lustre-server-2
10.10.1.1 lustre-client-9-link-1 lustre-client-9-0 lustre-client-9
10.10.1.5 lustre-client-10-link-1 lustre-client-10-0 lustre-client-10
10.10.1.3 lustre-client-7-link-1 lustre-client-7-0 lustre-client-7
10.10.1.2 lustre-client-4-link-1 lustre-client-4-0 lustre-client-4
10.10.1.15 lustre-server-3-link-1 lustre-server-3-0 lustre-server-3
10.10.1.8 lustre-client-6-link-1 lustre-client-6-0 lustre-client-6
10.10.1.14 lustre-server-1-link-1 lustre-server-1-0 lustre-server-1
10.10.1.9 lustre-client-11-link-1 lustre-client-11-0 lustre-client-11
10.10.1.11 lustre-client-8-link-1 lustre-client-8-0 lustre-client-8
10.10.1.6 lustre-client-5-link-1 lustre-client-5-0 lustre-client-5
10.10.1.13 lustre-server-5-link-1 lustre-server-5-0 lustre-server-5
10.10.1.16 lustre-server-4-link-1 lustre-server-4-0 lustre-server-4
I am wondering could you let me know whether i did something wrong in the network configuration and how to enable using the internal ip addresses and host names?
thanks for your help and advices!
- Dong