Honestly kind of embarrassing as I am totally new to Linux and all kinds of networking so you may have to bear a bit with me here but I'm trying to setup Proxmox on a new PC for the first time and I seem to be having trouble connecting to the GUI on my web browser.
When trying to connect to the server from my phone it returns an ERR_ADDRESS_UNREACHABLE
While trying to connect via my other desktop I get a ERR_CONNECTION_TIMED_OUT
Pinging the serve yields me a Destination Host Unreachable.
The DNS address is configured to 1.1.1.1 (tried 8.8.8.8 just in case but same issue)
My interfaces file reads as follows
I am using a usb wifi adapter (I'm thinking that's the issue at this point) if I absolutely need to buy a NIC I will. I am unable to use a direct Ethernet connection to my router in my current situation unfortunately.
When trying to connect to the server from my phone it returns an ERR_ADDRESS_UNREACHABLE
While trying to connect via my other desktop I get a ERR_CONNECTION_TIMED_OUT
Pinging the serve yields me a Destination Host Unreachable.
The DNS address is configured to 1.1.1.1 (tried 8.8.8.8 just in case but same issue)
My interfaces file reads as follows
Code:
auto lo
iface lol inet loopback
iface enp30s0 inet manual
Auto vmbr0
iface vmbr0 inet static
address 192.168.1.69/24
gateway 192.168.1.1
bridge-ports enp30s0
bridge-stp off
bridge-fd 0
iface wlx3c3786155f55 inet manual
I am using a usb wifi adapter (I'm thinking that's the issue at this point) if I absolutely need to buy a NIC I will. I am unable to use a direct Ethernet connection to my router in my current situation unfortunately.