summaryrefslogtreecommitdiffstats
path: root/share/examples/ppp
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-09-16 18:52:46 +0000
committerbrian <brian@FreeBSD.org>1999-09-16 18:52:46 +0000
commitf051cabc3624134f50f0a18014e1430c314c8bde (patch)
tree2ef7fdf598c31b106788a7f7474e7f410f9357c5 /share/examples/ppp
parent46ca602b1a85d77db37240e03b1926c909ace979 (diff)
downloadFreeBSD-src-f051cabc3624134f50f0a18014e1430c314c8bde.zip
FreeBSD-src-f051cabc3624134f50f0a18014e1430c314c8bde.tar.gz
Suggest using just finrst in the dial filter, and not syn.
Submitted by: Ruslan Ermilov <ru@FreeBSD.org>
Diffstat (limited to 'share/examples/ppp')
-rw-r--r--share/examples/ppp/ppp.conf.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/examples/ppp/ppp.conf.sample b/share/examples/ppp/ppp.conf.sample
index d2f5077..1f6082c 100644
--- a/share/examples/ppp/ppp.conf.sample
+++ b/share/examples/ppp/ppp.conf.sample
@@ -224,9 +224,9 @@ dodgy:
set filter dial 0 deny icmp
set filter dial 1 permit 0 0
#
-# or any TCP SYN or RST packets (badly closed TCP channels):
+# or any TCP FIN or RST packets (badly closed TCP channels):
#
- set filter dial 2 deny 0 0 tcp syn finrst
+ set filter dial 2 deny 0 0 tcp finrst
#
# Once the line's up, allow connections for ident (113), telnet (23),
# ftp (20 & 21), DNS (53), my place of work (192.244.191.0/24),
OpenPOWER on IntegriCloud