Hello everyone!
I just got proxmox on some laptop. I want to access it on my personal laptop through wifi. But I'm not able to do this as the proxmox laptop does not connect to wifi. I cannot do apt-update as it just gives me "temporary failure resolving http://..." for all the things in my package list.
I figured connecting to wifi or being able to use my mobile hotspot(or through USB tethering) could solve these problems. But I'm not able to connect to wifi.
The output of
I am new to proxmox. How do I go about solving this?
Thanks a lot!
I just got proxmox on some laptop. I want to access it on my personal laptop through wifi. But I'm not able to do this as the proxmox laptop does not connect to wifi. I cannot do apt-update as it just gives me "temporary failure resolving http://..." for all the things in my package list.
I figured connecting to wifi or being able to use my mobile hotspot(or through USB tethering) could solve these problems. But I'm not able to connect to wifi.
The output of
cat /etc/network/interfaces
is :
Code:
auto lo
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.100.2
netmask 255.255.255.0
gateway 192.168.100.1
bridge_ports eno1
bridge_stp off
bridge_fd 0
iface w1p4s0b1 inet manual
I am new to proxmox. How do I go about solving this?
Thanks a lot!