summaryrefslogtreecommitdiffstats
path: root/scripts/runqemu-ifup
diff options
context:
space:
mode:
authorScott Garman <scott.a.garman@intel.com>2012-06-07 16:36:56 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-08 11:35:17 +0100
commitd294b1bddece429f2639676ddc97d2896fc58916 (patch)
tree56a13aad93e0bde439ee269d6bb52c486245863c /scripts/runqemu-ifup
parent18be6fbde8fc9a6546ee865a4c43bd1eafa81a3c (diff)
downloadopenembedded-core-d294b1bddece429f2639676ddc97d2896fc58916.tar.gz
runqemu-ifup: enable arp proxying
This allows core-image-sato to access the WAN. Thanks to Dexuan Cui for proposing this fix. Fixes [YOCTO #2329] Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/runqemu-ifup')
-rwxr-xr-xscripts/runqemu-ifup1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/runqemu-ifup b/scripts/runqemu-ifup
index e4c3dafeef..0926faf439 100755
--- a/scripts/runqemu-ifup
+++ b/scripts/runqemu-ifup
@@ -109,6 +109,7 @@ $ROUTE add -host 192.168.7.$dest $TAP
$IPTABLES -A POSTROUTING -t nat -j MASQUERADE -s 192.168.7.$n/32
$IPTABLES -A POSTROUTING -t nat -j MASQUERADE -s 192.168.7.$dest/32
echo 1 > /proc/sys/net/ipv4/ip_forward
+echo 1 > /proc/sys/net/ipv4/conf/$TAP/proxy_arp
$IPTABLES -P FORWARD ACCEPT
echo $TAP