Connect to vm from another vm

KGMK

Member
Jul 27, 2020
2
0
21
29
Hello,

I have 4 virtual machines on my Proxmox setup. From the PVE host I am able to access all network interfaces and ping all computers from network.

When I run arp -a from my PVE I am getting these IP's:
Code:
mail.supportdedicated.com (135.181.4.202) at ce:f2:a3:70:c8:b0 [ether] on vmbr2
static.193.4.181.135.clients.your-server.de (135.181.4.193) at e4:5d:37:09:f6:85 [ether] on enp35s0
windows.204.4.181.135.clients.your-server.de (135.181.4.204) at 26:50:cd:8d:5b:f0 [ether] on vmbr0
static.203.4.181.135.clients.your-server.de (135.181.4.203) at a6:b0:f2:b3:cd:de [ether] on vmbr1

When I run arp -a from one of the other machines (let's say 135.181.4.203) I am only getting this:
Code:
? (135.181.4.233) at 62:90:64:2d:5d:af [ether] on ens18

Here is my network interface file:
Code:
### Hetzner Online GmbH installimage

source /etc/network/interfaces.d/*

auto lo
iface lo inet loopback
iface lo inet6 loopback

auto enp35s0
iface enp35s0 inet static
  address 135.181.4.233
  netmask 255.255.255.192
  gateway 135.181.4.193
  # route 135.181.4.192/26 via 135.181.4.193
  up route add -net 135.181.4.192 netmask 255.255.255.192 gw 135.181.4.193 dev enp35s0

iface enp35s0 inet6 static
  address 2a01:4f9:4b:5196::2
  netmask 64
  gateway fe80::1

auto vmbr0
iface vmbr0 inet static
    address 135.181.4.233
    bridge-ports none
    bridge-stp off
    bridge-fd 0
    up ip route add 135.181.4.204/32 dev vmbr0


auto vmbr1
iface vmbr1 inet static
    address 135.181.4.233
    bridge-ports none
    bridge-stp off
    bridge-fd 0
    up ip route add 135.181.4.203/32 dev vmbr1

auto vmbr2
iface vmbr2 inet static
    address 135.181.4.233
    bridge-ports none
    bridge-stp off
    bridge-fd 0
    up ip route add 135.181.4.202/32 dev vmbr2

How do I get vmbr0 to access vmbr1? Someone please help? :) In other words, how can I get vmr0 to ping vmbr1?
 
Last edited:
I solved it by adding:

up ip route add 135.181.4.204/32 dev vmbr1

to vmbr1

9 hours wow for 1 single line..
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!