Skip to content

sinyuan1022/NetDefender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

System environment

Ryu Server: Ubuntu22.04
Ryu Python: Python3.9
Snort Server: Ubuntu22.04
Snort Python: Python3.9+

!!! # is for comments

!!!Ryu server must be completed first

Please connect to the internet before installing the two servers

network environment

image

Ryu server

sudo -s

apt install git -y
git clone https://github.com/sinyuan1022/NetDefender.git
cd ./NetDefender/ryu/

bash ./ryu_install.sh

Snort server

sudo -s

apt install git -y
git clone https://github.com/sinyuan1022/NetDefender.git
cd ./NetDefender/snort/

bash ./snort_install.sh

Single server combines the Ryu server and the Snort server into a single server

singel server

sudo -s

apt install git -y
git clone https://github.com/sinyuan1022/NetDefender.git
cd ./NetDefender/

bash ./singel.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published