> Can someone please tell me if you were able to achieve the following? > - Have two NICs handling two separate sys-net > - Behind each sys-net their own firewall > - behind the firewalls their own set of VMs.
Yes, the machine I am on has this setup. Both sys-net VMs have a dedicated NIC PCI passed through to them. They each have a sys-firewall, which each has VMs on it. I cloned the original sys-net, but if you follow the instructions for creating a new one, it should work fine. > I was able to handle the firewall rules and everything else but I cannot make > it work to have 2 sys-net each handling a NIC separately. Can someone please > tell me step by step how you achieved that? Try just doing the passthrough first. If you can get the NICS to show up in `lspci` in the two sys-nets and configure networking so you can ping out. Command to attach the NIC: `qvm-pci attach sys-net2 dom0:<PCI-address>`. PCI-address can be found in the output of `qvm-pci`. -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/8451224f-59f5-fe85-b35e-3d08413dd8e4%40undef.tools.
