The system is CentOS 6.5 and the origin host network is:
------------------------------------------------------------------------ eth0 Link encap:Ethernet HWaddr 00:25:90:E8:29:34 inet addr:192.168.1.45 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::225:90ff:fee8:2934/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:471869 errors:0 dropped:0 overruns:0 frame:0 TX packets:31936 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:72666918 (69.3 MiB) TX bytes:4467116 (4.2 MiB) Memory:dfb20000-dfb40000 Ifconfig uses the ioctl access method to get the full address information, which limits hardware addresses to 8 bytes. Because Infiniband address has 20 bytes, only the first 8 bytes are displayed correctly. Ifconfig is obsolete! For replacement check ip. ib0 Link encap:InfiniBand HWaddr A0:00:01:00:FE:80:00:00:00:00:00:00:00:00:00:00:00:00:00:00 inet addr:10.0.1.45 Bcast:255.255.255.0 Mask:255.255.255.0 inet6 addr: fe80::f652:1403:85:7721/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:2044 Metric:1 RX packets:3 errors:0 dropped:0 overruns:0 frame:0 TX packets:36 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1024 RX bytes:168 (168.0 b) TX bytes:2704 (2.6 KiB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:17635 errors:0 dropped:0 overruns:0 frame:0 TX packets:17635 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:917332 (895.8 KiB) TX bytes:917332 (895.8 KiB) ------------------------------------------------------------------------
The steps are:
- service mpss stop
- micctrl --addbridge=br0 --type=external --ip=192.168.1.45
- micctrl --network=static --bridge=br0 --ip=192.168.1.201
- service netwok restart
- service mpss start
But even after rebooting the system, it can't connect to mic0(192.168.1.201).
The iptables is empty, and the ifconfig output is:
------------------------------------------------------------------------
br0 Link encap:Ethernet HWaddr 02:85:BA:B2:7E:AB inet addr:192.168.1.45 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::85:baff:feb2:7eab/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:10 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 b) TX bytes:636 (636.0 b) eth0 Link encap:Ethernet HWaddr 00:25:90:E8:29:34 inet addr:192.168.1.45 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::225:90ff:fee8:2934/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:522314 errors:0 dropped:0 overruns:0 frame:0 TX packets:34160 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:79215086 (75.5 MiB) TX bytes:4742132 (4.5 MiB) Memory:dfb20000-dfb40000 Ifconfig uses the ioctl access method to get the full address information, which limits hardware addresses to 8 bytes. Because Infiniband address has 20 bytes, only the first 8 bytes are displayed correctly. Ifconfig is obsolete! For replacement check ip. ib0 Link encap:InfiniBand HWaddr A0:00:01:00:FE:80:00:00:00:00:00:00:00:00:00:00:00:00:00:00 inet addr:10.0.1.45 Bcast:255.255.255.0 Mask:255.255.255.0 inet6 addr: fe80::f652:1403:85:7721/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:2044 Metric:1 RX packets:4 errors:0 dropped:0 overruns:0 frame:0 TX packets:36 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1024 RX bytes:224 (224.0 b) TX bytes:2704 (2.6 KiB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:17733 errors:0 dropped:0 overruns:0 frame:0 TX packets:17733 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:922604 (900.9 KiB) TX bytes:922604 (900.9 KiB) mic0 Link encap:Ethernet HWaddr 02:85:BA:B2:7E:AB inet6 addr: fe80::85:baff:feb2:7eab/64 Scope:Link UP BROADCAST RUNNING MTU:1500 Metric:1 RX packets:6 errors:0 dropped:0 overruns:0 frame:0 TX packets:22 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:468 (468.0 b) TX bytes:1512 (1.4 KiB) mic1 Link encap:Ethernet HWaddr 3A:43:32:3A:1E:F8 inet6 addr: fe80::3843:32ff:fe3a:1ef8/64 Scope:Link UP BROADCAST RUNNING MTU:1500 Metric:1 RX packets:6 errors:0 dropped:0 overruns:0 frame:0 TX packets:21 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:468 (468.0 b) TX bytes:1470 (1.4 KiB)
------------------------------------------------------------------------
Can you help me? Thank you very much.