Koozali.org: home of the SME Server
Obsolete Releases => SME 7.x Contribs => Topic started by: faxophone on July 16, 2007, 07:21:09 PM
-
Hi to everybody,
I install sme server 7.1 under VmWare Server 1.03, after install vmware tools how can I set sme to use full gigabit lan drivers?
I also visit a website, www.easyvmx.net, that, without installing vmware tools, permits to create a virtual machine with an intel e1000 gigabit lan board, but how can I force to use these driver? The system works but seems to not use gigabit lan.
I need to configure under vmware a sme server full gigabit, is it possible?
Thanks in advance,
Fabrizio
-
I also visit a website, www.easyvmx.net, that, without installing vmware tools, permits to create a virtual machine with an intel e1000 gigabit lan board, but how can I force to use these driver?
By default VMWare uses the pcnet32 driver. If you generate a RHEL4 image from http://www.easyvmx.com and look at the generated .vmx file you will see a line ethernet0.virtualDev = "e1000"
You can simply modify your local .vmx file to this same setting.
BTW. I'd install the vmware-tools
Trevor B
-
Yes, but i'm not sure if after install VmWare Tools my lan card drivers change!
-
Yes, but i'm not sure if after install VmWare Tools my lan card drivers change!
They don't. You'll get a few virtual lan cards so don't worry.
-
Ok, but the problem is still the same, connection isn't faster.
I make a test with DiskTT, a data transfer benchmark utility, to understand if performance could be increase by installing a fastest virtual lan card or vmware tools and the result is still the same, nothing change.
My Pc is a well equipped computer, Athlon X2 3800+, 2Gb Ram, four 320 Gbyte HD in Raid 5 and two Intel e1000 lan card, everything on a Windows XP Os. Could be an hardware problem? Is there a solution to know if the lan card in sme is set to 1Gbit?
Thanks in advance,
Fabrizio
-
Is there a solution to know if the lan card in sme is set to 1Gbit?
ifconfig eth0
This should give you the information on throughput of eth0 (if you have defined more than one virtual nic, you may need to look at eth1 as well).
Also think about which nic you have running with the e1000 device driver (default behaviour for smeserver is that eth0 is the internal LAN and eth1 is the external). You may need to set/define your other virtual nic as well eg.ethernet1.virtualDev = "e1000"
It may help to walk through the configuration again to see that smeserver has picked up the changed cards (ie. go to a console, login as admin and select item 2. Configure this server)
Trevor B