Changes

Jump to: navigation, search

VirtualBox Network Configuration

588 bytes added, 10:53, 15 September 2017
Guest (Ubuntu) Network Configuration
* That's all, click Ok to apply changes.
==== Guest Network Configuration of the VM (Ubuntuguest) Network Configuration ==== 
By default, the virtual machine image provided with DVDK is configured with DHCP. If you don't have a DHCP server available on your network, you should configure the interface manually.
=====Creation of the network connection=====
The procedure may differ from one graphical environment to the other.
======Unity======
Once the graphical interface is ready, right-click on the NetworkManager Applet on the top Panel and choose ''Edit Connections''
For more information about ubuntu take a look at its [https://help.ubuntu.com/10.04/index.html official documentation]
======LXDE======To configure the network connection, the following approaches are available:*Edit the configuration files as described [https://help.ubuntu.com/community/NetworkConfigurationCommandLine|here]*Using a script like the following:<pre>#!/bin/bashifconfig eth0 192.168.0.82 netmask 255.255.255.0 uproute add default gw 192.168.0.254 eth0echo "nameserver 8.8.8.8" > /etc/resolv.confecho "nameserver 8.8.4.4" >> /etc/resolv.conf</pre>
===== NFS Configuration =====
4,650
edits

Navigation menu