Hello Proxmox community!
I will explain what happens to me, but before I begin I must clarify that I am a complete first-time on the subject of virtualization with proxmox (I literally know nothing, zero from zero).
The problem is the following:
- I have installed proxmox to offer services to third parties through virtualization with windows, freebsd, centos, etc ... The thing is that I can't because all virtual machines have the same IP address.
The question is ... if I have IP address 61.61.137.60 what can I do to create another virtual machine with IP address 61.61.138.61 ...?
My network configuration is the one that comes by default, I have tried to do things but nothing has worked.
I look forward to your collaboration and thank you very much for your attention!
I will explain what happens to me, but before I begin I must clarify that I am a complete first-time on the subject of virtualization with proxmox (I literally know nothing, zero from zero).
The problem is the following:
- I have installed proxmox to offer services to third parties through virtualization with windows, freebsd, centos, etc ... The thing is that I can't because all virtual machines have the same IP address.
The question is ... if I have IP address 61.61.137.60 what can I do to create another virtual machine with IP address 61.61.138.61 ...?
My network configuration is the one that comes by default, I have tried to do things but nothing has worked.
Code:
auto lo
iface lo inet loopback
auto eno1
iface eno1 inet manual
iface eno2 inet manual
iface eno3 inet manual
iface eno4 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.0.13
netmask 255.255.255.0
gateway 192.168.0.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
I look forward to your collaboration and thank you very much for your attention!