Skip to main content

Virtual Box Server-Client (Ubuntu Server 16.04.1 LTS)

Requirements:

1. Oracle VM VirtualBox Manager
2. Ubuntu Server 16.04.1 LTS
3. Putty
4. Browser

Networking :

IP VirtualBox    192.168.2.2
DHCP VirtualBox  192.168.2.3
Gateway          192.168.2.1

IP Server Static        192.168.2.4
IP Guest (Client) Dhcp  192.168.2.5 - 192.168.2.15


Setting Preferences Network on VirtualBox:


Setting Network on Virtual Machines (ubuntu-server):


Use Bridged Adapter for allow Internet Connection and must already connected if you don't have Internet Connection change to Host-only Adapter

Ubuntu Server 16.04.1 LTS configuration :

Login to root

sudo su -

Open Network Interface (with nano) :

nano /etc/network/interfaces

Change dhcp to static :

auto enp0s3
iface enp0s3 inet static
    address 192.168.2.4
    netmask 255.255.255.0
    gateway 192.168.2.1
    network 192.168.2.0
    broadcast 192.168.2.255
    dns-nameservers 8.8.8.8 8.8.4.4
    dns-search whatever.com

Save configuration (with nano) :

 ctrl + o (overwrite)
 ctrl + x (exit)

Restart Networking :

/etc/init.d/networking restart

Testing on Guest (Client) with Browser and Putty :


Apache and SSH connection already installed on Ubutu Server 16.04.1 LTS

Comments

Popular posts from this blog

Install Bash on Windows 10

بِسْــــــــــــــــــمِ-اﷲِالرَّحْمَنِ-اارَّحِيم | الحمدُ لله 1. Buka Command Prompt (CMD) 2. Ketik 'bash' (tanpa kutip) lalu Enter Click untuk memperbesar gambar 3. Tunggu sampai process download selesai Click untuk memperbesar gambar 4. Masukan Unix usename baru : 'root' Click untuk memperbesar gambar 5. Selesai Click untuk memperbesar gambar

Install Laravel on Windows

https://www.codeforest.net Tested on Windows 7 Requirements : PC or Laptop internet connection recomended speed 1mbps Web Server  Recomended XAMPP get ->  www.apachefriends.org/download.html Composer get ->  https://getcomposer.org/download/ LET'S GO 1. Install Xampp 2. Install Composer 3. Add PATH environment variables Open Run control sysdm.cpl,,3 register PHP path appending at last line ;C:\xampp\php register Composer Path if not automatically added after installing ;C:/Users/[...]/AppData/Roaming/Composer 2. Open Xampp Control Panel : on service apache click config -> Apache (httpd.conf) I use custom directory root DocumentRoot "D:/localhost" <Directory "D:/localhost"> 3. Start Apache Services 4. Open Command Prompt D:\localhost> cd frameworks D:\localhost\frameworks> mkdir laravel D:\localhost\frameworks> cd laravel D:\localhost\frameworks\laravel> composer global...

Blogger API Callback

Tabel Struktur   Blogger API Callback Posts API Callback key encoding feed 1 author[] email $t gd$image height rel src width name $t uri $t 2 category[] term 3 entry[] author[] email $t gd$image height rel src width name $t uri $t category[] scheme term ...