* [PATCH 0/1] qemu WAN networking fix
@ 2012-06-06 16:41 Scott Garman
2012-06-06 16:41 ` [PATCH 1/1] runqemu-ifup: enable arp proxying Scott Garman
0 siblings, 1 reply; 3+ messages in thread
From: Scott Garman @ 2012-06-06 16:41 UTC (permalink / raw)
To: openembedded-core
Hello,
This fix allows core-image-sato images to access the WAN.
It should be applied to both oe-core master and the denzil branch.
Fixes Yocto bug #2329.
Scott
The following changes since commit f8a054aca9962ebfd4c74fc1d34cd684de6b3568:
perl: Allow perl to cross build and native build in a directory named "t" (2012-06-05 23:02:20 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib sgarman/qemu-networking-fix
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgarman/qemu-networking-fix
Scott Garman (1):
runqemu-ifup: enable arp proxying
scripts/runqemu-ifup | 1 +
1 file changed, 1 insertion(+)
--
1.7.9.5
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] runqemu-ifup: enable arp proxying
2012-06-06 16:41 [PATCH 0/1] qemu WAN networking fix Scott Garman
@ 2012-06-06 16:41 ` Scott Garman
2012-06-11 17:38 ` Flanagan, Elizabeth
0 siblings, 1 reply; 3+ messages in thread
From: Scott Garman @ 2012-06-06 16:41 UTC (permalink / raw)
To: openembedded-core
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>
---
scripts/runqemu-ifup | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/runqemu-ifup b/scripts/runqemu-ifup
index e4c3daf..0926faf 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
--
1.7.9.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] runqemu-ifup: enable arp proxying
2012-06-06 16:41 ` [PATCH 1/1] runqemu-ifup: enable arp proxying Scott Garman
@ 2012-06-11 17:38 ` Flanagan, Elizabeth
0 siblings, 0 replies; 3+ messages in thread
From: Flanagan, Elizabeth @ 2012-06-11 17:38 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On Wed, Jun 6, 2012 at 9:41 AM, Scott Garman <scott.a.garman@intel.com> wrote:
> 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>
> ---
> scripts/runqemu-ifup | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/scripts/runqemu-ifup b/scripts/runqemu-ifup
> index e4c3daf..0926faf 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
> --
> 1.7.9.5
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
Merged into OE-Core
Thanks
-b
--
Elizabeth Flanagan
Yocto Project
Build and Release
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-06-11 17:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-06 16:41 [PATCH 0/1] qemu WAN networking fix Scott Garman
2012-06-06 16:41 ` [PATCH 1/1] runqemu-ifup: enable arp proxying Scott Garman
2012-06-11 17:38 ` Flanagan, Elizabeth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox