Hi all,
I'm trying configure network with proxmox host but I am finding some problems.
my idea is configure 2 subnets on the same NIC. below this is my network configuration
but now my vm cannot connect to private ip (Destination Host Unreachable)
please advice for this
I'm trying configure network with proxmox host but I am finding some problems.
my idea is configure 2 subnets on the same NIC. below this is my network configuration
Code:
auto lo
iface lo inet loopback
#public
auto vmbr0
iface vmbr0 inet static
address 103.xx.xx.xx
netmask 255.255.255.248
gateway 103.xx.xx.xx
bridge_ports eth0
bridge_stp off
bridge_fd 0
#private for VM
auto vmbr1
iface vmbr1 inet static
address 192.168.2.111
netmask 255.255.255.0
bridge_ports none
bridge_stp off
bridge_fd 0
but now my vm cannot connect to private ip (Destination Host Unreachable)
please advice for this