Hi,
For some reason I’ve been unable to find documentation about this: how exactly does sys-net function?
Is it simple routing? I.e:
sys-firewall
has a network bridge that theAppVM
is connected to, and theAppVM
sets it gateway to the IP address of the network interface of thesys-firewall
qube.sys-net
has a vNIC connected in a similar fashion tosys-firewall
which NATs the traffic from theAppVM
tosys-net
?sys-net
just relays traffic to the hardware NIC?
This is a very rough explanation of what I understand of sys-net
, feel free to correct me/add details and documentation to this thread. Thank you for your help.