Search results

  1. U

    VMs unable to ping each other

    Hi Lorenz, is 2 separate gateway. We getting 2 bare metals from vendor, which they provide 2 different set of ip address ( 2 gateway) How do I route the 2 different gateway? any reference link for me to look up? enp6s0f1/enp5s0f1 is the network interface card. I suppose to have 1 public...
  2. U

    VMs unable to ping each other

    root@firstnode:/etc/network# cat /etc/network/interfaces auto lo iface lo inet loopback iface enp5s0f0 inet manual auto enp5s0f1 iface enp5s0f1 inet static address 10.10.10.35/29 auto vmbr0 iface vmbr0 inet static address 68.231.45.35/29 gateway 68.231.45.33...
  3. U

    VMs unable to ping each other

    Hi Lorenz, Where do I find the reference for this routing ? Thank you
  4. U

    VMs unable to ping each other

    Dear Team, I have tried to setup 2 servers, and create VM in each server VM1 is not able to ping VM2 and vice versa VM2 is not able to ping VM1 they have no issues in accessing internet eth0 - 10.10.10.35/29 vmbr0 - 68.231.45.35/29 IPv4/CIDR gateway : 68.231.45.33 eth0 - 10.10.10.139/29...