A small script to restrict network access. Implemented by means of iptables and bash. Usage:
# complete restrictions on network access
nolan ping 192.168.1.1
# restrictions on internet access
noinet ping 192.168.1.1
Install and uninstall:
sudo chmod + x ./install.sh
sudo chmod + x ./uninstall.sh
#Installation
./install.sh
# Removal
./uninstall.sh