전체 글 450

21/04/22 #006 (free5gc) Build free5gc from source code (mongodb, logrus, free5gc source, webconsole)

Prerequisite Packages (mongodb, logrus) Control-plane Supporting Packages sudo apt -y update sudo apt -y install mongodb wget git sudo systemctl start mongodb User-plane Supporting Packages Check Linux kernel version 5.0.0-23-generic uname -r- Retrieve the 5G GTP-U kernel module using `git` and build itgit clone -b v0.2.1 https://github.com/PrinzOwO/gtp5g.git cd gtp5g make sudo make install- Ins..

21/04/22 #005 (free5gc) Install Go Language Package On Ubuntu 18.04 (5.0.0-23-generic)

Installation Linux Kernel Version In order to use the UPF element, you must use the 5.0.0-23-generic version of the Linux kernel. free5gc uses the gtp5g kernel module, which has been tested and compiled against that kernel version only. To determine the version of the Linux kernel you are using: $ uname -r 5.0.0-23-generic Golang Version As noted above, free5gc is built and tested with Go 1.14.4..

21/04/22 #ref-001 (free5gc) How to compile free5gc source (from free5gc sites)

Installation A. Prerequisites Linux Kernel Version In order to use the UPF element, you must use the 5.0.0-23-generic version of the Linux kernel. free5gc uses the gtp5g kernel module, which has been tested and compiled against that kernel version only. To determine the version of the Linux kernel you are using: $ uname -r 5.0.0-23-generic You will not be able to run most of the tests in Test se..

21/04/22 #004 (free5gc) kernel 5.0.0-23-generic, gtp5g compile

Ubuntu 18.04 에서 설치 (linux-image-5.0.0-23-generic) gtp5g compile을 위해서 5.0.0-23-generic kernel 업데이트 필요. Install dependencies $ sudo apt-get update $ sudo apt-get install -qq git build-essential vim strace net-tools iputils-ping iproute2 Update kernel version: 5.0.0-23-generic $ sudo apt-get install linux-image-5.0.0-23-generic linux-modules-5.0.0-23-generic linux-headers-5.0.0-23-generic $ sudo gr..

21/04/22 #003 (free5gc) Install Ubuntu 18.04 on VMware

VMware Workstation에 ubuntu server 18.04 LTS를 설치하는 방법 환경 VMware® Workstation 15 Player Ubuntu 18.04.5 LTS (Bionic Beaver) Server (64-bit) 목차 Ubuntu 18.04.5 이미지 파일(.iso) 다운로드 VMware workstation의 VM(virtual machine) 설정 Ubuntu server 18.04.5 설치 리눅스 명령어로 ubuntu VM 상태 확인 Ubuntu 18.04.5 이미지 파일(.iso) 다운로드 👉 ubuntu-18.04.5-live-server-amd64.iso 👉 releases.ubuntu.com/18.04/ Ubuntu 18.04.5 LTS (Bionic Beav..

21/04/22 #002 (free5gc) How to Install VMware Workstation Player 16

Download VMware Workstation 16 1- You can download VMware Workstation Player 16 for Windows. 2- Double click to launch the application, Select run. 3- Welcome to VMware Player setup wizard, Select Next. 4- Accept the License Agreement and then select Next. 5- Select Next. 6- Select Next. 7- You can choose shortcut for a Desktop and Start menu Programs Folder. Once you have made your select, then..

21/04/22 #001 (free5gc) Recommended Environment

21/04/09 free5gc 설치 및 실행 (vmware 환경) - Minimum Requirement #01 Recommended Environment Software OS: Ubuntu 18.04 gcc 7.3.0 Go 1.14.4 linux/amd64 kernel version 5.0.0-23-generic Minimum Hardware CPU: Intel i5 processor RAM: 4GB Hard drive: 160GB NIC: Any 1Gbps Ethernet card supported in the Linux kernel Recommended Hardware CPU: Intel i7 processor RAM: 8GB Hard drive: 160GB NIC: Any 10Gbps Ethern..

21/04/19 ip 명령어 사용법

ip 명령어 사용법 ip명령어를 이용해서 ip 주소 정보 조회나 ip 설정 등을 할 수 있습니다.ifconfig명령어와 사용법이 비슷합니다. 사용법 ip [option] [대상] [command] 사용 예제 ip addr show # ip 정보 출력 ip addr add 192.168.5.10/24 dev eth0 # eth0 인터페이스에 ip 설정 ip addr del 192.168.5.10/24 dev eth0 # eth0 인터페이스의 ip 삭제 ip link set eth0 up # eth0 인터페이스 활성화 ip link set eth0 down # eth0 인터페이스 비활성화 ip route show # 라우팅 정보 출력 ip route add default via 192.168.5.1 # 게이..

tech 2021.04.19