Good day to everyone,
I am running a Ubuntu server on Proxmox VE , but i am unable to ping to 8.8.8.8 from my Ubuntu server. I am able to ping to Proxmox VE.
My /etc/network/interfaces for proxmox :
auto lo
iface lo inet loopback
auto enp0s3
iface enp0s3 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.2.214/24
gateway 192.168.2.1
bridge-ports enp0s3
bridge-stp off
bridge-fd 0
and my /etc/netplan/00-installer-config.yaml:
network:
ethernets:
ens18:
addresses:
- 192.168.2.234/24
gateway4: 192.168.2.1
nameservers:
addresses:
- 8.8.8.8
- 8.8.4.4
version: 2
Any help is appreciated!!
Regards
I am running a Ubuntu server on Proxmox VE , but i am unable to ping to 8.8.8.8 from my Ubuntu server. I am able to ping to Proxmox VE.
My /etc/network/interfaces for proxmox :
auto lo
iface lo inet loopback
auto enp0s3
iface enp0s3 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.2.214/24
gateway 192.168.2.1
bridge-ports enp0s3
bridge-stp off
bridge-fd 0
and my /etc/netplan/00-installer-config.yaml:
network:
ethernets:
ens18:
addresses:
- 192.168.2.234/24
gateway4: 192.168.2.1
nameservers:
addresses:
- 8.8.8.8
- 8.8.4.4
version: 2
Any help is appreciated!!
Regards