
first:
Adapter2 — intnet
Adapter3 — deepnet
second:
Adapter2 — intnet
Adapter3 — deepnet
[root@first ~]# ip link add br0 type bridge[root@first ~]# ip link set eth1 master br0[root@first ~]# ip link set eth2 master br0[root@first ~]#
[root@second ~]# ip link add br0 type bridge[root@second ~]# ip link set eth1 master br0[root@second ~]# ip link set eth2 master br0[root@second ~]#
[root@first ~]# ip link set br0 up[root@first ~]# ip link set eth1 up[root@first ~]# ip link set eth2 up[root@first ~]#
[root@second ~]# ip link set br0 up[root@second ~]# ip link set eth1 up[root@second ~]# ip link set eth2 up[root@second ~]#