Hi, I have the following setup:
and I want to do something like below:
My questions:
1. Is this possible?
2. Do I need to passthrough both NICs to the router appliance?
3. How do I configure Proxmox to deal with the so called WAN (first NIC) and to forward trafic to the router appliance, then forward the trafic to the switch (second NIC)?
Code:
┌──────┐
┌────────┤ AP │
xxxxxxx xxxxxxxxxx │ └──────┘
x xx xxxx │
xxxx xxx ┌─────┴┐ ┌──────┐
xx Internet xx───────┤Router├───────┤Server│
xxxxx xxxx └─────┬┘ └──────┘
xxxxxxxxxx xxxx │
xxxxxxxxx │ ┌───────┐
└────────┤ Other │
│clients│
└───────┘
and I want to do something like below:
Code:
┌───────────────────────────────────────────────┐
│ │ ┌──────┐
xxxxxxx xxxxxxxxxx │ ┌────────────────────────┐ │ ┌──────┤ AP │
x xx xxxx │ │VM with Router appliance│ │ │ └──────┘
xxxx xxx │ Server with │ (DD-WRT) │ │ ┌────────────┴───┐
xx Internet xx────────┤ 2x 2.5GBps NICs └────────────────────────┘ ├──────┤ Switch with │
xxxxx xxxx │ │ │8x 2.5GBps ports│
xxxxxxxxxx xxxx │ running ┌────────────────────────┐ │ └────────────┬───┘
xxxxxxxxx │ Proxmox │ Other VMs │ │ │ ┌───────┐
│ └────────────────────────┘ │ └──────┤ Other │
│ │ │clients│
└───────────────────────────────────────────────┘ └───────┘
My questions:
1. Is this possible?
2. Do I need to passthrough both NICs to the router appliance?
3. How do I configure Proxmox to deal with the so called WAN (first NIC) and to forward trafic to the router appliance, then forward the trafic to the switch (second NIC)?