Hi all
I am completely new to Proxmox and have just installed my first host. Its an IBM server with multiple NICS, and i have some issues with understanding the way proxmox sets up the NICS. I am unable to connect to the host at the address i setup (https://192.168.1.127:8006).
Basically i just want a setup with a NIC going to my management VLAN (192.168.1.130) and another NIC going to my Homelab Network.
I have tried to modify /etc/network/interfaces to reflect this, but no matter what, i cannot ping my Proxmox server.
This is what i currently have in interfaces:
I have added eth0+1 to see if dynamic ip was working, but no luck.
I have read some of the network config documentation from Proxmox, but that did not solve my problem sadly.
Can anyone help with a standard network configuration, that will allow me to connect to the server at least?
Any help here will be much appreciated.
Thanks in advance.
I am completely new to Proxmox and have just installed my first host. Its an IBM server with multiple NICS, and i have some issues with understanding the way proxmox sets up the NICS. I am unable to connect to the host at the address i setup (https://192.168.1.127:8006).
Basically i just want a setup with a NIC going to my management VLAN (192.168.1.130) and another NIC going to my Homelab Network.
I have tried to modify /etc/network/interfaces to reflect this, but no matter what, i cannot ping my Proxmox server.
This is what i currently have in interfaces:
Code:
auto lo
iface lo inet loopback
iface enx2542cd5624ffbt inet auto
iface eno1 inet auto
iface eno2 inet static
address 192.168.1.130/24
gateway 192.168.1.1
netmask 255.255.255.0
gateway 192.168.1.1
iface ens1f0 inet manual
iface ens1f1 inet manual
iface eth0 inet auto
iface eth1 inet auto
I have added eth0+1 to see if dynamic ip was working, but no luck.
I have read some of the network config documentation from Proxmox, but that did not solve my problem sadly.
Can anyone help with a standard network configuration, that will allow me to connect to the server at least?
Any help here will be much appreciated.
Thanks in advance.