분류 전체보기
-
MS Teams 다이렉트 라우팅 작동 방식Ribbon Communications/Session Border controller 2020. 6. 3. 12:47
이전 페이지에서 말씀드렸듯이 Teams와 PSTN망(무선전화, 유선전화)을 연결해주는 솔루션이 두가지가 있는데, Calling Plans은 한국에서 서비스하고 있지 않고 Direct Routing으로 가능하다고 설명드렸습니다. 원격 근무자들이 회사 내부에서 일하는 것처럼 영상회의, 영상 통화, 채팅, 파일 쉐어 등등 회사 내부적으로 할 수 있는 것 뿐만 아니라 회사 외부자들도 전화로 영상회의에 참석하거나 Teams를 통해서 회사 내부 전화를 받거나 Communication과 Collaboration에 관한 솔루션으로 Direct Routing이 있습니다. 좀 더 깊이 들어가 어떻게 Direct Routing이 동작하는가 살펴보겠습니다. 일반적으로 Voice에 대해서는 Signaling과 Media가 구분..
-
MS Teams Direct Routing - 다이렉트 라우팅이 뭔가요?Ribbon Communications/Session Border controller 2020. 6. 1. 16:38
코로나 바이러스의 팬데믹 선언 이후 우리의 삶은 많이 달라지고 있습니다. 많은 나라들이 Lockdown과 Circuit Break로 유동 인구를 제한함으로써 코로나 바이러스의 확진을 줄이고자 힘쓰고 있습니다. 백신 상용화까지의 오랜 기다림 및 그 후에 새로운 감염병의 위협으로 비대면 기술이 각광을 받고 있습니다. 사람 간의 대면 접촉을 회피하면서 비즈니스 및 교육 등의 서비스들을 진행하고자 하는 것이지요. 비대면 기술의 한 부분으로 영상 회의 및 컨퍼런스 기술들의 관심 및 요구도 증가하고 있는 추세입니다. 회사들이 재택근무자들에 맞추어 탄력성 있게 사내 인프라를 변경할 필요성이 생긴 것입니다. 이 챕터에서는 재택근무를 기존 회사에 도와줄 Microsoft사의 Teams Direct Routing을 소개합..
-
Openstack instance access by CLI or PuttyCloud/Openstack_K8s_Docker 2020. 5. 22. 13:03
First of all, test1 has Key Pair(demo1.pem) and test2 does not have Key Pair. 1. Please follow below good link. Point is to extract private key from demo1.pem. github.com/naturalis/openstack-docs/wiki/Howto:-Creating-and-using-OpenStack-SSH-keypairs-on-Windows 1. Put the demo1.pem on the controller node 2. Access by ssh with the pem. 3. Verify Finally you access the created instances. you can 1...
-
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 Tenant Network for a project by Horizon UICloud/Openstack_K8s_Docker 2020. 5. 15. 19:43
We are going to create the tenant (internal) network. We already created one tenant and user for the tenant. if you forgot it, refer to Openstack configuration for a project by Horizon UI 1. Log in as a created user (demo1_user) We cannot see the Admin row bar because this user is a member user for a tenant. This project's name is Demo1. You can see the project name on the top beside of Openstac..
-
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 configuration for a project by Horizon UICloud/Openstack_K8s_Docker 2020. 5. 14. 17:07
We are going to create one tenant. one tenant is one project. Openstack has an admin project by default. but I will only use the admin project to manage OpenStack Platform. All the projects will be newly created on OpenStack Platform. External = Provider Internal = Tenant(Project) 1. Identity > Projects > Create Project 2. Name : Demo1 > Create Project You can see the created project(tenant) 1. ..
-
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-..