From 4b8fe46ee672f72430124af3c137c7e1784cf045 Mon Sep 17 00:00:00 2001 From: jamke <47451874+jamke@users.noreply.github.com> Date: Fri, 8 Feb 2019 21:43:10 +0700 Subject: [PATCH] Fix typo: "trafic" Fix typo: "trafic" --- configuration/network-bridge-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/network-bridge-support.md b/configuration/network-bridge-support.md index 4df4c5f0..822d991f 100644 --- a/configuration/network-bridge-support.md +++ b/configuration/network-bridge-support.md @@ -47,7 +47,7 @@ An option is available in the AppVM Settings to enable setting the NetVM in brid NetVM patch (Qubes R2B2) ------------------------ -You need to modify manually the NetVM iptable script inside the NetVM. The reason is that by default the NetVM only accepts traffic coming from network interfaces called vif\* (in our case, we will use an additional interface called bridge0. The second reason is that all trafic is NATed by default. In our case, we want to forward traffic from the bridge interface without modifying it, while NATing traffic coming from vif\* interfaces. +You need to modify manually the NetVM iptable script inside the NetVM. The reason is that by default the NetVM only accepts traffic coming from network interfaces called vif\* (in our case, we will use an additional interface called bridge0. The second reason is that all traffic is NATed by default. In our case, we want to forward traffic from the bridge interface without modifying it, while NATing traffic coming from vif\* interfaces. Modify manually the Template you use for your NetVM (not the NetVM itself). This is by default fedora-x86\_64. Edit the file /etc/sysconfig/iptables. You need to modify two parts of the file.