Hi. I have a problem with receiving network traffic in PROXMOX_DMZ. I want two networks to be available in this
PROXMOX_DMZ:
1. DMZ NETWORK
2. DMZ VLAN 1721
My devices and the connections between them
Incoming traffic to the microtik
ISP -> PORT WAN/vmbr0 PROXMOX_MAIN -> PORT DMZ/vmbr2 -> PORT 4 MIKROTIK
Outgoing traffic from the microtik
MICROTIK PORT 3 -> PROXMOX_DMZ
VLAN
VLAN - VLAN ID 1721:
PROXMOX_DMZ:
auto eno1
iface eno1 inet instrukcja
auto eno1.1721
iface eno1.1721 inet instrukcja
#DMZ (bez tagów) -
auto vmbr0
iface vmbr0 inet
adres statyczny 192.168.2.2/24
brama 192.168.2.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
#VLAN 1721 (oznaczony)
auto vmbr1
iface vmbr1 inet
adres statyczny 172.16.0.2/24
bridge-ports eno1.1721
bridge-stp off
bridge-fd 0
translated
[edited by: Dominik Potocki at 7:31 PM (GMT -8) on 4 Nov 2024]