all my VMs have the same IP as the proxmox

Lup1n

New Member
Jan 1, 2024
2
0
1
Hello, I am new to Proxmox, I set up a HomeLab for cybersecurity by setting up VMs from the vulnhub page and some that I set up using ISO, the problem comes when setting up them that have the same IP as the proxmox, the pentesting machines that amount they do not allow me to touch internally as such since they are machines for you to break and they do not give you any clue. How can I make it so that when creating it it gets its own IP and not that of Proxmox?
 
you can make a new different and private subnet network for the vm :
https://pve.proxmox.com/wiki/Setup_Simple_Zone_With_SNAT_and_DHCP

if you want same subnet network as proxmox ve host, you can install package like is-dhcp-server (installation or configuration is out of scope of the forum) on proxmox ve to turn it as dhcp server like regular debian Linux as proxmox ve is a Debian Server + custom Ubuntu Kernel + Web manager of qemu.