Hello World from OSS Silicon Valley


HowToUse/UbuntuServer/14.04

_ Prerequisite

_ Install&Setup

_ Install UbuntuServer

(TBD)

_ Setup Network Adapter

Step.1
Edit network adapter definition file.
# vi /etc/network/interfaces
# The loopback network interface
auto lo
iface lo inet loopback
 
# The primary network interface
auto eth0
allow-hotplug eth0
iface eth0 inet dhcp
 
# The secondary network interface
auto eth1
allow-hotplug eth1
iface eth1 inet static
address 192.168.56.101
netmask 255.255.255.0
Step.2
restart networking module
# /etc/init.d/networking restart

_ HowToUse

Step.1
xxx

_ Author

S.Yatsuzuka

Last-modified: 2015-08-17 (Mon) 02:41:34 (3169d)