* How to setup "public bridge" in KVM?
@ 2008-02-27 10:08 Zhao Forrest
2008-02-27 10:25 ` Dor Laor
0 siblings, 1 reply; 4+ messages in thread
From: Zhao Forrest @ 2008-02-27 10:08 UTC (permalink / raw)
To: kvm-devel
Hi experts,
I tried to setup VM network by following the instructions at
http://kvm.qumranet.com/kvmwiki/Networking. In particular I tried to
setup "public bridge", so I need /usr/sbin/tunctl. However I could not
find tunctl on my RHEL5.1 system. I also searched tunctl on CD image
and by google, but didn't find a RPM package including
/usr/sbin/tunctl.
Could you advise on how to configure "public bridge" under RHEL5.1?
Thanks,
Forrest
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: How to setup "public bridge" in KVM?
2008-02-27 10:08 How to setup "public bridge" in KVM? Zhao Forrest
@ 2008-02-27 10:25 ` Dor Laor
2008-02-27 14:34 ` david ahern
0 siblings, 1 reply; 4+ messages in thread
From: Dor Laor @ 2008-02-27 10:25 UTC (permalink / raw)
To: Zhao Forrest; +Cc: kvm-devel
On Wed, 2008-02-27 at 18:08 +0800, Zhao Forrest wrote:
> Hi experts,
>
> I tried to setup VM network by following the instructions at
> http://kvm.qumranet.com/kvmwiki/Networking. In particular I tried to
> setup "public bridge", so I need /usr/sbin/tunctl. However I could not
> find tunctl on my RHEL5.1 system. I also searched tunctl on CD image
> and by google, but didn't find a RPM package including
> /usr/sbin/tunctl.
>
> Could you advise on how to configure "public bridge" under RHEL5.1?
I updated the wiki with instructions for creating a bridge using
standard /etc/sysconfig configuration.
Use
http://kvm.qumranet.com/kvmwiki/Networking#head-db463ce47b5869c6771a265fc7c1547920d9a74a
and solution #1
>
> Thanks,
> Forrest
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> kvm-devel mailing list
> kvm-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/kvm-devel
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: How to setup "public bridge" in KVM?
2008-02-27 10:25 ` Dor Laor
@ 2008-02-27 14:34 ` david ahern
2008-02-28 6:51 ` Zhao Forrest
0 siblings, 1 reply; 4+ messages in thread
From: david ahern @ 2008-02-27 14:34 UTC (permalink / raw)
To: Zhao Forrest; +Cc: kvm-devel
If you want to go with the public bridge option usermode linux tools has tunctl.
e.g., http://www.user-mode-linux.org/cvs/tools/tunctl/
david
Dor Laor wrote:
> On Wed, 2008-02-27 at 18:08 +0800, Zhao Forrest wrote:
>> Hi experts,
>>
>> I tried to setup VM network by following the instructions at
>> http://kvm.qumranet.com/kvmwiki/Networking. In particular I tried to
>> setup "public bridge", so I need /usr/sbin/tunctl. However I could not
>> find tunctl on my RHEL5.1 system. I also searched tunctl on CD image
>> and by google, but didn't find a RPM package including
>> /usr/sbin/tunctl.
>>
>> Could you advise on how to configure "public bridge" under RHEL5.1?
>
> I updated the wiki with instructions for creating a bridge using
> standard /etc/sysconfig configuration.
> Use
> http://kvm.qumranet.com/kvmwiki/Networking#head-db463ce47b5869c6771a265fc7c1547920d9a74a
> and solution #1
>
>> Thanks,
>> Forrest
>>
>> -------------------------------------------------------------------------
>> This SF.net email is sponsored by: Microsoft
>> Defy all challenges. Microsoft(R) Visual Studio 2008.
>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>> _______________________________________________
>> kvm-devel mailing list
>> kvm-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/kvm-devel
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> kvm-devel mailing list
> kvm-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/kvm-devel
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: How to setup "public bridge" in KVM?
2008-02-27 14:34 ` david ahern
@ 2008-02-28 6:51 ` Zhao Forrest
0 siblings, 0 replies; 4+ messages in thread
From: Zhao Forrest @ 2008-02-28 6:51 UTC (permalink / raw)
To: david ahern; +Cc: kvm-devel
On 2/27/08, david ahern <daahern@cisco.com> wrote:
> If you want to go with the public bridge option usermode linux tools has
> tunctl.
> e.g., http://www.user-mode-linux.org/cvs/tools/tunctl/
>
> david
>
>
> Dor Laor wrote:
> > On Wed, 2008-02-27 at 18:08 +0800, Zhao Forrest wrote:
> >> Hi experts,
> >>
> >> I tried to setup VM network by following the instructions at
> >> http://kvm.qumranet.com/kvmwiki/Networking. In particular I tried to
> >> setup "public bridge", so I need /usr/sbin/tunctl. However I could not
> >> find tunctl on my RHEL5.1 system. I also searched tunctl on CD image
> >> and by google, but didn't find a RPM package including
> >> /usr/sbin/tunctl.
> >>
> >> Could you advise on how to configure "public bridge" under RHEL5.1?
> >
> > I updated the wiki with instructions for creating a bridge using
> > standard /etc/sysconfig configuration.
> > Use
> >
> http://kvm.qumranet.com/kvmwiki/Networking#head-db463ce47b5869c6771a265fc7c1547920d9a74a
> > and solution #1
Dor and David,
Thank you for the advice. Now my guest OS could communicate with the
external world :)
Thanks,
Forrest
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-02-28 6:51 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-27 10:08 How to setup "public bridge" in KVM? Zhao Forrest
2008-02-27 10:25 ` Dor Laor
2008-02-27 14:34 ` david ahern
2008-02-28 6:51 ` Zhao Forrest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox