Network
-
[Docker] Docker NetworkingCloud/Openstack_K8s_Docker 2021. 2. 24. 18:51
1. Starting Nginx root@ubuntu:~# sudo docker run --name web1 -d -p 8080:80 nginx Unable to find image 'nginx:latest' locally latest: Pulling from library/nginx 45b42c59be33: Pull complete 8acc495f1d91: Pull complete ec3bd7de90d7: Pull complete 19e2441aeeab: Pull complete f5a38c5f8d4e: Pull complete 83500d851118: Pull complete Digest: sha256:f3693fe50d5b1df1ecd315d54813a77afd56b0245a404055a946574..
-
Network라는 것은 어떻게 변할 것인가? (DataCenter part) - 2IT 2020. 11. 16. 17:15
이 블로그 시리즈의 목적은 앞으로 어떻게 네트워크는 변화할 것인지 고민해보고 그 변화하는 과정 중에서 나는 어디에 집중할 것인가를 고민하기 위해 썼다. 네트워크라는 것은 무엇일까? 네트워크는 연결이다. 좀 더 길게 서술하면 누군가(1:1, 1:N)에게 무엇을(HTTP,SIP,DIAMETER...) 전달하거나 받는 것(Switching, Routing, L4, Security...)이다. DataCenter의 네트워크는 기존 Campus와 다르지 않았다. 3 Tier 네트워크로 Access-Distribution-Core로 나뉘어서 L4, 방화벽, Storage를 위한 FC가 추가되어 있는 형태였다. DataCenter는 network가 가장 많이 진화한 부분이다. DataCenter에서 네트워크는 기존 ..
-
Network라는 것은 어떻게 변할 것인가? (Enterprise part) - 1IT 2020. 11. 16. 15:10
이 블로그 시리즈의 목적은 앞으로 어떻게 네트워크는 변화할 것인지 고민해보고 그 변화하는 과정 중에서 나는 어디에 집중할 것인가를 고민하기 위해 썼다. 네트워크라는 것은 무엇일까? 네트워크는 연결이다. 좀 더 길게 서술하면 누군가(1:1, 1:N)에게 무엇을(HTTP,SIP,DIAMETER...) 전달하거나 받는 것(Switching, Routing, L4, Security...)이다. 네트워크는 각 산업별, 사용에 따라 구조가 다르다. 이 파트는 일반적인 기업 혹은 Campus 구조로 많은 일반 컴퓨터 사용자를 위한 네트워크를 어떻게 구성하고 있는가이다. 20층짜리 건물이 10개 있다. 각 층에는 250명의 회사원들이 빼곡히 들어있다. 각 층마다 Access 장비가 있고 Access는 한 층의 모든 컴..
-
DSC SWe installation on VMware ESXi 6.0_(1)Ribbon Communications/Diameter Signaling Controller 2020. 8. 3. 16:07
This post illustrates how to deploy Ribbon DSC(Diameter Signaling Controller) SWe on VMware ESXi. 1. A server Processor: Intel Xeon processors, RAM: Minimum 24GB DISK: Minimum 500GB NICs: Minimum 4 NICs Network: Minimum 3 networks for HA, Mgmt, Pkt 2. VMware ESXi on a server and ESXi license up and ESXi client installation. 3. DSC SWe software file 1. File > Deploy OVF Template... 2. Select a lo..
-
Openstack instance creation by Horizon UICloud/Openstack_K8s_Docker 2020. 5. 16. 12:14
We have created Openstack external and internal networks and R1 for the connection of two networks. Finally, we are ready to create VMs(instance) on Openstack. 1. Instance creation Project > Compute > Instances > Launch Instance 1.1 Details 1.2 Source 1.3 Flavor 1.4 Networks 1.5 Security Group 1.6 Key Pair > Launch Instance 2. Result you can see like below. Let's create another instance but plea..
-
Openstack Provider Network for a project by Horizon UICloud/Openstack_K8s_Docker 2020. 5. 15. 01:40
In this chapter, we are going to create an External network. A member user in a project can create and modify internal network but only the admin user can create an external network. Now this is a network environment on this current step. we are going to configure the green line network on Openstack, not Linux host. 1. Admin > Network > Networks > Create Network 2. Set Name, Project, Network Typ..
-
Openstack Train Installation on Oracle Virtual Box (3)Cloud/Openstack_K8s_Docker 2020. 5. 12. 11:43
After installation, you can check all the network Openstack [root@controller ~]# ovs-vsctl show 4a857211-e1c7-4ca5-b16a-21dd7b05dcf6 Manager "ptcp:6640:127.0.0.1" is_connected: true Bridge br-vlan Controller "tcp:127.0.0.1:6633" is_connected: true fail_mode: secure datapath_type: system Port br-vlan Interface br-vlan type: internal Port "enp0s8" Interface "enp0s8" Port phy-br-vlan Interface phy-..
-
Openstack Train Installation on Oracle Virtual Box (1)Cloud/Openstack_K8s_Docker 2020. 5. 11. 15:18
CPU : 4 Cores, I7-8650U RAM : 64GB OS : Window 10 1. Oracle VirtualBox installation 2. Centos7 download 1. Creating Controller and Compute VM 1.1 Controller VM Creation 1.2 Compute VM Creation 2. Setting up Network of VM 2.1 Host-Only Network Global Tools > Create > IP address : 10.10.1.1, mask : 255.255.255.0 > Apply This Host-Only Network is for SSH connection to VMs from the host 2.2 Network ..