Hello everyone
I have successfully installed proxmox and configured the network. I also install more 2 VM on the proxmox. First on vm 103.195.xxx.24, my configuration includes an interface eth0 and two sub interfaces eth0: 1, eth0: 2. Their ip address is as follows:
When I restart my network, it runs normally. Then I continue to install network for VM 103.195.xxx.25 use the interface address as follows:
And when I restart network for VM .25 then I get the following error message:
Is there a way to overcome this problem? I want to interface 103.195.xxxx.25 can run on VMs. I provide the network information I have configured on proxmox:
Please help me. Sorry my english is bad
I have successfully installed proxmox and configured the network. I also install more 2 VM on the proxmox. First on vm 103.195.xxx.24, my configuration includes an interface eth0 and two sub interfaces eth0: 1, eth0: 2. Their ip address is as follows:
Code:
eth0 Link encap:Ethernet HWaddr AE:DF:4A:83:12:8F
inet addr:103.195.xxx.24 Bcast:103.195.xxx.127 Mask:255.255.255.128
eth0:1 Link encap:Ethernet HWaddr AE:DF:4A:83:12:8F
inet addr:103.195.xxx.25 Bcast:103.195.xxx.127 Mask:255.255.255.128
eth0:2 Link encap:Ethernet HWaddr AE:DF:4A:83:12:8F
inet addr:103.195.xxx.27 Bcast:103.195.xxx.127 Mask:255.255.255.128
Code:
DEVICE=eth0
HWADDR=32:32:F9:CC:06:BA
TYPE=Ethernet
ONBOOT=yes
IPADDR=103.195.xxx.25
NETMASK=25
GATEWAY=103.195.xxx.1
DNS1=8.8.8.8
DEFROUTE=yes
IPV4_FAILURE_FATAL=yes
NM_CONTROLLED=yes
BOOTPROTO=none
Code:
Error, some other host (AE:DF:4A:83:12:8F) already uses adress 103.195.xxx.25
Code:
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet manual
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 8.8.8.8
iface vmbr0 inet manual
bridge_ports none
bridge_stp off
bridge_fd 0
auto vmbr23
iface vmbr23 inet static
address 103.xxx.xxx.23
netmask 255.255.255.128
gateway 103.xxx.xxx.1
bridge_ports eth0
bridge_stp off
bridge_fd 0
auto eth1
iface eth1 inet static
address 10.xxx.xxx.23
netmask 255.255.255.0
post-up echo 1 > /proc/sys/net/ipv4/conf/vmbr23/proxy_arp
post-up echo 1 > /proc/sys/net/ipv4/ip_forward