Hi,
I have 3 nodes on Hetzner with 2 Nic's/each.
I need to configure first nic for internet acces on 3 hosts and navigation for the VM and for the proxmox cluster.
Second NIC only for the storage network.
So I connect 3 hosts to 3 vswitch:
- Public
- Cluster
- Storage
Then I'll try to make a simple configuration of the nic for the storage but i cannot reach private IP's.
This is the conf of the first host proxmox (the other ones are similar):
auto lo
iface lo inet loopback
iface lo inet6 loopback
auto eno1
iface eno1 inet manual
auto enp1s0
iface enp1s0 inet manual
auto eno1.4000
iface eno1.4000 inet manual
mtu 1400
#VLAN STORAGE
auto vmbr0
iface vmbr0 inet static
address [PUBLIC IP]
gateway [GATEWAY]
bridge-ports enp1s0
bridge-stp off
bridge-fd 0
mtu 1400
#INTERNET
auto vmbr1
iface vmbr1 inet static
address 172.16.120.10/24
bridge-ports eno1.4000
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 4000
mtu 1400
#STORAGE
The other one is identical except public IP and private on vmbr1 (172.16.120.20)
Configuration goes OK and host give no error.
Plus I'm able to use proxmox on public IP, BUT on vLAN 4000 the 2 host cannot ping each other on 172.16.120.10 and 172.16.120.20
Obviously I previously created th vswitch on hetzner with VLAN ID 4000...
I'don't understand where is my mistake...
Someone have a working configuration file?
I'll try many examples without success...
Thanks in advance.
I have 3 nodes on Hetzner with 2 Nic's/each.
I need to configure first nic for internet acces on 3 hosts and navigation for the VM and for the proxmox cluster.
Second NIC only for the storage network.
So I connect 3 hosts to 3 vswitch:
- Public
- Cluster
- Storage
Then I'll try to make a simple configuration of the nic for the storage but i cannot reach private IP's.
This is the conf of the first host proxmox (the other ones are similar):
auto lo
iface lo inet loopback
iface lo inet6 loopback
auto eno1
iface eno1 inet manual
auto enp1s0
iface enp1s0 inet manual
auto eno1.4000
iface eno1.4000 inet manual
mtu 1400
#VLAN STORAGE
auto vmbr0
iface vmbr0 inet static
address [PUBLIC IP]
gateway [GATEWAY]
bridge-ports enp1s0
bridge-stp off
bridge-fd 0
mtu 1400
#INTERNET
auto vmbr1
iface vmbr1 inet static
address 172.16.120.10/24
bridge-ports eno1.4000
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 4000
mtu 1400
#STORAGE
The other one is identical except public IP and private on vmbr1 (172.16.120.20)
Configuration goes OK and host give no error.
Plus I'm able to use proxmox on public IP, BUT on vLAN 4000 the 2 host cannot ping each other on 172.16.120.10 and 172.16.120.20
Obviously I previously created th vswitch on hetzner with VLAN ID 4000...
I'don't understand where is my mistake...
Someone have a working configuration file?
I'll try many examples without success...
Thanks in advance.
Last edited: