Recent content by recycled_bin

  1. R

    VLANs on WAN interface

    Actually, is going to be possible if I create vmbr0.2 with IP2/MASK2 without specifying a gateway but manually adding to /etc/network/interfaces (for this VLAN): post-up /usr/sbin/ip route add ... GW1 ... and if it works, does it matter in terms of performance or manageability (as I mentioned...
  2. R

    VLANs on WAN interface

    Ah, I think I got the idea ... so, if I have, say: vmbr0 - WAN (VLAN-aware) vmbr1 - LAN1 vmbr2 - LAN2 the only thing I would need for my Asterisk VM is to assign 2 vNIC devices: - vmbr0 (choose the VLAN tag and will configure IP2/MASK2/GW2 in the guest OS) - vmbrX (internal LAN where it will...
  3. R

    VLANs on WAN interface

    Hi! I'm struggling to figure out how to setup networks (incl. VMs) in the following scenario: I have a test Proxmox (latest) machine with a single NIC (eno1) which will use pfSense VM (latest) as a router. There are 2 VLANs on the WAN port - one with the internet (IP1/MASK1/GW1) and one with...