|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Confused about bridged DomU's.
On 10/04/06 00:21, John Lenz wrote:
> On 10/03/06 21:19, Ed Roper wrote:
>
>> I have a system with the following network interfaces. It serves as a
>> firewall/router in addition to now running a couple XenU's.
>
>
> You should try the network-private script I posted to the list a few
> days ago
>
> http://lists.xensource.com/archives/html/xen-users/2006-09/msg00925.html
>
I was just looking at the script in that email, and it wrapped some
lines when displaying on the web, so will probably get an error.
The only line you will need to join is
mac=${mac:-$(awk 'BEGIN { printf "00:16:3e:%02x:%02x:%02x",
int(rand()*127),
int(rand()*255), int(rand()*255); }')}
should all be on one line.
John
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|