شرح SDN + RYU + Mininet Firewall single tenant (Xterm) Video 9 Using Ubuntu20.04 Arabic Edition

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ม.ค. 2025

ความคิดเห็น • 5

  • @chaimabenayed9673
    @chaimabenayed9673 2 ปีที่แล้ว +1

    thank you very much sir for these videos
    but I don't understand these lines
    curl -X PUT localhost:8080/firewall/module/enable/0000000000000001
    localhost:8080/firewall/rules/0000000000000001

    • @ahmed.abdulwhhab
      @ahmed.abdulwhhab  2 ปีที่แล้ว

      Thanks alot
      as the answer may be long , I added comments on github as per below
      github.com/ahmedabdulwhhab/AH_SDN_WORK_RYU/blob/main/Vlan_Firewall/firewall_steps_00.txt

    • @ahmed.abdulwhhab
      @ahmed.abdulwhhab  2 ปีที่แล้ว

      so enable will remove drop packet and put a new action is normal which pass packet to controller

    • @ahmed.abdulwhhab
      @ahmed.abdulwhhab  2 ปีที่แล้ว

      curl command is used to pass confriguration through Restful API,
      if you use cisco or any other, you will use default app from cisco, but ryu has a facility using Restful to send/receive data from controller.

    • @chaimabenayed9673
      @chaimabenayed9673 2 ปีที่แล้ว +1

      @@ahmed.abdulwhhab thank you very much sir i now understand this command