From: "Riccardo" <andrighetto.riccardo@gmail.com>
To: Avi Kivity <avi@redhat.com>, kvm@vger.kernel.org
Cc: richard lucassen <mailinglists@lucassen.org>
Subject: Re: simple networking howto
Date: Tue, 29 Dec 2009 11:56:03 +0100 [thread overview]
Message-ID: <20091229105541.M36488@alice.it> (raw)
In-Reply-To: <4B3914FD.9050500@redhat.com>
---------- Original Message -----------
From: Avi Kivity <avi@redhat.com>
To: kvm@vger.kernel.org
Cc: richard lucassen <mailinglists@lucassen.org>
Sent: Mon, 28 Dec 2009 22:28:45 +0200
Subject: Re: simple networking howto
> On 12/28/2009 10:14 PM, richard lucassen wrote:
> > Hello list,
> >
> > As there is another way to connect VM's to the hosts network apart from
> > bridging, so I wrote a simple howto:
> >
> > http://www.xaq.nl/kvm-tap-howto.txt
> >
> > I have used this method quite a lot ever since I started using KVM
> > (KVM-8?)
> >
> > Would this be useful enough to add it to the networking howto?
> >
>
> I think so. As its own page (with a link) so as not to add to the
> confusion, please.
>
> --
> I have a truly marvellous patch that fixes the bug which this
> signature is too narrow to contain.
>
> --
> To unsubscribe from this list: send the line "unsubscribe kvm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
------- End of Original Message -------
I think this from gentoo-wiki.com/wiki/KVM it's usefull for your howto
Add in /etc/sysctl.conf:
#
# Setup bridge interface for KVM
#
net.bridge.bridge-nf-call-arptables = 0
net.bridge.bridge-nf-call-iptables = 0
net.bridge.bridge-nf-call-ip6tables = 0
With this lines it isn't necessary the iptables rules.
Best regards,
Riccardo
next prev parent reply other threads:[~2009-12-29 10:56 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-28 20:14 simple networking howto richard lucassen
2009-12-28 20:28 ` Avi Kivity
2009-12-29 10:56 ` Riccardo [this message]
2009-12-30 16:10 ` Chris Dukes
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20091229105541.M36488@alice.it \
--to=andrighetto.riccardo@gmail.com \
--cc=avi@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=mailinglists@lucassen.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.