If anyone would be so kind to give me some help.
I have both VMs and 2 Containers both have access to internet, However Proxmox host does not. I am unable to download templates.
i can ping gateway 192.168.0.1
I can ping other devices on network
I cannot ping google.com
I cannot ping 1.1.1.1
I can not ping 8.8.8.8
/etc/networks/interfaces
/etc/resolv.conf
host
I have both VMs and 2 Containers both have access to internet, However Proxmox host does not. I am unable to download templates.
i can ping gateway 192.168.0.1
I can ping other devices on network
I cannot ping google.com
I cannot ping 1.1.1.1
I can not ping 8.8.8.8
/etc/networks/interfaces
Code:
auto lo
iface lo inet loopback
iface enp3s0f0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.0.50/24
gateway 192.168.0.1
bridge-ports enp3s0f0
bridge-stp off
bridge-fd 0
iface enp0s31f6 inet manual
iface enp3s0f1 inet manual
/etc/resolv.conf
Code:
search ht.home
nameserver 192.168.0.1
nameserver 1.1.1.1
nameserver 8.8.8.8
host
Code:
127.0.0.1 localhost.localdomain localhost
192.168.0.50 pve.ht.home pve
# 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