diff options
author | 2006-11-02 07:20:36 +0000 | |
---|---|---|
committer | 2006-11-02 07:20:36 +0000 | |
commit | 71d0bb180180f12a0d18abff9ec12979ba6e3ea5 (patch) | |
tree | 4189853c28a5ff2d9669992ab0b92d214c3bc339 | |
parent | Kill acpiec attach function and add its functionality to the generic _HID (diff) | |
download | wireguard-openbsd-71d0bb180180f12a0d18abff9ec12979ba6e3ea5.tar.xz wireguard-openbsd-71d0bb180180f12a0d18abff9ec12979ba6e3ea5.zip |
add an example on how to add the virtual nic to a virtual machine.
discussed with and ok'ed by jmc@ and dlg@
-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 , |