Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
virtualbox [2015/07/29 09:47]
steve [Networking]
virtualbox [2015/12/09 13:45]
steve
Line 47: Line 47:
  
 <​code>​ <​code>​
-config_enp0s8="​192.168.56.20 netmask 255.255.255.0+config_enp0s8="​192.168.56.20 netmask 255.255.255.0"
 </​code>​ </​code>​
 ==== Gentoo ==== ==== Gentoo ====
Line 61: Line 61:
 <​code>​ <​code>​
 /​etc/​init.d/​modules restart /​etc/​init.d/​modules restart
 +</​code>​
 +
 +Setup the network address manually for the local vboxnet0 network.
 +
 +Add to ''/​etc/​conf.d/​net'':​
 +
 +<​code>​
 +config_enp0s8="​192.168.56.2 netmask 255.255.255.0"​
 </​code>​ </​code>​