08-26-2017, 04:27 PM
Alléluia !!! the fixed IP is da house !!
Maintenant, après le salto avant, une pirouette !!! le grand méchant bridge !!!
tu vas mettre dans ifcfg-br0 :
DEVICE=br0
BOOTPROTO=none
TYPE=Bridge
IPADDR=192.168.0.51
GATEWAY=192.168.0.254
DNS1=192.168.0.254
DNS2=8.8.8.8
NETMASK=255.255.255.0
ONBOOT=yes
dans ifcfg-eno1:
TYPE=Ethernet
BOOTPROTO=none
NAME=eno1
BRIDGE=br0
ONBOOT=yes
dans ifcfg-enp2s0:
TYPE=Ethernet
BOOTPROTO=none
NAME=enp2s0
BRIDGE=br0
ONBOOT=yes
puis un fameux:
sudo chkconfig network on
et un reboot, et on croise les doigts !
Maintenant, après le salto avant, une pirouette !!! le grand méchant bridge !!!
tu vas mettre dans ifcfg-br0 :
DEVICE=br0
BOOTPROTO=none
TYPE=Bridge
IPADDR=192.168.0.51
GATEWAY=192.168.0.254
DNS1=192.168.0.254
DNS2=8.8.8.8
NETMASK=255.255.255.0
ONBOOT=yes
dans ifcfg-eno1:
TYPE=Ethernet
BOOTPROTO=none
NAME=eno1
BRIDGE=br0
ONBOOT=yes
dans ifcfg-enp2s0:
TYPE=Ethernet
BOOTPROTO=none
NAME=enp2s0
BRIDGE=br0
ONBOOT=yes
puis un fameux:
sudo chkconfig network on
et un reboot, et on croise les doigts !