Hi, I am new to Proxmox and Linux. I have attempted many times over last 24 hours to make this work, but so far no luck.
I am trying to install PROXMOX from the beginning (again), and management interface is stuck as "wlpls0", which is wireless interface. There is no WIFI connected to the NUC. Ethernet cable I currently connected between NUC and ETHERNET. Before installing PROXMOX, Ethernet worked on windows.
Installed with this option, it failed to ping to gateway and internal/externam DNS (1.1.1.1 & 8.8.8.8)
Also, I list the additional information that I could gather during the troubleshooting.
Any guidance would be
Hardware: INTEL NUC (N100) with Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
Proxmox VE 8.2 with web GUI
Proxmox install configuration
Router setting
/etc/network/interfaces
ip a (I am not sure but "3" is missing;1-lo 2-wlps0 3-missing 4- vmbr0)
lspci | grep 'Ethernet'
dmesg | grep firmware -A 3
lsmod | grep r8169
I am trying to install PROXMOX from the beginning (again), and management interface is stuck as "wlpls0", which is wireless interface. There is no WIFI connected to the NUC. Ethernet cable I currently connected between NUC and ETHERNET. Before installing PROXMOX, Ethernet worked on windows.
Installed with this option, it failed to ping to gateway and internal/externam DNS (1.1.1.1 & 8.8.8.8)
Also, I list the additional information that I could gather during the troubleshooting.
Any guidance would be
Hardware: INTEL NUC (N100) with Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
Proxmox VE 8.2 with web GUI
Proxmox install configuration
[B]Management interface[/B] wlpls0
[B]Hostname [/B]pve.home
[B]IP address (CIDR) [/B]192.168.20.60
(this is confirmed unassigned static IP address)[B]Gateway [/B]192.168.20.1
[B]DNS Server[/B] 192.168.20.1/ 1.1.1.1/ 8.8.8.8
(All three IP address tested during troubleshooting)Router setting
[B]Start IP address[/B] 192.168.20.2
[B]End IP address[/B] 192.168.20.254
[B]Primary DNS[/B] 192.168.20.1
/etc/network/interfaces
auto lo
iface lo inet loopback
iface wlp1s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.20.60/24
gateway 192.168.20.1
bridge_ports wlp1s0
bridge_stp off
bridge_fd 0
source /etc/network/interfaces.d/*
ip a (I am not sure but "3" is missing;1-lo 2-wlps0 3-missing 4- vmbr0)
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: wlp1s0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether 70:cf:49:dc:2e:04 brd ff:ff:ff:ff:ff:ff
4: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default qlen 1000
link/ether 66:27:3f:81:89:31 brd ff:ff:ff:ff:ff:ff
inet 192.168.20.60/24 scope global vmbr0
valid_lft forever preferred_lft forever
inet6 fe80::8427:4fff:fefd:d4c4/64 scope link
valid_lft forever preferred_lft forever
lspci | grep 'Ethernet'
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 2b)
dmesg | grep firmware -A 3
[ 4.323983] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 4.323985] cfg80211: failed to load regulatory.db
[ 4.524206] Bluetooth: hci0: Failed to load Intel firmware file intel/ibt-11-5.sfi (-2)
lsmod | grep r8169
r8169 81920 0
Last edited: