diff options
author | Enji Cooper <ngie@FreeBSD.org> | 2014-10-01 04:07:17 +0000 |
---|---|---|
committer | Enji Cooper <ngie@FreeBSD.org> | 2014-10-01 04:07:17 +0000 |
commit | 478290db20b28ab28ce7e08cf33f1b44d82e4cb3 (patch) | |
tree | b31430c773d683d336caf956649e9ed3f459369c /ipf/input/n4 |
Notes
Diffstat (limited to 'ipf/input/n4')
-rw-r--r-- | ipf/input/n4 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ipf/input/n4 b/ipf/input/n4 new file mode 100644 index 0000000000000..1218ef9e9103b --- /dev/null +++ b/ipf/input/n4 @@ -0,0 +1,10 @@ +in on zx0 tcp 10.3.3.3,12345 10.1.1.1,23 +out on zx0 tcp 10.2.2.1,10023 10.3.3.3,12345 +in on zx0 tcp 10.3.3.3,12345 10.1.1.1,53 +out on zx0 tcp 10.2.2.1,10053 10.3.3.3,12345 +in on zx0 tcp 10.3.3.3,12346 10.1.0.0,23 +out on zx0 tcp 10.2.2.1,10023 10.3.3.3,12346 +in on zx0 udp 10.3.3.3,12345 10.1.1.0,53 +out on zx0 udp 10.2.2.1,10053 10.3.3.3,12345 +in on zx0 tcp 10.3.3.3,12345 10.1.1.0,53 +out on zx0 tcp 10.2.2.1,53 10.3.3.3,12345 |