mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
18 lines
425 B
Text
18 lines
425 B
Text
|
|
# $FreeBSD$
|
||
|
|
#
|
||
|
|
# Example for /etc/ppp/chap-secrets file.
|
||
|
|
#
|
||
|
|
# This file should be owned by root and not readable or
|
||
|
|
# writable by any other user.
|
||
|
|
#
|
||
|
|
# Dialin format: <remote name> <our name> <password> <allowed IP addresses>
|
||
|
|
#
|
||
|
|
joe server password 192.168.0.0/24 192.168.2.2
|
||
|
|
lisa server l1z4 * !192.168.0.1
|
||
|
|
mike server secret *
|
||
|
|
luser server nopass -
|
||
|
|
#
|
||
|
|
# Dialout format: <our name> <server name> <password>
|
||
|
|
#
|
||
|
|
jane isp password
|