From: Scott Garman Date: Thu, 7 Jun 2012 23:36:56 +0000 (-0700) Subject: runqemu-ifup: enable arp proxying X-Git-Tag: 2015-4~10427 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d294b1bddece429f2639676ddc97d2896fc58916;p=openembedded-core.git 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 Signed-off-by: Elizabeth Flanagan Signed-off-by: Richard Purdie --- 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