Networking issue, can't connect to web UI

Ninjinka

New Member
Mar 15, 2021
1
0
1
25
I just installed Proxmox for the first time on a Dell T5810, and I can't seem to get it connected to the internet. When I navigate to the IP I set it says "The connection has timed out". When I try to ping google.com from the machine it says "Temporary failure in name resolution." cat /etc/network/interfaces says:


Code:
auto lo
iface lo inet loopback

iface enp0s25 inet manual

auto vmbr0

iface vmbr0 inet static
    address 192.16.100.2/24
    gateway 192.168.100.1
    bridge_ports enp0s25
    bridge_stp off
    bridge_fd 0

any ideas?