<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Dietmar Maurer wrote:
<blockquote
 cite="mid:E88155B5BD67CE4D87A3F1F70950B96A2FF764@berta.maurer-it.com"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">I have just been installing the ProxMox Vm environment.  
First let me say, very nice!!!

But I do have two problems.

My bridged networks seem unstable.  I am running this on a 
Big Dell server.  My local IP is 10.xx.xx.105 and then I have 
VM at 10.xx.xx.111.  I installed a Windows 2003 server and 
every now and then the connection drops.  Any 
idea/recommendation what network card to emulate etc.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Best way is to use the virtio driver: 
<a class="moz-txt-link-freetext" href="http://pve.proxmox.com/wiki/Paravirtualized_Network_Drivers_for_Windows">http://pve.proxmox.com/wiki/Paravirtualized_Network_Drivers_for_Windows</a>

  </pre>
</blockquote>
I did try that driver but it did not fix the issue.  <br>
<br>
Doing some further digging around.  It looks like the server has IP
connectivity from another server on the same network segment, but it is
traffic going over network switches that has problems.  I am trying to
figure out what the problem is precisely, may be ARP or something
similar.  <br>
<br>
Ideas??<br>
<blockquote
 cite="mid:E88155B5BD67CE4D87A3F1F70950B96A2FF764@berta.maurer-it.com"
 type="cite">
  <pre wrap=""> 
  </pre>
  <blockquote type="cite">
    <pre wrap="">Second question has to do with CPU's .  My server has 8 cores 
and I was wondering if I can edit somewhere how many cores 
each VM can access?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Use --smp option of 'qm':

# qm set VMID --smp 2

- Dietmar

_______________________________________________
pve-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:pve-user@pve.proxmox.com">pve-user@pve.proxmox.com</a>
<a class="moz-txt-link-freetext" href="http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user">http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user</a>

  </pre>
</blockquote>
<br>
</body>
</html>