Hey Y'all,
I am very new to proxmox and its set up kind of threw me for a loop to where I might have messed up. I am currently unable to access the internet from the proxmox but can connect to the intranet. i am able to access the gui as well as ssh into the machine but cannot ping out from the box. any help would be greatly appreciated!
I am very new to proxmox and its set up kind of threw me for a loop to where I might have messed up. I am currently unable to access the internet from the proxmox but can connect to the intranet. i am able to access the gui as well as ssh into the machine but cannot ping out from the box. any help would be greatly appreciated!
Bash:
root@divelab:~# cat /etc/hosts
127.0.0.1 localhost.localdomain localhost
192.168.1.106 divelab.local divelab
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
Bash:
root@divelab:~# cat /etc/network/interfaces
auto lo
iface lo inet loopback
iface enp37s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.106/24
gateway 192.168.0.1
bridge-ports enp37s0
bridge-stp off
bridge-fd 0
source /etc/network/interfaces.d/*