OSX-KVM: Difference between revisions

imported>Onny
mNo edit summary
imported>Onny
mNo edit summary
Line 19: Line 19:


Replace <code>youruser</code> with the user name of your running system. After applying the configuration, reboot your system so the changes to the kernel modules can take effect.
Replace <code>youruser</code> with the user name of your running system. After applying the configuration, reboot your system so the changes to the kernel modules can take effect.
Last but not least, configure a tap interface that will be used in macOS for networking:
<syntaxHighlight lang=console>
$ sudo ip tuntap add dev tap0 mode tap
$ sudo ip link set tap0 up promisc on
$ sudo ip link set dev virbr0 up
$ sudo ip link set dev tap0 master virbr0
</syntaxHighlight>


== Usage ==
== Usage ==