Skip to content

m4github/ACL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

ACL

tiny ACL implementation by [email protected]

Build and Debug

mkdir build
cd build
cmake ..
cmake --build .

Usage

Use below command to start the program:

./main

ACL-number range =

[1-99],[1300-1999]

Commands

Add new rule.

access-list access-list-number {permit|deny} {source/mask} [log]

Apply iptables-rules to an interface.

ip access-group number {in|out} interface <interface>

Delete all rules in a access-list.

no access-list access-list-number

Add "no" to the beggining of acl commands to delete that command.

List all ACL commands on program.

show std-acl

Exit the program.

exit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published