Major overhaul of make-pimp; runtime decreased by 2 orders of magnitude :)
[svn/Prometheus-QoS/.git] / optional-tools / make-firewall
CommitLineData
a4f661fc 1#!/bin/bash
86d37066 2cd /root/bin/
330e1bd3 3#you have to provider hosts file (prometheus syntax) to these scripts
4#/root/bin/updatehosts
86d37066 5/root/bin/make-pimp
6/root/bin/make-iptables-restore
330e1bd3 7#our firewall is configured before restoring iptables nat table
8#/etc/network/setnet
9echo -n "Running iptables restore ... "
10/sbin/iptables-restore < /mnt/mtdblock0/iptables-restore.in
11echo "done."
This page took 0.147282 seconds and 4 git commands to generate.