+ +To install the launchd service: +```bash +sudo port load socket_vmnet +``` + +The launchd unit file will be installed as +`/Library/LaunchDaemons/org.macports.socket_vmnet.plist`. + +Default configuration: + +Config | Value +--------|------------------------------------------------ +Socket | `/var/run/socket_vmnet` +Stdout | `/var/log/socket_vmnet.log` +Gateway | 192.168.105.1 + +To uninstall the launchd service: +```bash +sudo port unload socket_vmnet +``` + +
+ +