Hi,
A late reply - just came across the question when searching for something else.
On Tue, 2008-11-04 at 23:56 +0000, Stephen Johnston wrote:
I have virt-manager with a static ip'ed windows server 2003 and a win xp client so I can play with active directory etc for work. All under Fedora 10 beta.
Can someone tell me if I can turn off the dhcp and dns in the virt-manager framework (vibr0) as it is handing out an ip to my client before the virtual windows server does. I believe this is confusing the issue when I try to join the client to my virtual windows domain.
I only wish the virt-manager to nat vibr0 to my physical nic so i can provide the other config items from within my virtual network.
You could try "virsh net-edit default" and take out the <dhcp> section.
Probably need to do a "virsh net-destroy default" and "virsh net-start default" for it to take effect.
Cheers, Mark.