Hello,
I installed mellanox connectx-3 card today. I gave it IP and default gateway to my router. But I cannot access the GUI. When I use my older interface it is working but not with my SFP+ interface.
Here is my /etc/network/interfaces:
I installed mellanox connectx-3 card today. I gave it IP and default gateway to my router. But I cannot access the GUI. When I use my older interface it is working but not with my SFP+ interface.
Here is my /etc/network/interfaces:
Code:
auto lo
iface lo inet loopback
iface eno1 inet manual
iface enp1s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.88.32/24
gateway 192.168.88.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet static
address 192.168.88.33/24
gateway 192.168.88.1
bridge-ports enp1s0
bridge-stp off
bridge-fd 0