I installed Proxmox 8.1
This is the network for PVe box. As you can see i have 3 machines, but that is not relevant
Another post on this forum said run this on pve shell so vms could access the inet. I did and that worked.
echo 1 > /proc/sys/net/ipv4/ip_forward
https://forum.proxmox.com/threads/the-vms-are-not-assigned-ip-address-by-dhcp-server.125911/
My host could access internet before this command was entered, but new vms could not
I installed debian 12 in a vm
The setup was able to download updates and apparently setup dhcp.
WHen i rebooted after installation, it tried to grab the IP address of the host and could not ping google.com
I had to give it a static address in /etc/network/interfaces:
Why do i have to use a static address to get it to work?
I don't recall having to do this in proxmox 7.1, but maybe i forgot something.
This is the network for PVe box. As you can see i have 3 machines, but that is not relevant
Another post on this forum said run this on pve shell so vms could access the inet. I did and that worked.
echo 1 > /proc/sys/net/ipv4/ip_forward
https://forum.proxmox.com/threads/the-vms-are-not-assigned-ip-address-by-dhcp-server.125911/
My host could access internet before this command was entered, but new vms could not
I installed debian 12 in a vm
The setup was able to download updates and apparently setup dhcp.
WHen i rebooted after installation, it tried to grab the IP address of the host and could not ping google.com
I had to give it a static address in /etc/network/interfaces:
Why do i have to use a static address to get it to work?
I don't recall having to do this in proxmox 7.1, but maybe i forgot something.