Skip to content

Commit

Permalink
changes to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilnayak98 authored Jan 6, 2022
1 parent affd623 commit c76e7fc
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,18 @@ This repo contains workings of netkit 1.1.4 environment for SAND PMA due on 13th
- [x] 11. make a compelling case for your design.
- [x] 12. demonstrate comprehensive mastery of all aspects of the the submission at all scales (detail through to overall concept).

## Augmented Features:

1. TCP SYN Flood Protection.
2. UDP Flood Protection.
3. Usage of OpenVPN to connect to internal network.
4. Automation of host firewall rules deployment.
5. Usage of Squid Proxy Server to access Internet from Enterprise Zone and Extranet Zone.
6. Usage of Squid Proxy Server to block malicious websites.
7. Blocking SSH access, allow SSH only from Management Zone.
8. Blocking SSH access into root, allow SSH access only to admin account.

## How to Run Lab
- <code>cd sand-pma-starter</code>
- <code>chmod +x /shared/hostrules.sh</code>
- <code>lstart</code>
- <code>lstart</code>

0 comments on commit c76e7fc

Please sign in to comment.