I installed proxmox 7.3 today. During installation, proxmox received an IP address from the DHCP server 192.168.1.19 (GW 192.168.1.1, DNS 192.168.1.1). I immediately updated proxmox.
Then I edited the network configuration file. I changed the proxmox IP address to 192.168.1.3. I changed the proxmox IP address to 192.168.1.3. Here is the configuration file.
Now I tried apt update and the internet is not working. Ping doesn't work either. Not even on GW 192.168.1.1.
Ping only works on some IP addresses in the LAN.
From another machine in the LAN, ping to Proxmox 192.168.1.3 works.
I have no idea where the problem is.
Then I edited the network configuration file. I changed the proxmox IP address to 192.168.1.3. I changed the proxmox IP address to 192.168.1.3. Here is the configuration file.
Code:
auto lo
iface lo inet loopback
iface enp1s0 inet manual
iface eno1 inet manual
auto vmbr1
iface vmbr1 inet static
address 192.168.1.3/24
gateway 192.168.1.1
bridge-ports enp1s0
bridge-stp off
bridge-fd 0
auto vmbr0
iface vmbr0 inet manual
bridge-ports eno1
bridge-stp off
bridge-fd 0
auto vmbr2
iface vmbr2 inet manual
bridge-ports enp1s0.20
bridge-stp off
bridge-fd 0
auto vmbr3
iface vmbr3 inet manual
bridge-ports enp1s0.30
bridge-stp off
bridge-fd 0
auto vmbr4
iface vmbr4 inet manual
bridge-ports enp1s0.40
bridge-stp off
bridge-fd 0
auto vmbr5
iface vmbr5 inet manual
bridge-ports enp1s0.50
bridge-stp off
bridge-fd 0
Now I tried apt update and the internet is not working. Ping doesn't work either. Not even on GW 192.168.1.1.
Ping only works on some IP addresses in the LAN.
From another machine in the LAN, ping to Proxmox 192.168.1.3 works.
I have no idea where the problem is.