Hi at all,
i want (maybe) setup an firewall/gateway on proxmox.
I need to knwo if it is good or not to virtualize this kind of machine?
Or it must be installed out of security reason on bare metal?
I have read through the internet, but i did not get an clear point if it is possible to set it up safe.
My idea to do that is as following.
Nic with 4 Ports on Host.
internet -> Router -> nicPort1 -> Linux bridge1 -> (Gateway) -> LinuxBridge2 -> nicPort2 -> switch -> internal network
On the Host in the network configuration exists no settings for the nicport directly. Only the setting for the bridge.
On this nicport is only one bridge running. nothing else.
Is this safe or an wrong way?
Is there regarding security reason a difference if i would set it up with pci passthrough or linux bridge?
See follow my setting for network.
many thanks for help and ideas.
best regards
i want (maybe) setup an firewall/gateway on proxmox.
I need to knwo if it is good or not to virtualize this kind of machine?
Or it must be installed out of security reason on bare metal?
I have read through the internet, but i did not get an clear point if it is possible to set it up safe.
My idea to do that is as following.
Nic with 4 Ports on Host.
internet -> Router -> nicPort1 -> Linux bridge1 -> (Gateway) -> LinuxBridge2 -> nicPort2 -> switch -> internal network
On the Host in the network configuration exists no settings for the nicport directly. Only the setting for the bridge.
On this nicport is only one bridge running. nothing else.
Is this safe or an wrong way?
Is there regarding security reason a difference if i would set it up with pci passthrough or linux bridge?
See follow my setting for network.
Code:
iface enp161s0f1 inet manual
auto vmbr5
iface vmbr5 inet manual
bridge-ports enp161s0f1
bridge-stp off
bridge-fd 0
#direkt an LanCom-Router
many thanks for help and ideas.
best regards