diff options
-rw-r--r-- | share/man/man4/vic.4 | 9 |
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 , |