Hello proxmox community!
I have a server hired in Germany and I have 2 IP addresses. When I create a VM, I get an error by default other IPv4 configuration (https://prnt.sc/rx89pp) that I really do not know where that number comes from. The question is that it leaves me without the internet and not only that, when I try to put my configuration manually netmask, gateway and ipaddress it tells me that my IP address is already being used when only that VM is created... I am testing on Windows Server 2008 R2.
Here I leave my /etc/network/interfaces settings:
I hope someone can help me, it would be of great help and satisfaction.
I have a server hired in Germany and I have 2 IP addresses. When I create a VM, I get an error by default other IPv4 configuration (https://prnt.sc/rx89pp) that I really do not know where that number comes from. The question is that it leaves me without the internet and not only that, when I try to put my configuration manually netmask, gateway and ipaddress it tells me that my IP address is already being used when only that VM is created... I am testing on Windows Server 2008 R2.
Here I leave my /etc/network/interfaces settings:
Code:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet manual
iface eth1 inet manual
auto vmbr0
iface vmbr0 inet static
address 5.100.120.27/24
gateway 5.100.120.1
bridge-ports eth0
bridge-stp off
bridge-fd 0
post-up echo 1 > /proc/sys/net/ipv4/ip_forward
post-up echo 1 > /proc/sys/net/ipv4/conf/eno1/proxy_arp
iface vmbr0 inet6 static
address 2a09:c207:0000:3807:0000:0000:0000:0001/64
up ip route replace 5.100.120.0/24 via 5.100.120.1 dev vmbr0
I hope someone can help me, it would be of great help and satisfaction.