From c6991de5e654cfe2075705e6db5dceac378befba Mon Sep 17 00:00:00 2001 From: Olivier Medoc Date: Fri, 9 Aug 2013 13:23:53 +0000 Subject: [PATCH] NetworkBridgeSupport changed --- NetworkBridgeSupport.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NetworkBridgeSupport.md b/NetworkBridgeSupport.md index 234a3a11..eeb48271 100644 --- a/NetworkBridgeSupport.md +++ b/NetworkBridgeSupport.md @@ -72,3 +72,12 @@ Modify manually the Template you use for your NetVM (not the NetVM itself). This ``` Ensure that the IP addresses used by default in qubes are in the form 10.137.1.\* or 10.137.2.\* by running ifconfig. Of course, this setup won't work with IPv6. + +Now you need to restart the NetVM and FirewallVM or only iptables in both VMs if you prefer: + +``` {.wiki} +# systemctl restart iptables +``` + +Create the Bridge VM inside the current NetVM +---------------------------------------------