Home
last modified time | relevance | path

Searched refs:iptables (Results 1 – 25 of 171) sorted by relevance

1234567

/external/iptables/iptables/
DMakefile.am6 xtables_multi_SOURCES = xtables-multi.c iptables-xml.c
13 xtables_multi_SOURCES += iptables-save.c iptables-restore.c \
14 iptables-standalone.c iptables.c
28 man_MANS = iptables.8 iptables-restore.8 iptables-save.8 \
29 iptables-xml.1 ip6tables.8 ip6tables-restore.8 \
30 ip6tables-save.8 iptables-extensions.8
31 CLEANFILES = iptables.8 ip6tables.8
33 vx_bin_links = iptables-xml
35 v4_sbin_links = iptables iptables-restore iptables-save
41 iptables-extensions.8: iptables-extensions.8.tmpl ../extensions/matches.man ../extensions/targets.m…
D.gitignore6 /iptables
7 /iptables.8
8 /iptables-extensions.8
9 /iptables-extensions.8.tmpl
10 /iptables-save
11 /iptables-restore
12 /iptables-static
13 /iptables-xml
DAndroid.mk20 xtables-multi.c iptables-xml.c xshared.c \
21 iptables-save.c iptables-restore.c \
22 iptables-standalone.c iptables.c
25 LOCAL_MODULE:=iptables
51 xtables-multi.c iptables-xml.c xshared.c \
Diptables-apply18 $PROGNAME $VERSION -- a safer way to update iptables remotely
43 The script will try to apply a new ruleset (as output by iptables-save/read
44 by iptables-restore) to iptables, then prompt the user whether the changes
96 SAVE=iptables-save
97 RESTORE=iptables-restore
98 DEFAULT_FILE=/etc/network/iptables
/external/wpa_supplicant_8/wpa_supplicant/examples/
Dp2p-action-udhcp.sh54 iptables -P FORWARD DROP
55 iptables -t nat -A POSTROUTING -o $UPLINK -j MASQUERADE
56 iptables -A FORWARD -i $UPLINK -o $GIFNAME -m state --state RELATED,ESTABLISHED -j ACCEPT
57 iptables -A FORWARD -i $GIFNAME -o $UPLINK -j ACCEPT
66 iptables -t nat -D POSTROUTING -o $UPLINK -j MASQUERADE
67 iptables -D FORWARD -i $UPLINK -o $GIFNAME -m state --state RELATED,ESTABLISHED -j ACCEPT
68 iptables -D FORWARD -i $GIFNAME -o $UPLINK -j ACCEPT
Dp2p-action.sh81 iptables -P FORWARD DROP
82 iptables -t nat -A POSTROUTING -o $UPLINK -j MASQUERADE
83 iptables -A FORWARD -i $UPLINK -o $GIFNAME -m state --state RELATED,ESTABLISHED -j ACCEPT
84 iptables -A FORWARD -i $GIFNAME -o $UPLINK -j ACCEPT
93 iptables -t nat -D POSTROUTING -o $UPLINK -j MASQUERADE
94 iptables -D FORWARD -i $UPLINK -o $GIFNAME -m state --state RELATED,ESTABLISHED -j ACCEPT
95 iptables -D FORWARD -i $GIFNAME -o $UPLINK -j ACCEPT
/external/iptables/extensions/
Dlibxt_rpfilter.man27 iptables \-t raw \-N RPFILTER
29 iptables \-t raw \-A RPFILTER \-m rpfilter \-j RETURN
31 iptables \-t raw \-A RPFILTER \-m limit \-\-limit 10/minute \-j NFLOG \-\-nflog\-prefix "rpfilter d…
33 iptables \-t raw \-A RPFILTER \-j DROP
35 iptables \-t raw \-A PREROUTING \-j RPFILTER
39 iptables \-t raw \-A RPFILTER \-m rpfilter \-\-invert \-j DROP
Dlibxt_nfacct.man1 The nfacct match provides the extended accounting infrastructure for iptables.
15 Then, you have to attach it to the accounting object via iptables:
17 iptables \-I INPUT \-p tcp \-\-sport 80 \-m nfacct \-\-nfacct\-name http\-traffic
19 iptables \-I OUTPUT \-p tcp \-\-dport 80 \-m nfacct \-\-nfacct\-name http\-traffic
Dlibxt_AUDIT.man10 iptables \-N AUDIT_DROP
12 iptables \-A AUDIT_DROP \-j AUDIT \-\-type drop
14 iptables \-A AUDIT_DROP \-j DROP
Dlibxt_sctp.man24 iptables \-A INPUT \-p sctp \-\-dport 80 \-j DROP
26 iptables \-A INPUT \-p sctp \-\-chunk\-types any DATA,INIT \-j DROP
28 iptables \-A INPUT \-p sctp \-\-chunk\-types any DATA:Be \-j ACCEPT
Dlibxt_cluster.man22 iptables \-A PREROUTING \-t mangle \-i eth1 \-m cluster
27 iptables \-A PREROUTING \-t mangle \-i eth2 \-m cluster
32 iptables \-A PREROUTING \-t mangle \-i eth1
35 iptables \-A PREROUTING \-t mangle \-i eth2
Dlibxt_rateest.man80 iptables \-t mangle \-A POSTROUTING \-o eth0 \-j RATEEST \-\-rateest\-name eth0
83 iptables \-t mangle \-A POSTROUTING \-o ppp0 \-j RATEEST \-\-rateest\-name ppp0
88 iptables \-t mangle \-A balance \-m conntrack \-\-ctstate NEW \-m helper \-\-helper ftp
92 iptables \-t mangle \-A balance \-m conntrack \-\-ctstate NEW \-m helper \-\-helper ftp
96 iptables \-t mangle \-A balance \-j CONNMARK \-\-restore\-mark
Dlibxt_cpu.man9 iptables \-t nat \-A PREROUTING \-p tcp \-\-dport 80 \-m cpu \-\-cpu 0
12 iptables \-t nat \-A PREROUTING \-p tcp \-\-dport 80 \-m cpu \-\-cpu 1
Dlibxt_connlimit.man25 iptables \-A INPUT \-p tcp \-\-syn \-\-dport 23 \-m connlimit \-\-connlimit\-above 2 \-j REJECT
28 iptables \-A INPUT \-p tcp \-\-syn \-\-dport 23 \-m connlimit \-\-connlimit\-upto 2 \-j ACCEPT
32 iptables \-p tcp \-\-syn \-\-dport 80 \-m connlimit \-\-connlimit\-above 16
Dlibxt_bpf.man28 iptables \-A OUTPUT \-m bpf \-\-bytecode '4,48 0 0 9,21 0 1 6,6 0 0 1,6 0 0 0' \-j ACCEPT
32 iptables \-A OUTPUT \-m bpf \-\-bytecode "`nfbpf_compile RAW 'ip proto 6'`" \-j ACCEPT
Dlibxt_comment.man6 iptables \-A INPUT \-i eth1 \-m comment \-\-comment "my local LAN"
/external/iptables/
Dconfigure.ac2 AC_INIT([iptables], [1.4.20]) package
37 AS_HELP_STRING([--disable-ipv4], [Do not build iptables]),
157 iptables/Makefile iptables/xtables.pc
158 iptables/iptables.8 iptables/ip6tables.8
159 iptables/iptables-extensions.8.tmpl
164 include/xtables-version.h include/iptables/internal.h])
DINSTALL1 Installation instructions for iptables
4 iptables uses the well-known configure(autotools) infrastructure.
46 Produce additional binaries, iptables-static/ip6tables-static,
80 These have the core (iptables), -save, -restore and -xml code
DMakefile.am17 SUBDIRS += iptables subdir
28 include/xtables-version.h.in include/iptables/internal.h.in
DINCOMPATIBILITIES13 After upgrading from 1.2 to 1.3, it suggest go do an iptables-save, then
14 iptables-restore to ensure your dynamic rule changes continue to work.
/external/iptables/tests/
Doptions-ipv4.rules1 # Generated by iptables-save v1.4.10 on Mon Jan 31 03:03:38 2011
24 # Generated by iptables-save v1.4.10 on Mon Jan 31 03:03:38 2011
38 # Generated by iptables-save v1.4.10 on Mon Jan 31 03:03:38 2011
/external/iptables/libxtables/
DAndroid.mk9 $(LOCAL_PATH)/../iptables/ \
/external/iptables/libiptc/
Dlibiptc.pc.in8 Description: iptables v4/v6 ruleset ADT and kernel interface
Dlibip6tc.pc.in7 Description: iptables IPv6 ruleset ADT and kernel interface
Dlibip4tc.pc.in7 Description: iptables IPv4 ruleset ADT and kernel interface

1234567