M maxim.webster Active Member Nov 12, 2024 106 34 28 Germany Dec 12, 2024 #21 marcelw60 said: This command ip link show type "" did not give any output Click to expand... My bad, without link it does not show anything.
marcelw60 said: This command ip link show type "" did not give any output Click to expand... My bad, without link it does not show anything.
M maxim.webster Active Member Nov 12, 2024 106 34 28 Germany Dec 12, 2024 #22 marcelw60 said: I am not 100% sure but I think HP2 server is using proxmox 8.2 Click to expand... you can run "pveversion" to get a precise version tag. But regarding the real issue, I am unfortunally out of ideas.
marcelw60 said: I am not 100% sure but I think HP2 server is using proxmox 8.2 Click to expand... you can run "pveversion" to get a precise version tag. But regarding the real issue, I am unfortunally out of ideas.
F fba Member Dec 4, 2024 99 21 8 online Dec 12, 2024 #23 How about for a start to manually create the bridge and assign IP to it? If any error occurs, please post it here. Code: brctl addbr vmbr0 brctl addif vmbr0 eno1 ip a add 10.0.0.30/24 dev vmbr0 ip r add default via 10.0.0.1 dev vmbr0
How about for a start to manually create the bridge and assign IP to it? If any error occurs, please post it here. Code: brctl addbr vmbr0 brctl addif vmbr0 eno1 ip a add 10.0.0.30/24 dev vmbr0 ip r add default via 10.0.0.1 dev vmbr0