Access from outside pve doesn't work

coco163

New Member
Sep 19, 2024
2
0
1
Hi,

After days of google and going through the whole documentation and forum, i still struggle to configure my network properly.
My pve management works fine since it has a gateway on vlan102 which i can reach from my laptop through a physical switch.

Laptop (vlan4) --> access PVE management: OK
Laptop (vlan2) --> ping server (vlan2) : Not ok
Laptop (vlan3) --> ping server (vlan3) : Not ok

Here is what i want to achieve:
target.png

Here is my current configuration (im trying at least without the bond at this stage)
NetGUI.png


auto eno8303
iface eno8303 inet manual
#LOM1

auto eno8403
iface eno8403 inet manual
#LOM2

auto ens1f0np0
iface ens1f0np0 inet manual
#10GiG

auto ens1f1np1
iface ens1f1np1 inet manual
#10GiG

auto vmbr0
iface vmbr0 inet static
address 10.1.2.110/24
gateway 10.1.2.254
bridge-ports eno8303
bridge-stp off
bridge-fd 0
#Management

auto vmbr1
iface vmbr1 inet manual
bridge-ports ens1f0np0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
#Bridge to vlan3

auto vmbr2
iface vmbr2 inet manual
bridge-ports eno8403
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
#Bridge to vlan4


I've tried many different configurations, but the only network i can access from my laptop is the management interface of PVE.
 

Attachments

  • target.png
    target.png
    47.5 KB · Views: 2
Last edited: