more IPs allowed in identical IPv6 uplink network
[svn/Prometheus-QoS/.git] / optional-tools / make-firewall
CommitLineData
a4f661fc 1#!/bin/bash
86d37066 2cd /root/bin/
c2a7f3a6 3#you have to provide hosts file (prometheus syntax) to these scripts
330e1bd3 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.182598 seconds and 4 git commands to generate.