Hi,
I'm new to Proxmox and I'm having some difficulty getting setup with internet connectivity.
I decided to reinstall Proxmox from scratch to see if I had made a mistake along the way but it hasn't solved my issues.
After a successful install, I changed the update repositories to the no subscription servers, and have successfully updated proxmox.
When I go into the shell of my pve1, I can successfully ping other devices on my local network, but I cannot ping internet addresses.
I have tried to ping 1.1.1.1, 8.8.8.8, and google.com and have 100% packet loss.
I can't even ping 24.201.245.77 which is the DNS server that was setup automatically during the installation.
This is my
Here are the results when I run
I'm new to Proxmox and I'm having some difficulty getting setup with internet connectivity.
I decided to reinstall Proxmox from scratch to see if I had made a mistake along the way but it hasn't solved my issues.
After a successful install, I changed the update repositories to the no subscription servers, and have successfully updated proxmox.
When I go into the shell of my pve1, I can successfully ping other devices on my local network, but I cannot ping internet addresses.
I have tried to ping 1.1.1.1, 8.8.8.8, and google.com and have 100% packet loss.
I can't even ping 24.201.245.77 which is the DNS server that was setup automatically during the installation.
This is my
/etc/network/interfaces
:
Code:
auto lo
iface lo inet loopback
iface enp3s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.0.69/24
gateway 192.168.0.1
bridge-ports enp3s0
bridge-stp off
bridge-fd 0
Here are the results when I run
ip a
:
Code:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master vmbr0 state UP group default qlen 1000
link/ether 60:a4:4c:b4:98:10 brd ff:ff:ff:ff:ff:ff
3: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 60:a4:4c:b4:98:10 brd ff:ff:ff:ff:ff:ff
inet 192.168.0.69/24 scope global vmbr0
valid_lft forever preferred_lft forever
inet6 fe80::62a4:4cff:feb4:9810/64 scope link
valid_lft forever preferred_lft forever