Re: [PATCH] KVM-Test: Add private bridge to use for communication

2010-02-25 Thread Lucas Meneghel Rodrigues
On Wed, 2010-02-24 at 21:14 -0500, Shuxi Shang wrote: Hello, Lucas, I think there are two advantages of such a private bridge: 1). With private bridge, not paying attention to the conflict of guest's mac address. 2). segregating from public network which host locates. All right, please

[PATCH] KVM-Test: Add private bridge to use for communication

2010-02-25 Thread sshang
Add private bridge to use for communication between host and guest. Config of parameter: bridge = private private_bridge_name = private(default) private_bridge_addr = 192.168.0.1(default) private_bridge_mask = 255.255.255.0(default) pre_command =

Re: [PATCH] KVM-Test: Add private bridge to use for communication

2010-02-24 Thread Shuxi Shang
Hello, Lucas, I think there are two advantages of such a private bridge: 1). With private bridge, not paying attention to the conflict of guest's mac address. 2). segregating from public network which host locates. - Lucas Meneghel Rodrigues l...@redhat.com 写道: On Tue, 2010-02-23 at

[PATCH] KVM-Test: Add private bridge to use for communication

2010-02-23 Thread sshang
Add private bridge to use for communication between host and guest. Config of parameter: bridge = private private_bridge_name = private(default) private_bridge_addr = 192.168.0.1(default) private_bridge_mask = 255.255.255.0(default) pre_command =

Re: [PATCH] KVM-Test: Add private bridge to use for communication

2010-02-23 Thread Lucas Meneghel Rodrigues
On Tue, 2010-02-23 at 16:56 +0800, sshang wrote: Add private bridge to use for communication between host and guest. Config of parameter: bridge = private private_bridge_name = private(default) private_bridge_addr = 192.168.0.1(default) private_bridge_mask =