Skip to main content

Memanage Openvswitch mengunakan ONOS

Onos merupakan controller SDN sama seperti ODL namun mempunyai fitur tambahan yaitu SDN IP yang berfungsi sebagai aplikasi onos yang memungkinkan SDN dapat terhubung dengan jaringan publik (internet) dengan protokol BGP (Border Gateway Protocol)

sebelumnya anda harus menginstall onos terlebih dahulu di sini

untuk simulasi ini saya megunakan mininet dan openvswitch jadi install mininetnya dulu di vm onos

Read More

Install ONOS di Ubuntu 16.04

ONOS atau Open Network Opetaring System adalah sebuah controller SDN sama seperti Opendaylight.

The Open Network Operating System (ONOS) is a software defined networking (SDN) OS for service providers that has scalability, high availability, high performance and abstractions to make it easy to create apps and services. The platform is based on a solid architecture and has quickly matured to be feature rich and production ready. The community has grown to include over 50 partners and collaborators that contribute to all aspects of the project including interesting use cases such as CORD. – onosproject.org

Read More

Memanage OpenvSwitch mengunakan Opendaylight sebagai controller

z

pada kali ini saya akan mencoba untuk memanag OVS mengunakan opendaylight controller. dengan skema seperti ini maka semua pengaturan ada di opendaylight, bukan di openvswitch. untuk kedepanya kita bisa mengunakan opendaylight ini unutk memanage banyak perangkat.

sebelumnya kita harus install opendaylightnya disini  dan memahami dasar openvswitch disini

untuk awalnya pada opendaylight belum ada gamabarnya hehehe, karena belum kita config di ovsnya

Read More

Getting started with Vagrant

Hello, i come back to write again, now i will to explain how to starting vagrant for the first time, well actually i’m not familiar with vagrant also, I curious about this when i want to emulate VXLAN tunneling between the Virtual Machine. I found some article that explained how easy to provisioning VM and apps with vagrant.

Vagrant is an open source software product for building and maintaining portable virtual machine development environment. the core idea behind its creation lies in the fact that the environment maintenance becomes increasingly difficult in a large project with multiple technical stack. Vagrant manages all the necessary configuration for developers in order to avoid unnecessery mintenance and setup timeVagrant is written in Ruby Language. Read More

Install Linux Container (LXC) pada centos 7

Linux Container (LXC) adalah suatu metode virutalisasi level sistem operasi linux untuk menjalankan beberapa sistem linux yang terisolasi pada satu host. pada dasarnya LXC ini sama seperti docker container hanya saja dari sisi fitur pasti berbeda.

jadi initnya kita dapat menjalankan berbagai OS linux dalam satu host container namun antar OS linux yang terinstall container tersebut saling terisolasi.

Read More

URL Filter atau Blok Situs Menggunakan IPCop Firewall

Hallo bro 🙂

Masih mengenai IPCop, kali ini saya coba mengupas tentang fitur url filtering pada IPCop. Sebelumnya saya sudah membahas IPCop sebagai proxy server, anda bisa membacanya di sini. Topology dan pengaturan proxy sebebelumnya tidak dirubah, jadi hanya melanjutkan atau menambahkan fitur url filtering. Nah langsung saja anda bisa masuk ke menu Services>URL Filter

Read More