optional hosts-based snat-dnat tools modified to generate iptables restore config
[svn/Prometheus-QoS/.git] / optional-tools / make-firewall
1 #!/bin/bash
2 cd /root/bin/
3 /root/bin/updatehosts
4 /root/bin/make-pimp
5 /root/bin/make-iptables-restore
6 /etc/network/setnet
7 #echo -n "Running iptables restore ... "
8 #/sbin/iptables-restore < /mnt/mtdblock0/iptables-restore.in
9 #echo "done."
This page took 0.229803 seconds and 4 git commands to generate.