Hi all,
I've just installed Proxmox VE 8.0-2 on an old laptop (Dell XPS 15 9560) but I can't connect to it from my PC. PVE doesn't seem to be able to connect to the internet either (apt update results in sever failed to fetch errors claiming the domains can't be resolved. I tried pinging the router from PVE and it fails as well.
As the laptop doesn't have an internal NIC, I'm using an external one connected to the USB-C port.
I've setup the DHCP server of my router to reserve the 198.168.178.78 IP address for this NIC and entered this IP during the installation.
I'm not very familiar with Linux based OS's so I don't know how to proceed. From what I found on the internet I should look at /etc/network/interfaces but that seems correct to me:
Note the wlp2s0 is probably the wifi NIC build into the laptop that I haven't configured.
When I run ifreload -a I get this error:
Can someone please point me in the right direction? If any additional information is needed or any steps need to be executed please tell me the commands to use. Like I said, I'm not very familiar with Linux :-(
Thanks,
elloco
I've just installed Proxmox VE 8.0-2 on an old laptop (Dell XPS 15 9560) but I can't connect to it from my PC. PVE doesn't seem to be able to connect to the internet either (apt update results in sever failed to fetch errors claiming the domains can't be resolved. I tried pinging the router from PVE and it fails as well.
As the laptop doesn't have an internal NIC, I'm using an external one connected to the USB-C port.
I've setup the DHCP server of my router to reserve the 198.168.178.78 IP address for this NIC and entered this IP during the installation.
I'm not very familiar with Linux based OS's so I don't know how to proceed. From what I found on the internet I should look at /etc/network/interfaces but that seems correct to me:
Code:
auto lo
iface lo inet loopback
iface enxd481d37ab05c inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.178.78/24
gateway 192.168.178.1
bridge-ports enxd481d37ab05c
bridge-stp off
bridge-fd 0
iface wlp2s0 inet manual
Note the wlp2s0 is probably the wifi NIC build into the laptop that I haven't configured.
When I run ifreload -a I get this error:
error: vmbr0: bridge port enxd481d37ab05c does not exist
. I guess that has something to do with it...Can someone please point me in the right direction? If any additional information is needed or any steps need to be executed please tell me the commands to use. Like I said, I'm not very familiar with Linux :-(
Thanks,
elloco