본문 바로가기

IT

[Ubuntu] Unclaimed state of Network interface enp2s0 keunuk@keunuk:~$ ip addr 1: lo:  mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000     link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00     inet 127.0.0.1/8 scope host lo        valid_lft forever preferred_lft forever     inet6 ::1/128 scope host noprefixroute        valid_lft forever preferred_lft forever2  wlp1s0: mtu 1500 qdisc noqueue state UP group default qlen 1000     li..
Create the vjunosswitch image on EVE-NG Juniper 스위치의 image를 사용하기위한 가이드 입니다. 아래 내용 참고하시어 도움이 되셨으면 좋겠습니다. 1. EVE community 나 Pro를 최신 버전으로 설치하거나, 최신버전으로 업데이트를 합니다. 최신버전이 아니면 Node option에서 Juniper 스위치가 보이지 않습니다. apt autoremove apt update apt upgrade 2. 최근에 지원되는 image는 별도로 Template을 download를 받아야 합니다. Template을 확인해보면, Juniper switch에 관련된 파일들이 있습니다. 아래 절차를 반드시 진행하셔야 Juniper Switch를 사용하실수 있을것 같습니다. 1.1. Install GIT apt on your EVE apt update..
let's test for mc macOS의 VLC는 Multicast의 source(sender,서버)기능이 없다. 오로지 reciever(host)만 가능하다. macOS의 VLC 메뉴이며, Open Network 메뉴는 receiver로 streaming 영상을 수신 할 때 사용한다. source(sender)의 vlc에서 영상 송출을 해보겠습니다. 미디어 아래 스트림하기를 클릭합니다. streaming 할 영상을 추가하고, 스트림 버튼을 클릭 다음을 클릭합니다. RTP/MPEG Transport Stream 옵션을 클릭하고 추가하기 Multicast Group Address와 사용할 Port를 선택하고 다음버튼 클릭 ttl설정을 하지 않으면 1로 적용됩니다. 반드시 ttl값을 추가로 입력하여 테스트 하시기 바랍니다. 영상 재생 ..
IGMP version 2 IGMP version 2의 Message type은 4개로 이루어져 있다. Message Type Destination Group ------------ ----------------- General Query ALL-SYSTEMS (224.0.0.1) Group-Specific Query The group being queried Membership Report The group being reported Leave Message ALL-ROUTERS (224.0.0.2) 일반적인 Query를 보낼때 Destination에 224.0.0.1로 Leave Message를 보낼때 224.0.0.2로 정의되어 있다. - Membership Query Packet file -- Type에 Membership..
Random MAC address Random MAC address 사용 목적 - 개인 Privacy로 인해 Mobile Device의 Hardcored 된 MAC address를 사용하는 대신에 옵션에 Random MAC addres를 활성화 하여 사용할수 있다. 지원 OS - Window 10 - Android - Apple iOS MAC address - 6자리 6 octets로, 각 octect은 1byte이며 총 6byte. - 1st ~ 3rd octets은 OUI이며, Manufacture별로 다음. To identify with Random MAC address - 6octets 중 1st octet을 bit로 transformation - Unicast bit에 0과 Locally administrerd bit에 1이 되..
Take configure for Loadbalancer on Ubuntu Ubuntu에 nginx를 설치하고, Loadbalancer가 되는 ubuntu server는 192.168.177.129 입니다. Backend Server 2대를 만듭니다. backend server는 192.168.177.131, 192.168.177.132 로 구성하였고 2대입니다. 외부 client가 LB의 VIP 192.168.177.129:80 or https://192.168.177.129:443 으로 접근을 하면, backend server로 LB를 할수 있게 구성하였습니다. kkeunuk@kkeunuk-virtual-machine:~$ cat -n /etc/nginx/sites-enabled/default 1 ## 2 # You should look at the following URL..
default configure of web server 1. install ssh server - sudo apt install openssh-server kkeunuk-virtual-machine:~$ sudo apt install openssh-server [sudo] password for kkeunuk: Reading package lists... Done Building dependency tree... Done Reading state information... Done The following packages were automatically installed and are no longer required: libflashrom1 libftdi1-2 libllvm13 Use 'sudo apt autoremove' to remove them. T..
Describe shared-tree / shortest path on Multicast Routing https://docs.paloaltonetworks.com/pan-os/10-1/pan-os-networking-admin/ip-multicast/pim/shortest-path-shared-path-trees#:~:text=A%20shared%20tree%20is%20annotated,the%20RP%20to%20the%20receivers.