/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to Administration/Linux.Soft/vmware/vmware.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2009-04-09 03:21:08 UTC
  • Revision ID: csa@dside.dyndns.org-20090409032108-w4edamdh4adrgdu3
import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Preventing VMWare from binding on VT8
 
2
=====================================
 
3
In "vmware/workstation/lib/bin/vmware-vmx" binary file replace 
 
4
"/dev/tty%d" to "/tmp/tty%d" and create /tmp/tty7.
 
5
 
 
6
DHCP
 
7
====
 
8
VMWare will automatically generate a new hardware ethernet address for the
 
9
guest operating system each time it starts up. This causes problems for some
 
10
DHCP setups. For instance, at MSU, a hardware ethernet address must be
 
11
registered (and associated with a user) before the DHCP server will issue an
 
12
off-campus routable IP address.
 
13
 
 
14
It's not really well documented (at least in VMWare 1.x), but VMWare can be
 
15
told to always use a certain hardware ethernet address. To do this, add the
 
16
following to the *.cfg file:
 
17
 
 
18
# Networking bridged to real ethernet
 
19
ethernet0.present = TRUE
 
20
ethernet0.connectionType = bridged
 
21
ethernet0.address = 00:50:56:00:XX:XX
 
22
 
 
23
where the "XX" are digit Hex numbers (e.g. between 00 and FF). I think that
 
24
in order to prevent various shenanogans, you can't pick the leading numbe