removed canonical.pl from test suite, do raw diff -u, many changes to test suite...
[ferm.git] / test / misc / def.result
blob0ad8178cfcc74d730e8924746c03feb3a8ea5fa5
1 iptables -t nat -A PREROUTING -i ppp0 -p tcp --dport http -d 1.2.3.4 -j DNAT --to-destination 192.168.1.33
2 iptables -t nat -A PREROUTING -i ppp0 -p tcp --dport ftp -d 1.2.3.4 -j DNAT --to-destination 192.168.1.30
3 iptables -t nat -A PREROUTING -i ppp0 -p tcp --dport ssh -d 1.2.3.4 -j DNAT --to-destination 192.168.1.2
4 iptables -t nat -A PREROUTING -i ppp0 -p tcp --dport smtp -d 1.2.3.4 -j DNAT --to-destination 192.168.1.2
5 iptables -t filter -A FORWARD -p tcp --dport http -j ACCEPT
6 iptables -t filter -A FORWARD -p udp --dport domain -j ACCEPT
7 iptables -t filter -A FORWARD -p tcp --dport 8080 -j REJECT
8 iptables -t filter -A FORWARD -p tcp --dport 3128 -j REJECT
9 iptables -t filter -A FORWARD -p tcp --dport http -j ACCEPT
10 iptables -t filter -A FORWARD -p tcp --dport ftp -j ACCEPT
11 iptables -t filter -A FORWARD -i ppp0 -p tcp --dport http -d 192.168.1.33 -o eth0 -j ACCEPT
12 iptables -t filter -A FORWARD -i ppp0 -p tcp --dport ftp -d 192.168.1.30 -o eth0 -j ACCEPT
13 iptables -t filter -A FORWARD -i ppp0 -p tcp --dport ssh -d 192.168.1.2 -o eth0 -j ACCEPT
14 iptables -t filter -A FORWARD -i ppp0 -p tcp --dport smtp -d 192.168.1.2 -o eth0 -j ACCEPT
15 iptables -t filter -A INPUT -p http -j ACCEPT
16 iptables -t filter -A INPUT -p ftp -j ACCEPT
17 iptables -t filter -A INPUT -p ah -j DROP
18 iptables -t filter -A OUTPUT -p tcp --dport https -j REJECT
19 iptables -t filter -A OUTPUT -p tcp --dport http -j REJECT
20 iptables -t filter -A OUTPUT -p tcp --dport ftp -j REJECT
21 iptables -t filter -A OUTPUT -p tcp --dport ntp -j REJECT
22 iptables -t filter -A OUTPUT -j ACCEPT -p ah
23 iptables -t filter -A OUTPUT -j ACCEPT -p esp