source: liacs/net/as3/tools/setqueue.sh@ 2

Last change on this file since 2 was 2, checked in by Rick van der Zwet, 15 years ago

Initial import of data of old repository ('data') worth keeping (e.g. tracking
means of URL access statistics)

  • Property svn:executable set to *
File size: 445 bytes
Line 
1#!/bin/sh
2/sbin/iptables -t mangle -A INPUT -i lo -j NFQUEUE --queue-num 0
3/sbin/iptables -t mangle -A OUTPUT -o lo -j NFQUEUE --queue-num 1
4
5/sbin/iptables -t mangle -A INPUT -i eth0 -j NFQUEUE --queue-num 0
6/sbin/iptables -t mangle -A OUTPUT -o eth0 -j NFQUEUE --queue-num 1
7
8#/sbin/iptables -t mangle -A INPUT -i eth0 -d 10.211.55.4 -j NFQUEUE --queue-num 1
9#/sbin/iptables -t mangle -A OUTPUT -o eth0 -s 10.211.55.4 -j NFQUEUE --queue-num 2
Note: See TracBrowser for help on using the repository browser.