Floodlight SDN Controller Installation and Running on Ubuntu 22.04 (Step by Step)

Поделиться
HTML-код
  • Опубликовано: 12 сен 2024
  • Welcome to our tutorial on ‘Floodlight SDN Controller Installation and Running on Ubuntu 22.04’. In this video, we will guide you through the step-by-step process of installing and running the Floodlight Software-Defined Networking (SDN) Controller on Ubuntu 22.04. We’ll cover everything from the initial setup, installation of necessary packages, to the configuration and running of the Floodlight SDN Controller. By the end of this video, you’ll have a fully functional Floodlight SDN Controller setup on your Ubuntu system. Stay tuned and don’t forget to like, share, and subscribe for more such informative content!
    #Floodlight SDN Controller
    #SDN Controller Installation
    #Ubuntu 22.04
    #Software-Defined Networking
    #Floodlight Controller Setup
    #SDN Tutorial
    #Networking Tutorial
    #Ubuntu Tutorial
    #OpenFlow Controller
    #Network Programming
    #Network Management
    #Ubuntu Networking
    #SDN Setup
    #Floodlight Tutorial
    #OpenFlow Tutorial
    #Network Configuration
    #Ubuntu Server
    #Network Infrastructure
    #Cloud Networking
    #Data Center Networking
    command
    #sudo apt update
    #sudo apt install build-essential ant python2-dev openjdk-8-jdk maven git
    #git clone github.com/flo...
    #cd floodlight
    #sudo git submodule init
    #sudo git submodule update
    #sudo ant
    #mvnrepository....
    #Search -- Apahce thrift
    #Link for apache thrift--- and download it
    #mvnrepository....
    #serach Netty -- Download it
    #Linkf for netty
    #mvnrepository....
    #Please use correct version of these files. beacuse there are some compatiblity issues
    #sudo cp libthrift-0.14.1.jar ~/floodlight/lib
    #sudo cp netty-all-4.1.66.Final.jar ~/floodlight/lib/
    #sudo rm libthrift-0.9.0.jar
    #sudo rm netty-all-4.0.31.final
    #sudo gedit build.xml
    #localhost:8080/ui/index.html
    #sudo mn --topo=single,5 --controller=remote,ip=127.0.0.1,port=6653
    #sudo update-alternatives --config java

Комментарии • 3

  • @echito12
    @echito12 4 месяца назад

    Las vueltas que di para instalar este controlador, mil gracias!

  • @EZ-sr1rf
    @EZ-sr1rf 5 месяцев назад +1

    [BUILD PROBLEM SOLVED] Guys which have problems with build on command sudo ant. You must have version netty (4.11.66) an libthrift (0.14.1) in floodlight lib directory and in build xml and also you must change on command: "sudo update-alternatives --config java" to 2😀i hope this help. I was trying fix this problem so i hope this help.

    • @rkilab9
      @rkilab9  5 месяцев назад

      Thanks for your suggestions. but I think I have already done it in the video.