Markus Feilner :verified: on Nostr: Maybe I am stupid, but what is the equivalent to "$TRUSTED_NETWORKS" on a Debian ...
Maybe I am stupid, but what is the equivalent to "$TRUSTED_NETWORKS" on a Debian system regarding libvirt ?
In Susefirewall, this variable would look like "a.b.c.d/e, port, ..." and then all traffic from and to these IPs would be forwarded.
Seems like in Libvirt on Debian I have to learn the XML syntaxt of nwfilter? Really?
That is sad.
How do we translate a simple:
"iptables -I FORWARD -s a.b.c.d -j ACCEPT"
or
"iptables -I FORWARD -d a.b.c.d -j ACCEPT"
to libvirt xml?
In Susefirewall, this variable would look like "a.b.c.d/e, port, ..." and then all traffic from and to these IPs would be forwarded.
Seems like in Libvirt on Debian I have to learn the XML syntaxt of nwfilter? Really?
That is sad.
How do we translate a simple:
"iptables -I FORWARD -s a.b.c.d -j ACCEPT"
or
"iptables -I FORWARD -d a.b.c.d -j ACCEPT"
to libvirt xml?