diff options
| author | Atsushi Murai <amurai@FreeBSD.org> | 1995-02-26 12:18:08 +0000 |
|---|---|---|
| committer | Atsushi Murai <amurai@FreeBSD.org> | 1995-02-26 12:18:08 +0000 |
| commit | 53c9f6c0c48df668bb8fa282cd0b12cb8690bcce (patch) | |
| tree | d05da3a88d3d54962fad8582d501f1b7ad9500b9 /etc/ppp | |
| parent | 550f8550ec70dde086df88fb9d38b44410d299bc (diff) | |
Notes
Diffstat (limited to 'etc/ppp')
| -rw-r--r-- | etc/ppp/ppp.conf.filter.sample | 11 | ||||
| -rw-r--r-- | etc/ppp/ppp.conf.sample | 3 | ||||
| -rw-r--r-- | etc/ppp/ppp.secret.sample | 3 |
3 files changed, 14 insertions, 3 deletions
diff --git a/etc/ppp/ppp.conf.filter.sample b/etc/ppp/ppp.conf.filter.sample index 1d90f1562245..891a4b90e543 100644 --- a/etc/ppp/ppp.conf.filter.sample +++ b/etc/ppp/ppp.conf.filter.sample @@ -1,10 +1,19 @@ # -# $Id:$ +# $Id: ppp.conf.filter.sample,v 1.1.1.1 1995/01/31 06:24:33 amurai Exp $ # # An example of packet filter definition. # # filterd: +# +# Don't keep Alive with ICMP,DNS and RIP packet +# + set afilter 0 deny icmp + set afilter 1 deny udp src eq 53 + set afilter 2 deny udp dst eq 53 + set afilter 3 deny udp src eq 520 + set afilter 4 deny udp dst eq 520 + set afilter 5 permit 0/0 0/0 # # Don't dial with ICMP packet # diff --git a/etc/ppp/ppp.conf.sample b/etc/ppp/ppp.conf.sample index 4512c6629e3c..796983708712 100644 --- a/etc/ppp/ppp.conf.sample +++ b/etc/ppp/ppp.conf.sample @@ -4,7 +4,7 @@ # # Written by Toshiharu OHNO # -# $Id:$ +# $Id: ppp.conf.sample,v 1.1.1.1 1995/01/31 06:24:33 amurai Exp $ # ################################################################# # @@ -99,6 +99,7 @@ pmdemend: users: disable pap enable chap + enable proxy set authname ppp-server set ifaddr 192.244.176.44 292.244.184.31 # diff --git a/etc/ppp/ppp.secret.sample b/etc/ppp/ppp.secret.sample index 4b2e1dce2eab..720c1fb84d97 100644 --- a/etc/ppp/ppp.secret.sample +++ b/etc/ppp/ppp.secret.sample @@ -1,8 +1,9 @@ ################################################## # Sysname Secret Key Peer's IP address # -# $Id:$ +# $Id: ppp.secret.sample,v 1.1.1.1 1995/01/31 06:24:33 amurai Exp $ # ################################################## oscar OurSecretKey 192.244.184.34/24 BigBird X4dWg9327 192.244.184.33/32 +tama localPasswdForControl |
