Create a bash script that will wrap iptables. Your program should be menu driven and perform the following tasks.: 1) Ha

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

Create a bash script that will wrap iptables. Your program should be menu driven and perform the following tasks.: 1) Ha

Post by answerhappygod »

Create a bash script that will wrap iptables. Your program
should be menu driven and perform the following tasks.:
1) Have a menu to add, delete, modify, print rules for
iptables.
2) When managing the rules, should prompt for what chain (INPUT,
OUTPUT, FORWARDING) the rule should be added/deleted/modified
in.
3) When deleting, should provide validation to make sure the
user wants to remove the rules
4) Should provide a help menu
Create a bash script that will wrap iptables. Your program
should be menu driven and perform the following tasks.:
1) Have a menu to add, delete, modify, print rules for
iptables.
2) When managing the rules, should prompt for what chain (INPUT,
OUTPUT, FORWARDING) the rule should be added/deleted/modified
in.
3) When deleting, should provide validation to make sure the
user wants to remove the rules
4) Should provide a help menu
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply