new 10gb nic install no gui access

utensilsforks

New Member
Nov 27, 2022
5
1
3
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:

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
 
in general having two interfaces on the same subnet is in the realm of special knowledge configuration and should not be used unless you have an extremely good reason to do so.


Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
I know that, i just thought he want to migrate from interface 1 to the new 10g interface or sth like that xD

However, you're right