Hi.
I have a strange problem.
I installed proxmox 4.4 with the default settings. I configured only the network.
Created 2 virtual machines, one put windows server 2012 r2, and the second debian linux 9.0. On both virtual machines the network does not work. All machines are in vmbr0.
Here is my config.
[proxmox]
auto eth0
iface eth0 inet static
address 176.106.75.2
netmask 255.255.0.0
gateway 176.106.75.1
up route add -net 176.106.75.0 netmask 255.255.0.0 eth0
post-up echo 1 > /proc/sys/net/ipv4/conf/eth0/proxy_arp
auto vmbr0
iface vmbr0 inet static
address 176.106.75.2
netmask 255.255.255.255
bridge_port none
bridge_stp off
bridge_fd 0
bridge_maxwait 0
# this route ONLY virtual mashines
up ip route add 176.106.75.207/32 dev vmbr0
up ip route add 176.106.75.208/32 dev vmbr0
[Debian linux]
auto eth0
iface eth0 inet static
address 176.106.75.207
netmask 255.255.255.255
gateway 176.106.75.2
[windows server 2012 r2]
ip 176.106.75.208
netmask 255.255.255.255
gateway 176.106.75.2
Linux and windows vm's ping gateway ip 176.106.75.2 is ok.
Other ip not available.
What could be the problem?
I have a strange problem.
I installed proxmox 4.4 with the default settings. I configured only the network.
Created 2 virtual machines, one put windows server 2012 r2, and the second debian linux 9.0. On both virtual machines the network does not work. All machines are in vmbr0.
Here is my config.
[proxmox]
auto eth0
iface eth0 inet static
address 176.106.75.2
netmask 255.255.0.0
gateway 176.106.75.1
up route add -net 176.106.75.0 netmask 255.255.0.0 eth0
post-up echo 1 > /proc/sys/net/ipv4/conf/eth0/proxy_arp
auto vmbr0
iface vmbr0 inet static
address 176.106.75.2
netmask 255.255.255.255
bridge_port none
bridge_stp off
bridge_fd 0
bridge_maxwait 0
# this route ONLY virtual mashines
up ip route add 176.106.75.207/32 dev vmbr0
up ip route add 176.106.75.208/32 dev vmbr0
[Debian linux]
auto eth0
iface eth0 inet static
address 176.106.75.207
netmask 255.255.255.255
gateway 176.106.75.2
[windows server 2012 r2]
ip 176.106.75.208
netmask 255.255.255.255
gateway 176.106.75.2
Linux and windows vm's ping gateway ip 176.106.75.2 is ok.
Other ip not available.
What could be the problem?