summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorFelix Kronlage <fkr@cvs.openbsd.org>2006-11-02 07:20:37 +0000
committerFelix Kronlage <fkr@cvs.openbsd.org>2006-11-02 07:20:37 +0000
commit8696441ae1630db359d6884aeafb6d1984371387 (patch)
treec1c6c92268831e9e3fe0bd30814a64b4ca184f11 /share
parent6749f820d65614dc38a1d441ec0586780fd4824d (diff)
add an example on how to add the virtual nic to a virtual machine.
discussed with and ok'ed by jmc@ and dlg@
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/vic.49
1 files changed, 8 insertions, 1 deletions
diff --git a/share/man/man4/vic.4 b/share/man/man4/vic.4
index 735b0b18827..8c486433ca0 100644
--- a/share/man/man4/vic.4
+++ b/share/man/man4/vic.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vic.4,v 1.7 2006/11/02 05:53:57 brad Exp $
+.\" $OpenBSD: vic.4,v 1.8 2006/11/02 07:20:36 fkr Exp $
.\"
.\" Copyright (c) 2006 Reyk Floeter <reyk@openbsd.org>
.\"
@@ -97,6 +97,13 @@ VMware GSX Server 2.5 and newer
.It
VMware Server
.El
+.Pp
+For VMware to add a virtual NIC to a virtual machine, add these
+lines to the vmx configuration file:
+.Bd -literal -offset indent
+ethernet0.present = "TRUE"
+ethernet0.virtualDev = "vmxnet"
+.Ed
.Sh SEE ALSO
.Xr arp 4 ,
.Xr ifmedia 4 ,