mirror of
https://github.com/foxlet/macOS-Simple-KVM.git
synced 2024-11-23 11:39:42 +01:00
Update guide-networking.md
This commit is contained in:
parent
2655bc07ae
commit
64e8dc4849
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ To set up bridged networking for the macOS VM, use one of the following methods:
|
||||||
|
|
||||||
## Using /etc/network/interfaces
|
## Using /etc/network/interfaces
|
||||||
|
|
||||||
It is possible to create the bridge and tun/tap interfaces using adding the following lines to `/etc/network/interfaces`. Replace `DEVICENAME` with your ethernet card's device name, and `MYUSERNAME` with the user that is starting the VM.
|
It is possible to create the bridge and tun/tap interfaces by adding the following lines to `/etc/network/interfaces`. Replace `DEVICENAME` with your ethernet card's device name, and `MYUSERNAME` with the user that is starting the VM.
|
||||||
|
|
||||||
```
|
```
|
||||||
auto br0
|
auto br0
|
||||||
|
|
Loading…
Reference in a new issue