Skip to content

A small packet-filtering firewall that blocks incoming packages

Notifications You must be signed in to change notification settings

silvs110/fireguard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fireguard

A Packet-Filtering Firewall that blocks incoming packets based on IPv4 address.
Report Bug · Request Feature

Contributors Forks Stargazers Issues

Table of Contents
  1. About The Project
  2. Prerequisites
  3. Installation
  4. Usage
  5. License
  6. Disclaimer

About The Project

A Packet-Filtering Firewall that blocks incoming packets based on IPv4 address.

Prerequisites

  1. C
  2. Linux (Ubuntu 14.04)

Installation

  1. make
  2. sudo insmod fireguard.ko
  3. gcc -o firecontrol ./firecontrol.c

Usage

To interact with the firewall run ./firecontrol. The following commands are supported:

  • View Blocked IPs
  • Add IP
  • Delete IP

License

TBD

Disclaimer

This product does not come with a warranty. It is build as part of research project. It should be safe to run on your system, but we make no claims regarding functionality.

About

A small packet-filtering firewall that blocks incoming packages

Resources

Stars

Watchers

Forks

Packages

No packages published