Skip to content

Thiết kế và triển khai giải pháp mạng nội bộ dựa trên kiến trúc SDN, sử dụng nền tảng Ryu (một số thiết bị vẫn được phép truy cập mạng)

Notifications You must be signed in to change notification settings

D3vKn1ght/ryu-sdn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RYU - SDN

Yêu cầu:

  • RYU ( hoặc docker)
  • Mininet

Hướng dẫn cài đặt

  • Trên máy ảo, thêm một card Nat ( ở đây tên interface là ens36). Nếu tên interface khác thì sửa trong file define.py interface.png
  • Chạy topology mininet:
sudo python3 topology.py
  • Chạy controller:
docker run -it -p 6633:6633  -v path_code_clone:/root/ryu --rm linton/docker-ryu /bin/bash
cd /root/ryu
ryu-manager controller.py

About

Thiết kế và triển khai giải pháp mạng nội bộ dựa trên kiến trúc SDN, sử dụng nền tảng Ryu (một số thiết bị vẫn được phép truy cập mạng)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages