I would like to have my PVE available only via its VLAN_SRV_IP "10.10.73.10". Sadly when accessing it via SSH/SCP/HTTPS on that VLAN/IP the connection times out after about 30 seconds.
When I access it on the untagged LAN IP "10.10.31.10" I don't get these timeouts. However, it can't be an issue with my OPNsense since the access to my TrueNAS VM (SSH/HTTPS) installed on the same PVE never times out!
Here is my network config.
When I access it on the untagged LAN IP "10.10.31.10" I don't get these timeouts. However, it can't be an issue with my OPNsense since the access to my TrueNAS VM (SSH/HTTPS) installed on the same PVE never times out!
Here is my network config.
Code:
Tagged VLAN
===========
10.10.31.xx Client PCs --> 10.10.73.10 PVE = Timeouts
10.10.31.xx Client PCs --> 10.10.73.20 TrueNAS = NO Timeouts
Untagged LAN
============
10.10.31.xx Client PCs --> 10.10.31.10 PVE = NO Timeouts
Code:
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage parts of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT read its network
# configuration from sourced files, so do not attempt to move any of
# the PVE managed interfaces into external files!
auto lo
iface lo inet loopback
iface enp3s0 inet manual
iface enp1s0 inet manual
iface enp2s0 inet manual
iface enp4s0 inet manual
auto vmbr0
iface vmbr0 inet manual
bridge-ports enp1s0
bridge-stp off
bridge-fd 0
#WAN
auto vmbr1
iface vmbr1 inet manual
bridge-ports enp2s0
bridge-stp off
bridge-fd 0
#MODEM
auto vmbr2
iface vmbr2 inet static
address 10.10.31.10/24
bridge-ports enp3s0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
#LAN
auto vmbr3
iface vmbr3 inet static
address 10.10.1.1/24
bridge-ports enp4s0
bridge-stp off
bridge-fd 0
#MGMT
auto vmbr2.73
iface vmbr2.20 inet static
address 10.10.73.10/24
gateway 10.10.73.1
#VLAN_SRV
Last edited: