From 696a0918d56613f571d942365510ec9d08e4abd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Sun, 30 Oct 2016 20:42:00 +0100 Subject: [PATCH] Revert "network: disable proxy_arp" Proxy ARP apparently is still needed for HVMs. This reverts commit fa8b05a83c7afa9759227e67c45ede1aed77e5b1. Fixes QubesOS/qubes-issues#1421 --- network/vif-route-qubes | 1 + 1 file changed, 1 insertion(+) diff --git a/network/vif-route-qubes b/network/vif-route-qubes index fdfd1e8..d9a4477 100755 --- a/network/vif-route-qubes +++ b/network/vif-route-qubes @@ -29,6 +29,7 @@ lockfile=/var/run/xen-hotplug/vif-lock case "$command" in online) ifconfig ${vif} up + echo 1 >/proc/sys/net/ipv4/conf/${vif}/proxy_arp ipcmd='add' iptables_cmd='-I PREROUTING 1' cmdprefix=''