Skip to content

The Software Firewall Simulator is a web-based tool that allows users to manage and visualize inbound and outbound network traffic rules. It helps in understanding firewall operations, packet filtering, and rule-based traffic management.

License

Notifications You must be signed in to change notification settings

ovuiproduction/Firewall-Simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Software Firewall Simulator

🚀 Live Demo

📌 About the Project

The Software Firewall Simulator is a web-based tool that allows users to manage and visualize inbound and outbound network traffic rules. It helps in understanding firewall operations, packet filtering, and rule-based traffic management.

🎯 Features

  • Add, edit, and delete inbound and outbound firewall rules.
  • Simulate packet filtering based on user-defined rules.
  • Visual representation of allowed and blocked network traffic.
  • Persistent storage for firewall rules and logs.

🛠 Tech Stack

  • Frontend: React.js, Tailwind CSS
  • Backend: Node.js, Express.js
  • Database: MongoDB

📜 Installation & Setup

Prerequisites

Make sure you have the following installed:

  • Node.js
  • MongoDB

Steps to Run the Project Locally

  1. Clone the repository:
    git clone https://github.com/ovuiproduction/Firewall-Simulation.git
    cd Firewall-Simulation
  2. Install dependencies:
    npm install
    cd client
    npm install
  3. Start the backend server:
    cd ..
    node server / nodemon server
  4. Start the frontend application:
    cd client
    npm start
  5. Open http://localhost:3000 in your browser.

License

This project is licensed under the MIT License

About

The Software Firewall Simulator is a web-based tool that allows users to manage and visualize inbound and outbound network traffic rules. It helps in understanding firewall operations, packet filtering, and rule-based traffic management.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published